comicvine.gemspec in comicvine-0.1.1 vs comicvine.gemspec in comicvine-0.1.2
- old
+ new
@@ -18,9 +18,10 @@
f.match(%r{^(test|spec|features)/})
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
+ spec.required_ruby_version = '>= 2.2'
spec.cert_chain = ['certs/homans.pem']
spec.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') if $0 =~ /gem\z/
spec.add_development_dependency 'bundler', '~> 1.13'