Skip to content

Commit

Permalink
Bundler. bundle install && bundle exec irb -r lib/setup.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
evanfarrar committed Sep 18, 2010
1 parent 1f07193 commit f70479d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Gemfile
@@ -0,0 +1,8 @@
source "http://rubygems.org"
gem "activesupport"
gem "hpricot"
gem "sqlite3-ruby"
gem "r18n-desktop"
# gem "sequel 3.5.0"
gem "opensprints-core", "0.6.1"
gem "multipart-post"
24 changes: 24 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,24 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.0)
hpricot (0.8.2)
multipart-post (1.0.1)
opensprints-core (0.6.1)
sequel
r18n-core (0.4.7.1)
r18n-desktop (0.4.7.1)
r18n-core (= 0.4.7.1)
sequel (3.15.0)
sqlite3-ruby (1.2.5)

PLATFORMS
ruby

DEPENDENCIES
activesupport
hpricot
multipart-post
opensprints-core (= 0.6.1)
r18n-desktop
sqlite3-ruby
3 changes: 2 additions & 1 deletion lib/setup.rb
Expand Up @@ -4,7 +4,6 @@
require 'time'
require 'lib/race_data'
require 'ftools'
require 'hpricot'
Infinity = 1/0.0
class Object
def try(method, *args, &block)
Expand Down Expand Up @@ -129,7 +128,9 @@ def initialize(percent,top,color)
require 'lib/interface_widgets'
else
require 'rubygems'
require 'bundler/setup'
end
require 'hpricot'
require 'active_support'
require 'sequel'
require 'sequel/extensions/migration'
Expand Down

0 comments on commit f70479d

Please sign in to comment.