Philippe Rathé

Results 3 issues of Philippe Rathé

I wanted to try the [curl demo](http://getcloudkit.com/curl.html) and the following command crashed ``` $ rackup config.ru /Users/prathe/.rbenv/versions/1.9.2-p290/lib/ruby/gems/1.9.1/gems/cloudkit-0.11.2/lib/cloudkit/rack/builder.rb:43:in `expose': undefined method `=1.4' rack ``` I had no problems

Related to issue #3 is the lack of support for Rack 1.4 See [this intridea/omniauth issue](https://github.com/intridea/omniauth/pull/561)

Hello, In the README ``` gem 'spree_variant_options', '0.5.0' ``` But 0.5.0 does not seem to have been released. It won't install with `gem install spree_variant_options` or with `bundle install`. It...