Skip to content

Commit

Permalink
Bundler-ify project.
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Sep 13, 2010
1 parent 0a561f6 commit 6e662d1
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Gemfile
@@ -0,0 +1,5 @@
source 'http://rubygems.org'

gem "jeweler"
gem "rake"
gem "eventmachine"
22 changes: 22 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,22 @@
GEM
remote: http://rubygems.org/
specs:
eventmachine (0.12.10)
gemcutter (0.6.1)
git (1.2.5)
jeweler (1.4.0)
gemcutter (>= 0.1.0)
git (>= 1.2.5)
rubyforge (>= 2.0.0)
json_pure (1.4.6)
rake (0.8.7)
rubyforge (2.0.4)
json_pure (>= 1.1.7)

PLATFORMS
ruby

DEPENDENCIES
eventmachine
jeweler
rake
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,4 +1,4 @@
require 'rubygems'
require File.expand_path('../config/environment', __FILE__)
require 'rake'

begin
Expand Down
2 changes: 2 additions & 0 deletions config/environment.rb
@@ -0,0 +1,2 @@
require "rubygems"
require "bundler/setup"

0 comments on commit 6e662d1

Please sign in to comment.