RubyGems is a package manager for the Ruby programming language
Available Version(s): 0.8.1, 0.8.0, 0.7.3, 0.7.2, 0.7.1, 0.7.0, 0.6.2, 0.6.0, 0.5.4, 0.5.3, 0.5.0, 0.4.15, 0.4.14, 0.4.13, 0.4.12, 0.4.11, 0.4.10, 0.4.9, 0.4.8, 0.4.7, 0.4.6, 0.4.4, 0.4.3, 0.4.2, 0.4.0, 0.3.2
Description: Ruby based make-like utility.
FreshPorts -- devel/rubygem-rake
FreshPorts - new ports, applications ... FreshPorts is now runing off the BETA server. Enjoy for now.
http://www.freshports.org/devel/rubygem-rake/
FreshPorts -- www/rubygem-rails
UPDATE] devel/rubygem-rake 0.5.4 --> 0.6.2 and fix www/rubygem-rails Updates rake to 0.6.2 and updates the dependency in www/rubygem-rails/Makefile PR ...
http://www.freshports.org/?package=rubygem-rails
rpms/rubygem-rake/F-7 rubygem-rake.spec, NONE, 1.1 .cvsignore, 1.1, 1 ...
From: David Lutterkort (lutter) <fedora-extras-commits redhat com> To: fedora-extras-commits redhat com; Subject: rpms/rubygem-rake/F-7 rubygem-rake.spec, NONE, 1.1 .cvsignore, 1.1 ...
http://www.redhat.com/archives/fedora-extras-commits/2007-August/msg11810.html
rpms/rubygem-rake/devel rubygem-rake.spec,1.2,1.3
From: Alan Pevec (apevec) <fedora-extras-commits redhat com> To: fedora-extras-commits redhat com; Subject: rpms/rubygem-rake/devel rubygem-rake.spec,1.2,1.3; Date:
https://www.redhat.com/archives/fedora-extras-commits/2008-May/msg03747.html
RepoView: Fedora EPEL 5 (ppc)
rubygem-rake - Ruby based make-like utility Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax.
http://redhat.download.fedoraproject.org/pub/epel/5/ppc/repoview/rubygem-rake.html
WWR - Rubygem: Rake
Rake Ruby based make-like utility. Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax.
http://www.workingwithrails.com/rubygem/4615-rake
RepoView: Fedora EPEL 5 Source RPM Packages
rubygem-rake - Ruby based make-like utility Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax.
http://download.fedora.redhat.com/pub/epel/5/SRPMS/repoview/rubygem-rake.html
Fedora Package Database -- rubygem-rake
Ruby based make-like utility. Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Contents:
https://admin.fedoraproject.org/pkgdb/packages/name/rubygem-rake
Posts tagged with 'rubygem' @ Technical Pickles
I've been recently playing around with a Ruby frontend to the del.ico.us API. ... rake hoe rubygem Published April 10, 2008 at 08:54
http://technicalpickles.com/posts/tags/rubygem
Class: Rake::GemPackageTask
Create a Ruby GEM package with the given name and version. Example using a Ruby GEM spec: ... EOF end Rake::GemPackageTask.new(spec) do |pkg| pkg.need_zip = true pkg ...
http://rake.rubyforge.org/classes/Rake/GemPackageTask.html