Sha256: 26079c3d34346627d215557dceb43e2eae8049878db882d0ba32694dd5cda95f

Contents?: true

Size: 660 Bytes

Versions: 3

Compression:

Stored size: 660 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'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
statsd-client-0.0.3 statsd-client.gemspec
statsd-client-0.0.2 statsd-client.gemspec
statsd-client-0.0.1 statsd-client.gemspec