Bug 140355 - [NEW PORT] sysutils/rubygem-bundler: A tool that manages gem dependencies for your ruby application
Summary: [NEW PORT] sysutils/rubygem-bundler: A tool that manages gem dependencies for...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-07 12:20 UTC by Robert Gogolok
Modified: 2009-11-12 22:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Gogolok 2009-11-07 12:20:01 UTC
Bundler is a tool that manages gem dependencies for your ruby application. It 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 lets you run any ruby code in context of the bundled gem environment.

WWW: http://github.com/wycats/bundler

Fix: 

http://w5.cs.uni-sb.de/~gogo/patches/new-ports/sysutils/rubygem-bundler.tar.gz
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-11-07 12:51:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-11-12 22:41:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-11-12 22:42:02 UTC
miwi        2009-11-12 22:41:48 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/rubygem-bundler Makefile distinfo pkg-descr 
  Log:
  Bundler is a tool that manages gem dependencies for your ruby application. It
  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>
  
  Revision  Changes    Path
  1.1140    +1 -0      ports/sysutils/Makefile
  1.1       +19 -0     ports/sysutils/rubygem-bundler/Makefile (new)
  1.1       +3 -0      ports/sysutils/rubygem-bundler/distinfo (new)
  1.1       +7 -0      ports/sysutils/rubygem-bundler/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"