aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-bundler
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.7Philip M. Gollucci2010-11-242-4/+3
| | | | | | | | | PR: ports/152513 Submitted by: gogolok+freebsd@gmail.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=265059
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infoPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=263313
* - Update to 1.0.2Philip M. Gollucci2010-10-102-4/+4
| | | | | | | | | | PR: ports/151355 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Approved by: gogolok+freebsd@gmail.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=262771
* - Update to 1.0.1Philip M. Gollucci2010-10-072-4/+4
| | | | | | | | | | PR: ports/151241 Submitted by: myself (pgollucci) Approved by: gogolok+freebsd@gmail.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=262545
* - Prep ruby Rails 3Philip M. Gollucci2010-09-022-4/+4
| | | | | | | | | | Update to 1.0.0 With Hat: ruby Sponsored by: RideCharge Inc. / Taximagic Notes: svn path=/head/; revision=260401
* - Update to 0.9.25Philip M. Gollucci2010-06-232-4/+4
| | | | | | | | | | PR: ports/148015 Submitted by: Robert Gogolok <gogolok+freebsd@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=256877
* - No need to mess with FETCH_ARGS anymore.Philip M. Gollucci2010-06-061-3/+0
| | | | | | | | | rubygems.org (RG) doesn't do redirects. With Hat: ruby@ Notes: svn path=/head/; revision=255872
* - Convert MASTER_SITES to RGPhilip M. Gollucci2010-05-271-1/+1
| | | | | | | | | | | | | PR: ports/147013 ports/147014 ports/147015 ports/147016 ports/147017 ports/147018 ports/147019 ports/147020 ports/147033 ports/147034 ports/147035 ports/147036 ports/147037 ports/147038 ports/147040 ports/147041 ports/147042 Submitted by: pgollucci@ (myself) With Hat: ruby@ Notes: svn path=/head/; revision=255155
* - Update to 0.9.25Martin Wilke2010-05-213-7/+12
| | | | | | | | PR: 146659 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer) Notes: svn path=/head/; revision=254718
* - Update to 0.8.1Martin Wilke2010-01-312-5/+5
| | | | | | | | PR: 143397 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer) Notes: svn path=/head/; revision=248957
* Bundler is a tool that manages gem dependencies for your ruby application. ItMartin Wilke2009-11-123-0/+29
takes a gem manifest file and is able to fetch, download, and install the gems and all child dependencies specified in this manifest. It can manage any update to the gem manifest file and update the bundled gems accordingly. It also letsyou run any ruby code in context of the bundled gem environment. WWW: http://github.com/wycats/bundler PR: ports/140355 Submitted by: Robert Gogolok <gogo at cs.uni-sb.de> Notes: svn path=/head/; revision=244178