problem with version 0.5.5, bundler, github and heroku?

12 views
Skip to first unread message

problemblog

unread,
Aug 12, 2010, 1:02:30 PM8/12/10
to gcal4ruby
i noticed the new version yesterday, unfortunately gem install doesn't
see it. similar problems with gcal4ruby/gdata4ruby.

$ gem install gcal4ruby --version 0.5.4
Successfully installed gcal4ruby-0.5.4
1 gem installed
Installing ri documentation for gcal4ruby-0.5.4...
Installing RDoc documentation for gcal4ruby-0.5.4...

$ gem install gcal4ruby --version 0.5.5
ERROR: Could not find a valid gem 'gcal4ruby' (= 0.5.5) in any
repository



i can still install 0.5.5 via bundle install, by having the following
line in my Gemfile

gem 'gcal4ruby', '0.5.5', :git => 'git://github.com/mjreich/
GCal4Ruby.git'


however, when I push this to Heroku (push ends successfully) I get the
following app error.

App failed to start
Check out the troubleshooting section on our Documentation site.

Original Error
/usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/bundler/
source.rb:552:in `rescue in load_spec_files': git://github.com/mjreich/GData4Ruby.git
(at master) is not checked out. Please run `bundle install`
(Bundler::PathError)
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/source.rb:549:in `load_spec_files'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/source.rb:371:in `local_specs'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/source.rb:534:in `specs'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/lazy_specification.rb:48:in `__materialize__'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/spec_set.rb:83:in `block in materialize'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/spec_set.rb:81:in `map!'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/spec_set.rb:81:in `materialize'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/definition.rb:93:in `specs'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/definition.rb:125:in `specs_for'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/definition.rb:114:in `requested_specs'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/environment.rb:23:in `requested_specs'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler/runtime.rb:11:in `setup'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/bundler-1.0.0.rc.2/lib/
bundler.rb:102:in `setup'
from /disk1/home/slugs/223747_57f5765_4c81/mnt/config/boot.rb:8:in `'
from /disk1/home/slugs/223747_57f5765_4c81/mnt/config/application.rb:
1:in `require'
from /disk1/home/slugs/223747_57f5765_4c81/mnt/config/application.rb:
1:in `'
from /disk1/home/slugs/223747_57f5765_4c81/mnt/config/environment.rb:
2:in `require'
from /disk1/home/slugs/223747_57f5765_4c81/mnt/config/environment.rb:
2:in `'
from config.ru:3:in `require'
from config.ru:3:in `block (3 levels) in '
from /home/heroku_rack/heroku.ru:26:in `eval'
from /home/heroku_rack/heroku.ru:26:in `block (3 levels) in '
from /home/slugs/223747_57f5765_4c81/mnt/.bundle/gems/ruby/1.9.1/gems/
rack-1.1.0/lib/rack/builder.rb:46:in `instance_eval'
from /home/slugs/223747_57f5765_4c81/mnt/.bundle/gems/ruby/1.9.1/gems/
rack-1.1.0/lib/rack/builder.rb:46:in `initialize'
from /home/slugs/223747_57f5765_4c81/mnt/.bundle/gems/ruby/1.9.1/gems/
rack-1.1.0/lib/rack/builder.rb:63:in `new'
from /home/slugs/223747_57f5765_4c81/mnt/.bundle/gems/ruby/1.9.1/gems/
rack-1.1.0/lib/rack/builder.rb:63:in `map'
from /home/heroku_rack/heroku.ru:21:in `block (2 levels) in '
from /home/slugs/223747_57f5765_4c81/mnt/.bundle/gems/ruby/1.9.1/gems/
rack-1.1.0/lib/rack/builder.rb:46:in `instance_eval'
from /home/slugs/223747_57f5765_4c81/mnt/.bundle/gems/ruby/1.9.1/gems/
rack-1.1.0/lib/rack/builder.rb:46:in `initialize'
from /home/heroku_rack/heroku.ru:14:in `new'
from /home/heroku_rack/heroku.ru:14:in `block in '
from /home/slugs/223747_57f5765_4c81/mnt/.bundle/gems/ruby/1.9.1/gems/
rack-1.1.0/lib/rack/builder.rb:46:in `instance_eval'
from /home/slugs/223747_57f5765_4c81/mnt/.bundle/gems/ruby/1.9.1/gems/
rack-1.1.0/lib/rack/builder.rb:46:in `initialize'
from /home/heroku_rack/heroku.ru:1:in `new'
from /home/heroku_rack/heroku.ru:1:in `'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/rack/
adapter/loader.rb:36:in `eval'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/rack/
adapter/loader.rb:36:in `load'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/
controllers/controller.rb:175:in `load_rackup_config'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/
controllers/controller.rb:65:in `start'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/
runner.rb:177:in `run_command'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/
runner.rb:143:in `run!'
from /usr/ruby1.9.1/lib/ruby/gems/1.9.1/gems/thin-1.2.6/bin/thin:6:in
`'
from /usr/ruby1.9.1/bin/thin:19:in `load'
from /usr/ruby1.9.1/bin/thin:19:in `'

Mike Reich

unread,
Aug 12, 2010, 1:31:28 PM8/12/10
to gcal...@googlegroups.com
Hi there, version 0.5.5 is up on git but not yet pushed to ruby gems (we're working on a few last minute issues with georss handling in events). I'll send out an update in later today when the final version is up on rubygems. Version 0.5.4 is still the last stable version to use in the meantime. For future versions we'll be branching so this doesn't occur. Thanks,

-Mike

Mike Reich
Seabourne Consulting
mi...@seabourneconsulting.com
425-296-2440

Reply all
Reply to author
Forward
0 new messages