statsd-client.gemspec in statsd-client-0.0.5 vs statsd-client.gemspec in statsd-client-0.0.6

- old
+ new

@@ -9,11 +9,9 @@ s.email = ['bvandenbos@gmail.com'] s.homepage = "http://github.com/bvandenbos/statsd-client" s.summary = "Ruby client for statsd." s.description = "Ruby client for statsd." - s.required_rubygems_version = ">= 1.3.6" - s.files = `git ls-files`.split("\n") s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' s.add_development_dependency("shoulda-context")