forked from Lainports/freebsd-ports
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
380 B
Text
5 lines
380 B
Text
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.
|