mwunsch / weary

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

fix for #34 and moved required rake version back down to 1.4.5 #35

Closed phulst closed 11 years ago

mwunsch commented 11 years ago

I don't want to address the Rack support and #34 in the same PR.

This also makes Weary's hard requirement on Rack 1.4, and that's not right. I'd rather have the gemspec have:

s.add_runtime_dependency "rack", ">= 1.4.5", "< 2.0"