Closed maddox closed 9 years ago
Hrmm, maybe not. I only ran it on 2.0
:/
Hey maddox, I'll check this out, I wanna switch away from httpparty entirely and redo the code but haven't had time. Mind you, all my specs are now failing with the update, so if that isn't fixed, I couldn't merge this without work anyway.
Gem::InstallError: httparty requires Ruby version >= 1.9.3.
An error occurred while installing httparty (0.13.5), and Bundler cannot
continue.
Make sure that gem install httparty -v '0.13.5'
succeeds before bundling.
The command "eval bundle install --without development" failed. Retrying, 2 of 3.
Looks like updating httpparty breaks things.
I want to switch to excon, I will check out #22 though.
Yeah i assume it's httparty's requirements.
Yup, there it is, heh.
We can just close these if you want. I just dropped the code in my project manually to get stuff working.
Understood, thanks for the issue, I do like the fact you are using. I hope to rewrite it, learned a lot in the last few years.
This bumps the version of HTTParty used and does not lock directly to it.
This allows pushover to coexist nicer with other gems that use HTTParty.
All tests pass.