fozzie.gemspec in fozzie-0.0.22 vs fozzie.gemspec in fozzie-0.0.23
- old
+ new
@@ -3,10 +3,10 @@
require "fozzie/version"
Gem::Specification.new do |s|
s.name = "fozzie"
s.version = Fozzie::VERSION
- s.authors = ["Marc Watts", "Mark Barger"]
+ s.authors = ["Marc Watts", "Mark Barger", "Dave Nolan"]
s.email = ["marc.watts@lonelyplanet.co.uk"]
s.summary = %q{Statsd Ruby gem from Lonely Planet Online}
s.description = %q{
Gem to make statistics sending to Statsd from Ruby applications simple and efficient as possible.
Inspired by the original ruby-statsd gem by Etsy, currently used by Lonely Planet Online.