Skip to content

Commit

Permalink
Merge pull request #7 from rkononov/master
Browse files Browse the repository at this point in the history
added Gemfile into test dir
  • Loading branch information
treeder committed Jan 24, 2012
2 parents fc847b1 + 29a1ab7 commit cc1c023
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source 'http://rubygems.org'
gem 'beanstalk-client'
gem 'test-unit'
gem 'concur'
38 changes: 38 additions & 0 deletions test/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
beanstalk-client (1.1.1)
concur (0.1.2)
em-http-request
em-http-request
eventmachine
eventmachine
faraday
faraday
cookiejar (0.3.0)
em-http-request (1.0.1)
addressable (>= 2.2.3)
cookiejar
em-socksify
eventmachine (>= 1.0.0.beta.4)
http_parser.rb (>= 0.5.3)
em-socksify (0.1.0)
eventmachine
eventmachine (1.0.0.beta.4)
faraday (0.7.5)
addressable (~> 2.2.6)
multipart-post (~> 1.1.3)
rack (>= 1.1.0, < 2)
http_parser.rb (0.5.3)
multipart-post (1.1.4)
rack (1.4.0)
test-unit (2.4.4)

PLATFORMS
ruby

DEPENDENCIES
beanstalk-client
concur
test-unit

0 comments on commit cc1c023

Please sign in to comment.