halorgium / rack-client

A client wrapper around a rack app or live-http
http://halorgium.github.com/rack-client
MIT License
99 stars 28 forks source link

Update gems and travis config for Ruby 2. #15

Closed mkb closed 11 years ago

halorgium commented 11 years ago

I would prefer to continuing to use the Gem::Version code. Something like?

if ruby 2.0
  # ...
elsif ruby 1.9
  # ...
else
  # ...
end
mkb commented 11 years ago

Seems like indirection with no clear payoff but sure, I'll get cracking.

halorgium commented 11 years ago

Yer, I wrote some code previously that had some bugs, @benburkert fixed it up to use the Gem::Version stuff. We should have tests for the Gemfile ;)

mkb commented 11 years ago

Boom. Passing CI.

halorgium commented 11 years ago

Cheers! :heart: