Sha256: c6b9e91ad4ff091c1bbbf71f9703b6c321bfe633c4aef8a4179ab16ce6b7a73b
Contents?: true
Size: 877 Bytes
Versions: 3
Compression:
Stored size: 877 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "fozzie/version" Gem::Specification.new do |s| s.name = "fozzie" s.version = Fozzie::VERSION s.authors = ["Marc Watts"] s.email = ["marcky.sharky@gmail.com"] s.summary = %q{Statsd gem bolt-on} s.description = %q{Gem allows statistics gathering from Ruby and Ruby on Rails applications to Statsd} s.rubyforge_project = "fozzie" 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_dependency 'statsd-ruby' s.add_development_dependency 'rake' s.add_development_dependency 'rspec' s.add_development_dependency 'mocha' s.add_development_dependency 'simplecov' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fozzie-0.0.5 | fozzie.gemspec |
fozzie-0.0.4 | fozzie.gemspec |
fozzie-0.0.3 | fozzie.gemspec |