Sha256: 004fbc288cee73670bfe9e281d9379addce01eda2e390fbe54f4eaac16dc179e
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
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 = ["marc.watts@lonelyplanet.co.uk"] s.summary = %q{Ruby gem from Lonely Planet Online to register statistics. Currently supports Statsd.} s.description = %q{ Gem to make statistics sending from Ruby applications simple and efficient as possible. Currently supports Statsd, and is inspired by the original ruby-statsd gem by Etsy. } s.rubyforge_project = "fozzie" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency 'sys-uname' s.add_development_dependency 'rake' s.add_development_dependency 'rspec' s.add_development_dependency 'sinatra' s.add_development_dependency 'rack-test' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fozzie-1.0.2 | fozzie.gemspec |