sstephenson / ruby-eco

Ruby Eco Compiler
MIT License
68 stars 7 forks source link

gem install: eco-source is --pre; eco is not #1

Open benatkin opened 13 years ago

benatkin commented 13 years ago

It's a bit tricky to install the gem right now. I have to run gem install --pre eco-source to install eco-source. gem install --pre eco won't work, though, because eco is stable. So I have to run the following in succession:

gem install --pre eco-source
gem install eco

I'm sure this will be fixed when eco 1.1.0 is released. Just leaving this here for the next person.

zerohistory commented 13 years ago

Thanks, that helped. Doing a remote search didn't show the pre version. Glad this was here.

copacetic commented 9 years ago

+1

anthonybrown commented 9 years ago

gem install --pre eco-source works but when I do gem install eco
I'm getting this: gem install eco ERROR: Could not find a valid gem 'eco-source' (>= 0) in any repository ERROR: Possible alternatives: to_source, chsource, taosource, epf-source, outsource

anthonybrown commented 9 years ago

There is a problem with eco-source when installing the backbone-on-rails gem

stefkin commented 9 years ago

gem install --pre eco-source works but when I do gem install eco I'm getting this: gem install eco ERROR: Could not find a valid gem 'eco-source' (>= 0) in any repository ERROR: Possible alternatives: to_source, chsource, taosource, epf-source, outsource

Same for me

anthonybrown commented 9 years ago

This is still unresolved.

sriharisahu commented 9 years ago

Download the new gem and install it locally to resolve the dependency issue. I agree it is band aid and not solution but for something that's open for 4 years, I think this should suffice.

tispratik commented 8 years ago

+1