]> git.immae.eu Git - github/fretlink/pronto-hlint.git/commitdiff
update gemspec (cosmetical changes)
authorMarkus Doits <markus.doits@stellenticket.de>
Tue, 28 Feb 2017 16:55:33 +0000 (17:55 +0100)
committerMarkus Doits <markus.doits@stellenticket.de>
Tue, 28 Feb 2017 16:55:33 +0000 (17:55 +0100)
pronto-eslint_npm.gemspec

index 419007e75cc0ef80885cd15fc004f9ae30f9df6c..3906a7df8c7001cc5c07689c8466398251f7d1d0 100644 (file)
@@ -9,14 +9,13 @@ Gem::Specification.new do |s|
   s.platform = Gem::Platform::RUBY
   s.authors = ['Markus Doits', 'Mindaugas MozĊĞras']
   s.email = 'markus.doits@gmail.com'
-  s.homepage = 'http://github.org/doits/pronto-eslint_npm'
+  s.homepage = 'https://github.org/doits/pronto-eslint_npm'
   s.summary = <<-EOF
     Pronto runner for ESLint, pluggable linting utility for JavaScript and JSX
   EOF
 
   s.licenses = ['MIT']
   s.required_ruby_version = '>= 2.0.0'
-  s.rubygems_version = '1.8.23'
 
   s.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(lib/|(LICENSE|README.md)$)}) }
   s.extra_rdoc_files = ['LICENSE', 'README.md']