reinh / statsd

A Ruby Statsd client that isn't a direct port of the Python example code. Because Ruby isn't Python.
MIT License
411 stars 154 forks source link

Add statsd-ruby.rb to auto require statsd #43

Closed lann closed 11 years ago

lann commented 11 years ago

By adding lib/statsd-ruby.rb (which just requires statsd.rb), the 'require' option can be omitted when using statsd in a Gemfile.

reinh commented 11 years ago

Build failure is a red herring. Will investigate but this looks good so I'm merging. Thanks @lann!

lann commented 11 years ago

It might be good to release 1.2.1 now - the README will be wrong until this change is in rubygems.

reinh commented 11 years ago

@lann Good point.