public
Description: A lightweight tool to manage gems using a config file, similar to GemInstaller
Homepage:
Clone URL: git://github.com/UnderpantsGnome/gem_tools.git
gem_tools / gems.yml.sample
100644 14 lines (13 sloc) 0.51 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# this is optional
# :source: http://local_mirror.example.com
# :gem_command: 'jruby -S gem'
:gems:
  # - :name: postgres
  # # the version to use
  # :version: '0.7.1'
  # # this gem has a specfic source URL
  # :source: 'http://mongrel.rubyforge.org/releases'
  # # this tells us to load not just install
  # :load: true
  # # any extra config that needs to be passed to gem install
  # :config: '--with-pgsql-include-dir=/usr/local/pgsql/include --with-pgsql-lib-dir=/usr/local/pgsql/lib'