Hey Luke, thanks so much for putting this code out, I just watched the
introduction of sprouts and am excited to check it out. I tried
installing the gem on os x, using the following:
On Tue, Jun 23, 2009 at 2:18 AM, bitwise <dave.m...@gmail.com> wrote:
> Hey Luke, thanks so much for putting this code out, I just watched the
> introduction of sprouts and am excited to check it out. I tried
> installing the gem on os x, using the following:
I managed to get it installed last night at home after running the
update. However when I tried to create a new project, I received the
following error:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/
gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp.rb:37: undefined method
`register_service' for Net::SSH:Module (NoMethodError)
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from /Library/Ruby/Gems/1.8/gems/sprout-0.7.206-darwin/lib/sprout/
tasks/sftp_task.rb:36
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from /Library/Ruby/Gems/1.8/gems/sprout-0.7.206-darwin/lib/sprout/
general_tasks.rb:2
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from /Library/Ruby/Gems/1.8/gems/sprout-0.7.206-darwin/lib/sprout.rb:
35
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`require'
from /Library/Ruby/Gems/1.8/gems/sprout-0.7.206-darwin/bin/sprout:13
from /usr/bin/sprout:19:in `load'
from /usr/bin/sprout:19
I was able to workaround this by manually installing net-ssh AND net-
sftp gems. Are you aware of this issue with a vanilla install of
sprout? I am running leopard and haven't had any experience using gem/
ruby (if you couldnt tell). I'd be happy to file a bug if this is an
unknown issue.
Thanks,
Dave
On Jun 23, 9:58 am, Luke Bayes <lba...@patternpark.com> wrote:
> Hey Dave,
> Please update your Gem installation -
> sudo gem --update
> Let me know if that sorts it out for you.
> Thanks,
> Luke
> On Tue, Jun 23, 2009 at 2:18 AM, bitwise <dave.m...@gmail.com> wrote:
> > Hey Luke, thanks so much for putting this code out, I just watched the
> > introduction of sprouts and am excited to check it out. I tried
> > installing the gem on os x, using the following:
> Hey Dave,
> Please update your Gem installation -
> sudo gem --update
> Let me know if that sorts it out for you.
> Thanks,
> Luke
> On Tue, Jun 23, 2009 at 2:18 AM, bitwise <dave.m...@gmail.com> wrote:
> > Hey Luke, thanks so much for putting this code out, I just watched the
> > introduction of sprouts and am excited to check it out. I tried
> > installing the gem on os x, using the following:
On Tue, Jun 23, 2009 at 11:14 AM, bitwise <dave.m...@gmail.com> wrote:
> Also, the correct update command is:
> sudo gem update --system
> In case anyone else is having trouble!
> Dave
> On Jun 23, 9:58 am, Luke Bayes <lba...@patternpark.com> wrote:
> > Hey Dave,
> > Please update your Gem installation -
> > sudo gem --update
> > Let me know if that sorts it out for you.
> > Thanks,
> > Luke
> > On Tue, Jun 23, 2009 at 2:18 AM, bitwise <dave.m...@gmail.com> wrote:
> > > Hey Luke, thanks so much for putting this code out, I just watched the
> > > introduction of sprouts and am excited to check it out. I tried
> > > installing the gem on os x, using the following:
> Hey Dave,
> Thanks for sending the correct command! I had a nagging feeling about that
> one too...
> Yeah - please add those bugs to the github account and put them at the top
> of the list if you can.
> Thanks,
> Luke
> On Tue, Jun 23, 2009 at 11:14 AM, bitwise <dave.m...@gmail.com> wrote:
> > Also, the correct update command is:
> > sudo gem update --system
> > In case anyone else is having trouble!
> > Dave
> > On Jun 23, 9:58 am, Luke Bayes <lba...@patternpark.com> wrote:
> > > Hey Dave,
> > > Please update your Gem installation -
> > > sudo gem --update
> > > Let me know if that sorts it out for you.
> > > Thanks,
> > > Luke
> > > On Tue, Jun 23, 2009 at 2:18 AM, bitwise <dave.m...@gmail.com> wrote:
> > > > Hey Luke, thanks so much for putting this code out, I just watched the
> > > > introduction of sprouts and am excited to check it out. I tried
> > > > installing the gem on os x, using the following:
> On Jun 23, 3:31 pm, Luke Bayes <lba...@patternpark.com> wrote:
> > Hey Dave,
> > Thanks for sending the correct command! I had a nagging feeling about
> that
> > one too...
> > Yeah - please add those bugs to the github account and put them at the
> top
> > of the list if you can.
> > Thanks,
> > Luke
> > On Tue, Jun 23, 2009 at 11:14 AM, bitwise <dave.m...@gmail.com> wrote:
> > > Also, the correct update command is:
> > > sudo gem update --system
> > > In case anyone else is having trouble!
> > > Dave
> > > On Jun 23, 9:58 am, Luke Bayes <lba...@patternpark.com> wrote:
> > > > Hey Dave,
> > > > Please update your Gem installation -
> > > > sudo gem --update
> > > > Let me know if that sorts it out for you.
> > > > Thanks,
> > > > Luke
> > > > On Tue, Jun 23, 2009 at 2:18 AM, bitwise <dave.m...@gmail.com>
> wrote:
> > > > > Hey Luke, thanks so much for putting this code out, I just watched
> the
> > > > > introduction of sprouts and am excited to check it out. I tried
> > > > > installing the gem on os x, using the following: