Skip to content

Commit

Permalink
Version 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 15, 2014
1 parent 6aef3a5 commit 918b6d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rdoc
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,12 @@
== 0.15.1

* page_method_name option was not working in 0.15.0 #481 [mauriciopasquier]

* Use the mongoid criteria #length method to cache the count of the collection
per criteria #484 [camallen]

* Don't inherit host, port, and protocol from the given params

== 0.15.0 == 0.15.0


* Allow count, total count to pass parameters to super #193 [bsimpson] * Allow count, total count to pass parameters to super #193 [bsimpson]
Expand Down
4 changes: 2 additions & 2 deletions kaminari.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Gem::Specification.new do |s|
s.name = 'kaminari' s.name = 'kaminari'
s.version = Kaminari::VERSION s.version = Kaminari::VERSION
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = ['Akira Matsuda', 'Zachary Scott', 'Yuki Nishijima', 'Hiroshi Shibata'] s.authors = ['Akira Matsuda', 'Yuki Nishijima', 'Zachary Scott', 'Hiroshi Shibata']
s.email = ['ronnie@dio.jp'] s.email = ['ronnie@dio.jp']
s.homepage = 'https://github.com/amatsuda/kaminari' s.homepage = 'https://github.com/amatsuda/kaminari'
s.summary = 'A pagination engine plugin for Rails 3+ or other modern frameworks' s.summary = 'A pagination engine plugin for Rails 3+ and other modern frameworks'
s.description = 'Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 3+' s.description = 'Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 3+'


s.rubyforge_project = 'kaminari' s.rubyforge_project = 'kaminari'
Expand Down
2 changes: 1 addition & 1 deletion lib/kaminari/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kaminari module Kaminari
VERSION = '0.15.0' VERSION = '0.15.1'
end end

0 comments on commit 918b6d5

Please sign in to comment.