Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
Update gem for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Mar 31, 2012
1 parent bbb8e67 commit e123755
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source "http://rubygems.org"
# Specify your gem's dependencies in gilt-rb.gemspec
gemspec

gem "weary", :git => "git://github.com/mwunsch/weary.git"
gem "rake", "~> 0.9.2"

group :test do
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
GIT
remote: git://github.com/mwunsch/weary.git
revision: cac6e030045e705c3165b470419701d88b12506e
specs:
weary (1.0.0.rc1)
addressable (~> 2.2.6)
multi_json (~> 1.1.0)
promise (~> 0.3.0)
rack (~> 1.4.0)
simple_oauth (~> 0.1.5)

PATH
remote: .
specs:
gilt-rb (0.0.1)
money (~> 4.0.2)
weary (~> 1.0.0.rc1)

GEM
remote: http://rubygems.org/
specs:
addressable (2.2.7)
bouncy-castle-java (1.5.0146.1)
crack (0.3.1)
diff-lcs (1.1.3)
i18n (0.6.0)
jruby-openssl (0.7.6.1)
bouncy-castle-java (>= 1.5.0146.1)
json (1.6.5)
json (1.6.5-java)
money (4.0.2)
i18n (~> 0.4)
json
Expand All @@ -39,17 +33,23 @@ GEM
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
simple_oauth (0.1.5)
weary (1.0.0.rc1)
addressable (~> 2.2.6)
multi_json (~> 1.1.0)
promise (~> 0.3.0)
rack (~> 1.4.0)
simple_oauth (~> 0.1.5)
webmock (1.7.10)
addressable (~> 2.2, > 2.2.5)
crack (>= 0.1.7)

PLATFORMS
java
ruby

DEPENDENCIES
gilt-rb!
jruby-openssl (~> 0.7.6)
rake (~> 0.9.2)
rspec (~> 2.8.0)
weary!
webmock (~> 1.7.10)
1 change: 1 addition & 0 deletions gilt-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_runtime_dependency "money", "~> 4.0.2"
s.add_runtime_dependency "weary", "~> 1.0.0.rc1"
end

0 comments on commit e123755

Please sign in to comment.