Project

General

Profile

Download (227 Bytes) Statistics
| Branch: | Tag: | Revision:
source 'http://rubygems.org'

gem 'json'
gem 'sinatra', '< 1.4.3'

Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle|
# puts "adding custom gem file #{bundle}"
self.instance_eval(Bundler.read_file(bundle))
end
(4-4/8)