From 49fbdde567507bf05ee68685d3163ad151be3d1d Mon Sep 17 00:00:00 2001 From: Markus Doits Date: Tue, 28 Feb 2017 17:55:33 +0100 Subject: update gemspec (cosmetical changes) --- pronto-eslint_npm.gemspec | 3 +-- 1 file changed, 1 insertion(+), 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| 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'] -- cgit v1.2.3