appdash.gemspec in appdash-0.6.1 vs appdash.gemspec in appdash-0.6.2

- old
+ new

@@ -1,10 +1,10 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "appdash" - s.version = "0.6.1" + s.version = "0.6.2" s.authors = ["Black Square Media"] s.email = ["dimitrij@blacksquaremedia.com"] s.summary = %q{Appdash client for ruby} s.description = %q{Ruby client for Appdash, Sourcegraph's application tracing system, based on Google's Dapper} s.homepage = "https://github.com/bsm/appdash-rb" @@ -12,10 +12,10 @@ s.files = `git ls-files`.split($/) s.test_files = s.files.grep(%r{^(spec)/}) s.require_paths = ["lib"] - s.add_dependency(%q<protobuf>) + s.add_dependency(%q<ruby-protocol-buffers>) s.add_development_dependency(%q<rake>) s.add_development_dependency(%q<rack>) s.add_development_dependency(%q<bundler>) s.add_development_dependency(%q<rspec>)