Skip to content

Commit

Permalink
Update will_paginate version to 3.0.pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
rspeicher committed Jul 26, 2011
1 parent ed56b9f commit 934b20f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
will_paginate_renderers (0.0.1)
will_paginate (= 3.0.pre2)
will_paginate_renderers (0.0.2)
will_paginate (= 3.0.pre4)

GEM
remote: http://rubygems.org/
Expand All @@ -19,7 +19,7 @@ GEM
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
will_paginate (3.0.pre2)
will_paginate (3.0.pre4)
yard (0.6.1)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A collection of custom renderers for use with the
## Requirements

will_paginate_renderers currently depends explicitly on [will_paginate
3.0.pre2](https://rubygems.org/gems/will_paginate/versions/3.0.pre2), but will
3.0.pre4](https://rubygems.org/gems/will_paginate/versions/3.0.pre4), but will
in the future support any 3.0.x version once a stable version is released.

The easiest way to make use of will_paginate_renderers is through
Expand Down
2 changes: 1 addition & 1 deletion will_paginate_renderers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "will_paginate", "3.0.pre2"
s.add_dependency "will_paginate", "3.0.pre4"
s.add_development_dependency "mocha", "~> 0.9"
s.add_development_dependency "rspec", "~> 2.6"
s.add_development_dependency "yard"
Expand Down

0 comments on commit 934b20f

Please sign in to comment.