Gem management is now handled by Bundler - updated README and install to advise. Eventually we can remove the install script

This commit is contained in:
Christian Frichot
2011-12-31 15:33:32 +08:00
parent aef3bc9bf0
commit d2f4fddc34
5 changed files with 111 additions and 121 deletions

View File

@@ -15,21 +15,15 @@
# @note Include here all the gems we are using
require 'rubygems'
require 'thin'
require 'dm-core'
require 'dm-migrations'
require 'json'
require 'ansi'
require 'optparse'
require 'bundler/setup'
Bundler.require(:default)
require 'cgi'
require 'yaml'
require 'singleton'
require 'ipaddr'
require 'base64'
require 'xmlrpc/client'
require 'erubis'
require 'openssl'
require 'term/ansicolor'
# @note Include the filters
require 'core/filters'