lukebayes/project-sprouts

sprout on ubuntu - unable to create a new project

Opened this issue · 3 comments

Hi,

I installed sprout usin ruby gem but when I try to create a new project, my console shows nothing. On killing the command this is what I see:
/usr/lib/ruby/gems/1.8/gems/sprout-0.7.223-x86-linux/lib/sprout.rb:374:in `find_gem_spec': Gem Spec not found for sprout-as3-bundle (Sprout::SproutError)

I have ruby 1.3.5 and since I've been developing rails apps for about a year now, have rake etc

Thanks in advance for the help

It looks like you're having trouble getting gems from the network for
some reason.

Have you set custom gem sources?

Here's what my .gemrc file looks like:

---
:benchmark: false
:update_sources: true
:backtrace: false
:bulk_threshold: 1000
:verbose: true
:sources:
- http://gemcutter.org
- http://gems.rubyforge.org
gem: --no-ri --no-rdoc --format-executable

If you don't have a .gemrc file in your user home, please create one
that looks something like that, and let me know if that fixes it.

Thanks,

Luke

Closing as we migrate away from Github issues.

Please let me know at projectsprouts@googlegroups.com if you see this again.

Thanks!

Luke

Closing as we migrate away from Github issues.

Please let me know at projectsprouts@googlegroups.com if you see this again.

Thanks!

Luke