diff options
author | Markus Doits <markus.doits@stellenticket.de> | 2017-02-28 17:55:33 +0100 |
---|---|---|
committer | Markus Doits <markus.doits@stellenticket.de> | 2017-02-28 17:55:33 +0100 |
commit | 49fbdde567507bf05ee68685d3163ad151be3d1d (patch) | |
tree | 7fc507a5e9abb916ff7562739abea424ce19f05d | |
parent | a6e7dde85de404244057de63b6a6d0a4d068398d (diff) | |
download | pronto-hlint-49fbdde567507bf05ee68685d3163ad151be3d1d.tar.gz pronto-hlint-49fbdde567507bf05ee68685d3163ad151be3d1d.tar.zst pronto-hlint-49fbdde567507bf05ee68685d3163ad151be3d1d.zip |
update gemspec (cosmetical changes)
-rw-r--r-- | pronto-eslint_npm.gemspec | 3 |
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'] |