Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install rubygemsrecipe

How to install rubygemsrecipe

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install rubygemsrecipe
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.6
0.1.7Never BuiltWhy not?
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
0.1 Available View build log
Windows (64-bit)
0.1.6
0.1.7Never BuiltWhy not?
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
0.1 Available View build log
Mac OS X (10.5+)
0.1.6
0.1.7Never BuiltWhy not?
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
0.1 Available View build log
Linux (32-bit)
0.1.6
0.1.7Never BuiltWhy not?
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
0.1 Available View build log
Linux (64-bit)
0.1.7 Available View build log
0.1.6 Available View build log
0.1.5 Available View build log
0.1.4 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
0.1 Available View build log
 
License
GPL
Imports
Lastest release
version 0.1.7 on Jan 9th, 2014

Using this recipe you can easily install ruby gems packages into buildout environment.

All executable files from gem packages are available in bin-directory.

Usage

[buildout]
parts =
    rubygems

[rubygems]
recipe = rubygemsrecipe
gems =
    sass
    compass==0.10

After running buildout you can use SASS from buildout environment:

./bin/sass --version

Options

gems
list of gem package names, also you can specify gem version, example: sass==3.1.1.
version
rubygems version, if not specified, recipe will try to find most recent version.
ruby-executable
A path to a Ruby executable. Gems will be installed using this executable.
Change History

0.1.7 (2012-05-24)

  • Feature: added 'ruby-executable' option, thanks to desaintmartin.

0.1.6 (2012-04-26)

  • Fix: pass all arguments as separate arguments instead of a single string.

0.1.5 (2012-01-06)

  • Fix: use each version only for the line it's specified in.

0.1.4 (2012-01-03)

  • You can specify a version for each gem with a syntax similar to python eggs.

0.1.3 (2011-12-28)

  • Added 'version' option to specify explicit rubygems version.

0.1.2 (2011-11-09)

  • New version of rubygems includes symlinks in .tgz archyve and extracted by setuptools.archive_util extractor ignores all symlinks. This causes missing files in extracted folder. Now rubygemsrecipe downloads .zip archyve instead of .tgz.

0.1.1 (2011-10-04)

  • Fixed issue with name of gem executable, which can be different depending on how ruby is istalled on host system.
  • Install rubygems if gem executable is not found, not rubygems direcotry.

0.1 (2011-09-07)

  • Initial public release.

Subscribe to package updates

Last updated Jan 9th, 2014

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.