Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daem0n committed Apr 21, 2011
1 parent e6c7019 commit c37bb92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "http://rubygems.org"
# gem "activesupport", ">= 2.3.5"

gem 'json'
gem 'transmission-client', '>=0.0.6', :git => "git://github.com/Daem0n/transmission-client.git"
gem 'transmission-client', '>=0.0.7', :git => "git://github.com/Daem0n/transmission-client.git"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: git://github.com/Daem0n/transmission-client.git
revision: 018467cbe55f4a3172894616b80435e6963a53bf
revision: 73d54e96c87b89987540e6623d99917940c00382
specs:
transmission-client (0.0.6)
transmission-client (0.0.7)
em-http-request

GEM
Expand Down Expand Up @@ -34,4 +34,4 @@ DEPENDENCIES
json
rcov
shoulda
transmission-client (>= 0.0.6)!
transmission-client (>= 0.0.7)!

0 comments on commit c37bb92

Please sign in to comment.