diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | lib/pronto/eslint_npm.rb (renamed from lib/pronto/eslint-npm.rb) | 0 | ||||
-rw-r--r-- | lib/pronto/eslint_npm/version.rb (renamed from lib/pronto/eslint-npm/version.rb) | 0 | ||||
-rw-r--r-- | pronto-eslint_npm.gemspec (renamed from pronto-eslint-npm.gemspec) | 6 | ||||
-rw-r--r-- | spec/spec_helper.rb | 2 |
5 files changed, 8 insertions, 8 deletions
@@ -1,9 +1,9 @@ | |||
1 | # Pronto runner for ESLint (using eslint from npm) | 1 | # Pronto runner for ESLint (using eslint from npm) |
2 | 2 | ||
3 | [![Code Climate](https://codeclimate.com/github/doits/pronto-eslint-npm.svg)](https://codeclimate.com/github/doits/pronto-eslint-npm) | 3 | [![Code Climate](https://codeclimate.com/github/doits/pronto-eslint_npm.svg)](https://codeclimate.com/github/doits/pronto-eslint_npm) |
4 | [![Build Status](https://travis-ci.org/doits/pronto-eslint-npm.svg?branch=master)](https://travis-ci.org/doits/pronto-eslint-npm) | 4 | [![Build Status](https://travis-ci.org/doits/pronto-eslint_npm.svg?branch=master)](https://travis-ci.org/doits/pronto-eslint_npm) |
5 | [![Gem Version](https://badge.fury.io/rb/pronto-eslint-npm.svg)](http://badge.fury.io/rb/pronto-eslint-npm) | 5 | [![Gem Version](https://badge.fury.io/rb/pronto-eslint_npm.svg)](http://badge.fury.io/rb/pronto-eslint_npm) |
6 | [![Dependency Status](https://gemnasium.com/doits/pronto-eslint-npm.svg)](https://gemnasium.com/doits/pronto-eslint-npm) | 6 | [![Dependency Status](https://gemnasium.com/doits/pronto-eslint_npm.svg)](https://gemnasium.com/doits/pronto-eslint_npm) |
7 | 7 | ||
8 | Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for JavaScript and JSX. [What is Pronto?](https://github.com/mmozuras/pronto) | 8 | Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for JavaScript and JSX. [What is Pronto?](https://github.com/mmozuras/pronto) |
9 | 9 | ||
diff --git a/lib/pronto/eslint-npm.rb b/lib/pronto/eslint_npm.rb index afbae59..afbae59 100644 --- a/lib/pronto/eslint-npm.rb +++ b/lib/pronto/eslint_npm.rb | |||
diff --git a/lib/pronto/eslint-npm/version.rb b/lib/pronto/eslint_npm/version.rb index 0f83484..0f83484 100644 --- a/lib/pronto/eslint-npm/version.rb +++ b/lib/pronto/eslint_npm/version.rb | |||
diff --git a/pronto-eslint-npm.gemspec b/pronto-eslint_npm.gemspec index df94361..f51cbbb 100644 --- a/pronto-eslint-npm.gemspec +++ b/pronto-eslint_npm.gemspec | |||
@@ -1,16 +1,16 @@ | |||
1 | # -*- encoding: utf-8 -*- | 1 | # -*- encoding: utf-8 -*- |
2 | 2 | ||
3 | $LOAD_PATH.push File.expand_path('../lib', __FILE__) | 3 | $LOAD_PATH.push File.expand_path('../lib', __FILE__) |
4 | require 'pronto/eslint-npm/version' | 4 | require 'pronto/eslint_npm/version' |
5 | require 'rake' | 5 | require 'rake' |
6 | 6 | ||
7 | Gem::Specification.new do |s| | 7 | Gem::Specification.new do |s| |
8 | s.name = 'pronto-eslint-npm' | 8 | s.name = 'pronto-eslint_npm' |
9 | s.version = Pronto::ESLintNpmVersion::VERSION | 9 | s.version = Pronto::ESLintNpmVersion::VERSION |
10 | s.platform = Gem::Platform::RUBY | 10 | s.platform = Gem::Platform::RUBY |
11 | s.authors = ['Markus Doits', 'Mindaugas Mozūras'] | 11 | s.authors = ['Markus Doits', 'Mindaugas Mozūras'] |
12 | s.email = 'markus.doits@gmail.com' | 12 | s.email = 'markus.doits@gmail.com' |
13 | s.homepage = 'http://github.org/doits/pronto-eslint-npm' | 13 | s.homepage = 'http://github.org/doits/pronto-eslint_npm' |
14 | s.summary = <<-EOF | 14 | s.summary = <<-EOF |
15 | Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX | 15 | Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX |
16 | EOF | 16 | EOF |
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 66266cc..23f22e8 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb | |||
@@ -1,6 +1,6 @@ | |||
1 | require 'rspec' | 1 | require 'rspec' |
2 | require 'rspec/its' | 2 | require 'rspec/its' |
3 | require 'pronto/eslint-npm' | 3 | require 'pronto/eslint_npm' |
4 | 4 | ||
5 | %w(test eslintignore).each do |repo_name| | 5 | %w(test eslintignore).each do |repo_name| |
6 | RSpec.shared_context "#{repo_name} repo" do | 6 | RSpec.shared_context "#{repo_name} repo" do |