public
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://desert.rubyforge.org
Clone URL: git://github.com/pivotal/desert.git
Josh Susser & Wai Lun Mang (author)
Fri Oct 23 14:14:10 -0700 2009
commit  0fe6eb9b8c0049236134ab326d6f4567713f04c3
tree    590a36e6fd6a36e99b5b17ec7f57be9944cdea5d
parent  ea3acc8159eb0231a75fcdc48e186f3243ee2ea6
desert / geminstaller.yml
100644 9 lines (8 sloc) 0.227 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