ridley.gemspec in ridley-1.3.2 vs ridley.gemspec in ridley-1.4.0

- old
+ new

@@ -1,11 +1,11 @@ # -*- encoding: utf-8 -*- require File.expand_path('../lib/ridley/version', __FILE__) Gem::Specification.new do |s| s.authors = ["Jamie Winsor", "Kyle Allan"] - s.email = ["reset@riotgames.com", "kallan@riotgames.com"] + s.email = ["jamie@vialstudios.com", "kallan@riotgames.com"] s.description = %q{A reliable Chef API client with a clean syntax} s.summary = s.description s.homepage = "https://github.com/RiotGames/ridley" s.license = "Apache 2.0" @@ -19,9 +19,10 @@ s.add_dependency 'addressable' s.add_dependency 'varia_model', '~> 0.1' s.add_dependency 'buff-config', '~> 0.2' s.add_dependency 'buff-extensions', '~> 0.3' + s.add_dependency 'buff-ignore', '~> 1.1' s.add_dependency 'buff-shell_out', '~> 0.1' s.add_dependency 'celluloid', '~> 0.14.0' s.add_dependency 'celluloid-io', '~> 0.14.0' s.add_dependency 'erubis' s.add_dependency 'faraday', '>= 0.8.4'