bourdain.gemspec in bourdain-1.2.19 vs bourdain.gemspec in bourdain-1.2.20

- old
+ new

@@ -6,18 +6,19 @@ s.name = 'bourdain' s.version = Bourdain::VERSION s.platform = Gem::Platform::RUBY s.author = Bourdain::AUTHOR s.email = Bourdain::EMAIL + s.license = Bourdain::LICENSE s.homepage = Bourdain::HOMEPAGE s.summary = Bourdain::SUMMARY s.description = Bourdain::SUMMARY + '.' - s.add_runtime_dependency 'pmap' - s.add_runtime_dependency 'gitlab' - s.add_runtime_dependency 'trollop' - s.add_runtime_dependency 'colorize' - s.add_runtime_dependency 'activesupport' + s.add_runtime_dependency 'pmap', '~> 1' + s.add_runtime_dependency 'gitlab', '~> 3.2' + s.add_runtime_dependency 'trollop', '~> 2' + s.add_runtime_dependency 'colorize', '~> 0' + s.add_runtime_dependency 'activesupport', '~> 4' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- test/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File::basename(f) } s.require_paths = %w[ lib ]