mwunsch / weary

A framework and DSL for building RESTful web service clients
MIT License
482 stars 23 forks source link

Approximately greater than operator does not work because its upper limi... #8

Closed volkanunsal closed 12 years ago

volkanunsal commented 12 years ago

...t is exclusive (http://docs.rubygems.org/read/chapter/16#page74). Curent version of multi_json, 1.2.0, is not being recognized by bundler as a valid version of this dependency rule. One way of solving it is to remove the approximate clause and just allow all versions greater than the 1.1.0, and that's what I did here.

mwunsch commented 12 years ago

Rather than loosen this restriction (I'd prefer the dependencies to be more strict and pessimistic), I'm going to close this in favor of #5