instrumental_agent.gemspec in instrumental_agent-0.13.4 vs instrumental_agent.gemspec in instrumental_agent-1.0.0

- old
+ new

@@ -4,19 +4,20 @@ Gem::Specification.new do |s| s.name = "instrumental_agent" s.version = Instrumental::VERSION s.authors = ["Elijah Miller", "Christopher Zelenak", "Kristopher Chambers", "Matthew Hassfurder"] s.email = ["support@instrumentalapp.com"] - s.homepage = "http://github.com/expectedbehavior/instrumental_agent" - s.summary = %q{Agent for reporting data to instrumentalapp.com} - s.description = %q{Track anything.} + s.homepage = "http://github.com/instrumental/instrumental_agent-ruby" + s.summary = %q{Custom metric monitoring for Ruby applications via Instrumental} + s.description = %q{This agent supports Instrumental custom metric monitoring for Ruby applications. It provides high-data reliability at high scale, without ever blocking your process or causing an exception.} s.license = "MIT" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] - s.add_development_dependency(%q<rake>, [">= 0"]) - s.add_development_dependency(%q<rspec>, ["~> 2.0"]) - s.add_development_dependency(%q<fuubar>, [">= 0"]) + s.add_development_dependency("pry", [">= 0"]) + s.add_development_dependency("rake", [">= 0"]) + s.add_development_dependency("rspec", ["~> 3.0"]) + s.add_development_dependency("fuubar", [">= 0"]) end