Skip to content

Commit

Permalink
Bump the version and update Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Jun 17, 2010
1 parent c96820f commit ed47778
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 30 deletions.
51 changes: 22 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
---
dependencies:
rspec:
group:
- :test
version: ~> 2.0.0.beta.4
rack-test:
group:
- :test
version: ">= 0"
require:
- rack/test
specs:
- rack:
version: 1.1.0
- rack-test:
version: 0.5.3
- rspec-core:
version: 2.0.0.beta.6
- rspec-expectations:
version: 2.0.0.beta.6
- rspec-mocks:
version: 2.0.0.beta.6
- rspec:
version: 2.0.0.beta.6
hash: e1a7d3a8dbf2361a815fd7cf7932e0aefc4156fe
sources:
- Rubygems:
uri: http://rubygems.org
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
rack (1.1.0)
rack-test (0.5.4)
rack (>= 1.0)
rspec (2.0.0.beta.9)
rspec-core (= 2.0.0.beta.9)
rspec-expectations (= 2.0.0.beta.9)
rspec-mocks (= 2.0.0.beta.9)
rspec-core (2.0.0.beta.9)
rspec-expectations (2.0.0.beta.9)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0.beta.9)

PLATFORMS
ruby

DEPENDENCIES
rack-test
rspec (~> 2.0.0.beta.4)
2 changes: 1 addition & 1 deletion lib/rack/offline/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rack
class Offline
VERSION = "0.6.0"
VERSION = "0.6.1"
end
end

0 comments on commit ed47778

Please sign in to comment.