RubyGems.org

pez

0.1.1

Pez is a simple tool to manage plugins from Git and Subversion repositories in a easy way. Instead of adding plugins to the project repository, Pez checkouts/clones the specified version to a temporary directory and creates a symlink to the Ruby on Rails plugin directory. When Pez is asked to update the plugins, it runs the correct command in that directory, based on the repository type (Git or Subversion), which in turn is applied to the project through the symlink. Pez allows different environments to update plugins from a different directory. So, when you deploy your Ruby on Rails application, you won't have to checkout/update all plugins again, unless you explicit say so. Pez is based on Braid (which I never had it working) but way simpler.

installgem install pez
Authors

Nando Vieira

1,879 total downloads 629 for this version
Owners

Cb5d9e9095cd41b636764a85e57ade4b

Gemfile
gem "pez", "~> 0.1.1"
Versions
  1. 0.1.1 March 9, 2010
  2. 0.1.0 October 29, 2009
  3. 0.0.13 October 23, 2009
Runtime Dependencies
  1. main >= 0