mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Version bump to 0.9.5
This commit is contained in:
parent
e692254805
commit
ecf8316429
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
== 0.9.5
|
||||
|
||||
* works on AR 3.0.0 and 3.0.1 now #4 [danillos]
|
||||
|
||||
== 0.9.4
|
||||
|
||||
* introduced module based tags
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.9.4
|
||||
0.9.5
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{kaminari}
|
||||
s.version = "0.9.4"
|
||||
s.version = "0.9.5"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Akira Matsuda"]
|
||||
|
|
Loading…
Reference in a new issue