in_threads.gemspec in in_threads-1.5.3 vs in_threads.gemspec in in_threads-1.5.4
- old
+ new
@@ -1,12 +1,12 @@
# encoding: UTF-8
Gem::Specification.new do |s|
s.name = 'in_threads'
- s.version = '1.5.3'
+ s.version = '1.5.4'
s.summary = %q{Run all possible enumerable methods in concurrent/parallel threads}
- s.homepage = "http://github.com/toy/#{s.name}"
+ s.homepage = "https://github.com/toy/#{s.name}"
s.authors = ['Ivan Kuchin']
s.license = 'MIT'
s.metadata = {
'bug_tracker_uri' => "https://github.com/toy/#{s.name}/issues",
@@ -21,8 +21,8 @@
s.require_paths = %w[lib]
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-retry', '~> 0.3'
if RUBY_VERSION >= '2.2'
- s.add_development_dependency 'rubocop', '~> 0.59'
+ s.add_development_dependency 'rubocop', '~> 0.59', '!= 0.78.0'
end
end