public
Fork of pivotal/desert
Description: Desert is a component framework for Rails that allows your plugins have a Rails app like directory structure, routes, migrations, and dependencies.
Homepage: http://pivotalrb.rubyforge.org
Clone URL: git://github.com/tog/desert.git
pivotal (author)
Tue Apr 07 16:14:15 -0700 2009
aitor (committer)
Wed Apr 22 03:30:37 -0700 2009
desert / geminstaller.yml
100644 9 lines (8 sloc) 0.229 kb
1
2
3
4
5
6
7
8
9
---
gems:
- name: rr
  version: 0.4.8
- name: rspec
  version: 1.1.12
- name: sqlite3-ruby # required for rails tests
  version: 1.2.4 # This may be required on OSX: sudo env ARCHFLAGS="-arch i386" gem install sqlite3-ruby