Questions tagged [rubyforge]

RubyForge is a home for open source Ruby projects.

RubyForge is a collaborative software development management system dedicated to projects related to the Ruby programming language.

3 questions
2
votes
2 answers

How to install gems from RubyForge?

I am trying to install ruby-mp3info as a gem on my computer. Running sudo gem install ruby-mp3info seems to work OK. In my environment.rb file, I added config.gem "ruby-mp3info". When I try to run the server, it fails, claiming I have some missing…
Yuval Karmi
  • 26,277
  • 39
  • 124
  • 175
1
vote
1 answer

How does Bundler decipher which commit corresponds to a certain Gem version?

I've been researching Bundler's page and RubyGem's page (and SO posts) but can't seem to figure this out. In the Gemfile, you specify to Bundler which version of the Gem to use. That's about all I know as true...the rest is me guessing at what goes…
Zhao Li
  • 4,936
  • 8
  • 33
  • 51
0
votes
2 answers

How many times was a Ruby gem installed via `gem install` or `gem update`

I am trying to find out how many times a gem was installed via gem install or gem update. For example, Watir 1.6.2: it was installed 97 times via gemcutter (http://gemcutter.org/gems/watir/versions/1.6.2) it is downloaded 4,027 times from…
Željko Filipin
  • 56,372
  • 28
  • 94
  • 125