Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atmos/rubundler

use wycats/bundler
https://github.com/atmos/rubundler

Last synced: about 1 month ago
JSON representation

use wycats/bundler

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