Hello Eric!

Eric wrote:

> Anyway I tried to install the gems using "gem install ruote-kit" and
> it installed 2.1.10, subsequently found out that 2.1.11 is the latest
> version, so I pulled down the source and installed using bundle and it
> worked like a charm, however bundle does not actually install the gem
> so i tried to build from the gemspec and install it locally.

Yes, when there's a git repository referenced in the Gemfile, Bundler
does some magic and the gem won't appear when calling "gem list". See
the Bundler docu for more info.

> I received the following error:
> 
> ERROR:  While executing gem ... (Gem::InvalidSpecificationException)
>     ["lib/ruote-kit/views/process_failed_to_launch.html.haml", "lib/
> ruote-kit/views/process_new.html.haml", "lib/ruote-kit/views/
> resource_not_found.html.haml"] are not files
> 
> I removed the missing files from the gemspec and the install worked
> without issue.

Sorry, the gemspec was outdated. I did update that
(http://github.com/tosch/ruote-kit/commit/d6ef3bb27217caf0564e0116c7c21e5f8278dc77),
 thanks for the hint.

> Hope this helps someone, or if there is a better way let me know

Why is using Bundler not enough for you? Will you use Rails 2.3 or 3?
Bundler is amazing for using ruote and ruote-kit at the moment, as
you're just a 'bundle install' away from the latest magic developed by
John ;-)

Anyway, building the gem by yourself is perfectly ok.

Cheers,
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

Reply via email to