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

Minimum RubyGems Version #7

Closed jcsalterego closed 13 years ago

jcsalterego commented 13 years ago

Hi Rein,

Any idea why 1.3.6 is the minimum rubygems version required?

$ gem install statsd
ERROR:  Error installing statsd:
    statsd requires RubyGems version >= 1.3.6
$ gem --version
1.3.2

Thanks, Jerry

reinh commented 13 years ago

Good catch. Patches accepted. ;)

jcsalterego commented 13 years ago

Ah, yes I would definitely write one if I knew exactly why it was happening -- hoping you knew.

reinh commented 13 years ago

Yeah, I'll look into it :(

hayesdavis commented 13 years ago

Rein,

Actually I'm a little confused about this. It appears that the "statsd" gem on rubygems.org is not this project (understandable given the name), it's actually this: https://github.com/quasor/statsd. I think that project is what gem install is trying to install for @jcsalterego. Have you actually released this project as a gem on rubygems under another name perhaps?

Hayes

jcsalterego commented 13 years ago

Nice catch. I guess I just assumed by the link in jnunemaker's blog that this was a Rubygems gem (╥﹏╥)

reinh commented 13 years ago

Yeah, I need to find another name to publish it as a rubygem :(