aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--pronto-eslint_npm.gemspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/pronto-eslint_npm.gemspec b/pronto-eslint_npm.gemspec
index 419007e..3906a7d 100644
--- a/pronto-eslint_npm.gemspec
+++ b/pronto-eslint_npm.gemspec
@@ -9,14 +9,13 @@ Gem::Specification.new do |s|
9 s.platform = Gem::Platform::RUBY 9 s.platform = Gem::Platform::RUBY
10 s.authors = ['Markus Doits', 'Mindaugas Mozūras'] 10 s.authors = ['Markus Doits', 'Mindaugas Mozūras']
11 s.email = 'markus.doits@gmail.com' 11 s.email = 'markus.doits@gmail.com'
12 s.homepage = 'http://github.org/doits/pronto-eslint_npm' 12 s.homepage = 'https://github.org/doits/pronto-eslint_npm'
13 s.summary = <<-EOF 13 s.summary = <<-EOF
14 Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX 14 Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX
15 EOF 15 EOF
16 16
17 s.licenses = ['MIT'] 17 s.licenses = ['MIT']
18 s.required_ruby_version = '>= 2.0.0' 18 s.required_ruby_version = '>= 2.0.0'
19 s.rubygems_version = '1.8.23'
20 19
21 s.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(lib/|(LICENSE|README.md)$)}) } 20 s.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(lib/|(LICENSE|README.md)$)}) }
22 s.extra_rdoc_files = ['LICENSE', 'README.md'] 21 s.extra_rdoc_files = ['LICENSE', 'README.md']