No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
John Nunemaker f54e166d40 Merge pull request #21 from github/namespace
Namespace under GitHub
2016-08-08 10:24:20 -04:00
lib/github Remove temporary file 2016-08-08 09:59:36 -04:00
spec Just check for decimals instead of exactly 3 2016-08-01 10:48:25 -04:00
.document Initial commit to statsd. 2011-02-18 15:22:05 -08:00
.gitignore Stop ignoring Gemfile.lock 2016-08-02 10:12:52 -04:00
Gemfile Move Statsd into GitHub module 2016-08-01 10:35:52 -04:00
Gemfile.lock Stop ignoring Gemfile.lock 2016-08-02 10:12:52 -04:00
LICENSE.txt Initial commit to statsd. 2011-02-18 15:22:05 -08:00
Rakefile Move Statsd into GitHub module 2016-08-01 10:35:52 -04:00
README.rdoc Move Statsd into GitHub module 2016-08-01 10:35:52 -04:00
statsd-ruby.gemspec Correct file path for statsd.rb in gemspec 2016-08-01 13:47:54 -04:00
VERSION Version bump to 0.3.0 2011-06-24 12:05:12 -07:00

= statsd

A Ruby statsd client (https://github.com/etsy/statsd)

= Installing

Bundler:
  gem "statsd-ruby", :require => "github/statsd"

= Testing

Run the specs with <tt>rake spec</tt>

Run the specs and include live integration specs with <tt>LIVE=true rake spec</tt>. Note: This will test over a real UDP socket.

== Contributing to statsd

* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Contributors

* Rein Henrichs
* Ray Krueger

== Copyright

Copyright (c) 2011 Rein Henrichs. See LICENSE.txt for
further details.