Skip to content

Commit

Permalink
update examples Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Apr 25, 2012
1 parent 6050680 commit 0bdb9b6
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 44 deletions.
1 change: 1 addition & 0 deletions examples/Gemfile
@@ -1 +1,2 @@
source :rubygems
gemspec :path => ".."
101 changes: 57 additions & 44 deletions examples/Gemfile.lock
@@ -1,67 +1,80 @@
PATH
remote: /home/nick/src/active/resque-pool
specs:
resque-pool (0.1.0.dev)
resque-pool (0.3.0.dev)
rake
resque (~> 1.13)
resque (~> 1.20)
trollop (~> 1.16)

GEM
remote: http://rubygems.org/
specs:
SystemTimer (1.2.2)
aruba (0.3.2)
childprocess (~> 0.1.6)
cucumber (~> 0.10.0)
rspec (~> 2.3.0)
SystemTimer (1.2.3)
aruba (0.4.11)
childprocess (>= 0.2.3)
cucumber (>= 1.1.1)
ffi (>= 1.0.11)
rspec (>= 2.7.0)
builder (3.0.0)
childprocess (0.1.7)
ffi (~> 0.6.3)
cucumber (0.10.0)
childprocess (0.3.2)
ffi (~> 1.0.6)
cucumber (1.1.9)
builder (>= 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.3.2)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
diff-lcs (1.1.2)
ffi (0.6.3)
rake (>= 0.8.7)
gherkin (2.3.3)
json (~> 1.4.6)
json (1.4.6)
rack (1.2.1)
rake (0.8.7)
redis (2.1.1)
redis-namespace (0.10.0)
diff-lcs (>= 1.1.2)
gherkin (~> 2.9.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3)
ffi (1.0.11)
gherkin (2.9.3)
json (>= 1.4.6)
hpricot (0.8.6)
json (1.6.6)
multi_json (1.3.2)
mustache (0.99.4)
rack (1.4.1)
rack-protection (1.2.0)
rack
rake (0.9.2.2)
rdiscount (1.6.8)
redis (2.2.2)
redis-namespace (1.0.3)
redis (< 3.0.0)
resque (1.13.0)
json (~> 1.4.6)
redis-namespace (>= 0.10.0)
resque (1.20.0)
multi_json (~> 1.0)
redis-namespace (~> 1.0.2)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
rspec (2.3.0)
rspec-core (~> 2.3.0)
rspec-expectations (~> 2.3.0)
rspec-mocks (~> 2.3.0)
rspec-core (2.3.1)
rspec-expectations (2.3.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.3.0)
sinatra (1.1.3)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
term-ansicolor (1.0.5)
tilt (1.2.2)
ronn (0.7.3)
hpricot (>= 0.8.2)
mustache (>= 0.7.0)
rdiscount (>= 1.5.8)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
term-ansicolor (1.0.7)
tilt (1.3.3)
trollop (1.16.2)
vegas (0.1.8)
vegas (0.1.11)
rack (>= 1.0.0)

PLATFORMS
ruby

DEPENDENCIES
SystemTimer
aruba (~> 0.3.2)
aruba (~> 0.4.11)
bundler (~> 1.0)
cucumber (~> 0.10.0)
cucumber (~> 1.1.9)
resque-pool!
rspec (~> 2.3.0)
ronn
rspec (~> 2.9.0)

0 comments on commit 0bdb9b6

Please sign in to comment.