Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmos/rubundler
use wycats/bundler
https://github.com/atmos/rubundler
Last synced: about 1 month ago
JSON representation
use wycats/bundler
- Host: GitHub
- URL: https://github.com/atmos/rubundler
- Owner: atmos
- License: mit
- Created: 2008-10-31T02:07:05.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-12-10T03:07:24.000Z (about 16 years ago)
- Last Synced: 2024-10-14T13:05:58.403Z (3 months ago)
- Language: Ruby
- Homepage: it's claw your eyes out awesome
- Size: 113 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
== rubundler
A gem that provides a functional gem bundler for merb 0.9.12 and higher!
Tim Carey-Smith made this for our project at work. We don't waste time messing
with rubygems and other people's opinions. We have our own. :)This basically sets up a gems/ folder inside of your merb application. A set
of scripts are provided that override the gem paths accordingly. Here's a
rundown of the files provided and their purpose.You get a binary called 'rubundler' run it from your application's root
* config/dependencies.rb - a list of the gems your app relies on.
* script/update - a script that parses your gems.yml file and installs what's missing
* script/check - ensure that the merb environment cab be started w/ the new gem environment
* bin/spec - load the spec executable with the correct gem environment
* bin/rake - load the rake executable with the correct gem environment
* bin/merb - load the merb executable with the correct gem environment
* bin/merb-gen - load the merb executable with the correct gem environment