9 Posts tagged with rubygems
RubyGems 1.2.0
"RubyGems no longer performs bulk updates and instead only fetches the gemspec files it needs" ZOMG finally!
Edge Rails gets Declarative Gem Dependencies
config.gem 'GEMNAME' in environment.rb declares a gem as required. `rake gems:install` will then install all required gems.
Echoe
Echoe is a simple tool for working with Rubygems. It generates Rake tasks for documentation, extension compiling, testing, packaging, and deployment.
Gem Platform Matching
RubyGems now figures out if your platform matches they gem you want to install, and here’s how it does it.
Gemtacular
Nice rubygems index. Has tags, searching, as well as JSON and XML formatted info on each gem.