Sha256: 2c629ab0f8a51d3e3defe413e417b068bdb4517cd12397be1d395f28efaf34f9

Contents?: true

Size: 758 Bytes

Versions: 2

Compression:

Stored size: 758 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.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")
  s.add_development_dependency("mocha")  
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
statsd-client-0.0.5 statsd-client.gemspec
statsd-client-0.0.4 statsd-client.gemspec