Skip to content

Commit

Permalink
Added Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
justinweiss authored and bvandenbos committed Nov 17, 2010
1 parent a9a2dc2 commit 5719206
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.bundle/
pkg
nbproject
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source :rubygems
gemspec
52 changes: 52 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
PATH
remote: .
specs:
resque-scheduler (1.9.7)
redis (>= 2.0.1)
resque (>= 1.8.0)
rufus-scheduler

GEM
remote: http://rubygems.org/
specs:
git (1.2.5)
jeweler (1.5.1)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
json (1.4.6)
mocha (0.9.9)
rake
rack (1.2.1)
rack-test (0.5.6)
rack (>= 1.0)
rake (0.8.7)
redis (2.1.1)
redis-namespace (0.8.0)
redis (< 3.0.0)
resque (1.10.0)
json (~> 1.4.6)
redis-namespace (~> 0.8.0)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
rufus-scheduler (2.0.7)
tzinfo
sinatra (1.1.0)
rack (~> 1.1)
tilt (~> 1.1)
tilt (1.1)
tzinfo (0.3.23)
vegas (0.1.8)
rack (>= 1.0.0)

PLATFORMS
ruby

DEPENDENCIES
jeweler
mocha
rack-test
redis (>= 2.0.1)
resque (>= 1.8.0)
resque-scheduler!
rufus-scheduler

0 comments on commit 5719206

Please sign in to comment.