Gem Tracker plugin

Plugin details

Gemtracker makes sure your Rails application uses the same gems and versions, no matter where it's deployed.

Websitehttp://touset.org/blog Repositorysvn://devel.touset.org/plugins/gemtracker Author Stephen Touset Tags gem, track LicenseMIT

Documentation

Install the plugin:
ruby script/plugin install svn://devel.touset.org/plugins/gemtracker

Gemtracker comes with a rake task, "gems:install", which installs all gems listed in "config/gems.yml" at the specified versions, if not already present.

Example
=======

config/gems.yml:

  mongrel: 1.0.1
  rspec  : 1.0.0
  facets : 0.4
  foobar : 0.1.0


Using fuzzy versions as supported by Rubygems should work, but is not encouraged. After all, you're trying to make sure that everyone has the same gems and versions, right?

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, about 1 year ago