Am Mittwoch, den 02.03.2011, 13:41 -0800 schrieb Eric: > So it looks like the problem was with gem install route-kit, I had > multiple copies of the gem loaded. But it seems like there may be a > problem with the gemspec.
Yes, my machine here seems to have done something very strange to the first version of the gem published (I tried the installation with a previous build without those problems). > anyway I added the following to my gemfile and delete the gems from > the .rvm/gems/ruby-1.9.2-p180/gems and everything seems fine. > > gem "ruote", :git=>'git://github.com/jmettraux/ruote.git' > gem "ruote-kit", :git=>'git://github.com/kennethkalmer/ruote-kit' You should be able to use the gem version now: gem 'ruote', :version => '~>2.2.0' gem 'ruote-kit', :version => '~>2.2.0' That should install ruote 2.2.0 and ruote 2.2.0.3. Many thanks to John for releasing the fixed gem version. > On Mar 2, 3:24 pm, Eric <[email protected]> wrote: > > I am sure that someone has already reported this but here are a couple > > of issues installing ruote-kit 2.2.0.2 > > I was trying to lay down ruote-kit on on a fresh install of ruby > > 1.9.2/ rails 3.0.5 and ran into a couple of issues. > > first i tried: > > > > rails new foo > > -mhttp://github.com/tosch/ruote-kit/raw/master/rails-template.rb > > > > and it complained about redirects to https not allowed. > > > > So i changed it to: > > > > rails new foo > > -mhttps://github.com/tosch/ruote-kit/raw/master/rails-template.rb > > > > and the script installed. Thanks for the report, I updated the README in the repo. Sorry for all the troubles and pain, Torsten -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
