diff options
-rw-r--r-- | lib/pronto/eslint-npm/version.rb | 2 | ||||
-rw-r--r-- | pronto-eslint-npm.gemspec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/pronto/eslint-npm/version.rb b/lib/pronto/eslint-npm/version.rb index 7012232..0f83484 100644 --- a/lib/pronto/eslint-npm/version.rb +++ b/lib/pronto/eslint-npm/version.rb | |||
@@ -1,5 +1,5 @@ | |||
1 | module Pronto | 1 | module Pronto |
2 | module ESLintNpmVersion | 2 | module ESLintNpmVersion |
3 | VERSION = '0.7.0'.freeze | 3 | VERSION = '0.7.1'.freeze |
4 | end | 4 | end |
5 | end | 5 | end |
diff --git a/pronto-eslint-npm.gemspec b/pronto-eslint-npm.gemspec index 50256e0..df94361 100644 --- a/pronto-eslint-npm.gemspec +++ b/pronto-eslint-npm.gemspec | |||
@@ -19,7 +19,7 @@ Gem::Specification.new do |s| | |||
19 | s.required_ruby_version = '>= 2.0.0' | 19 | s.required_ruby_version = '>= 2.0.0' |
20 | s.rubygems_version = '1.8.23' | 20 | s.rubygems_version = '1.8.23' |
21 | 21 | ||
22 | s.files = FileList['LICENSE', 'README.md', 'lib/*'] | 22 | s.files = FileList['LICENSE', 'README.md', 'lib/**/*'] |
23 | s.extra_rdoc_files = ['LICENSE', 'README.md'] | 23 | s.extra_rdoc_files = ['LICENSE', 'README.md'] |
24 | s.require_paths = ['lib'] | 24 | s.require_paths = ['lib'] |
25 | s.requirements << 'eslint (in PATH)' | 25 | s.requirements << 'eslint (in PATH)' |