diff options
author | Mindaugas MozĊĞras <mindaugas.mozuras@gmail.com> | 2016-08-07 16:30:41 +0300 |
---|---|---|
committer | Markus Doits <markus.doits@stellenticket.de> | 2016-08-11 16:20:15 +0200 |
commit | 0d6688dcba4304605c29780d9e1e196b6e33664d (patch) | |
tree | 6c53acfcb2363fa235bd714765af23305c3f1507 /pronto-eslint-npm.gemspec | |
parent | ca6d2bf5810e19c2b81c29409f7db5f2932b9ab1 (diff) | |
download | pronto-hlint-0d6688dcba4304605c29780d9e1e196b6e33664d.tar.gz pronto-hlint-0d6688dcba4304605c29780d9e1e196b6e33664d.tar.zst pronto-hlint-0d6688dcba4304605c29780d9e1e196b6e33664d.zip |
Deprecate support for ruby 1.9.3
(cherry picked from commit 10fe57d01fe0b614dc8bcf747b82329a6e2a7548)
Diffstat (limited to 'pronto-eslint-npm.gemspec')
-rw-r--r-- | pronto-eslint-npm.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pronto-eslint-npm.gemspec b/pronto-eslint-npm.gemspec index 9447bb8..50256e0 100644 --- a/pronto-eslint-npm.gemspec +++ b/pronto-eslint-npm.gemspec | |||
@@ -16,7 +16,7 @@ Gem::Specification.new do |s| | |||
16 | EOF | 16 | EOF |
17 | 17 | ||
18 | s.licenses = ['MIT'] | 18 | s.licenses = ['MIT'] |
19 | s.required_ruby_version = '>= 1.9.3' | 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/*'] |