Sha256: d77a6bfdf1b43d08c4d468930c91027b0de6f14bcad74909a9b90c428b4fd2c6
Contents?: true
Size: 714 Bytes
Versions: 3
Compression:
Stored size: 714 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/statsd", __FILE__) Gem::Specification.new do |s| s.name = "statsd-client" s.version = Statsd::Version s.platform = Gem::Platform::RUBY s.authors = ['Ben VandenBos'] 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.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") s.add_development_dependency("mocha") end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
statsd-client-0.0.8 | statsd-client.gemspec |
statsd-client-0.0.7 | statsd-client.gemspec |
statsd-client-0.0.6 | statsd-client.gemspec |