mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Version bump to 0.9.10
This commit is contained in:
parent
aae63bd24c
commit
e60da3017c
2 changed files with 4 additions and 4 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.9.9
|
||||
0.9.10
|
|
@ -5,11 +5,11 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{kaminari}
|
||||
s.version = "0.9.9"
|
||||
s.version = "0.9.10"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Akira Matsuda"]
|
||||
s.date = %q{2011-02-13}
|
||||
s.date = %q{2011-02-17}
|
||||
s.description = %q{Kaminari is a Scope & Engine based clean and powerful and customizable and sophisticated paginator for Rails 3}
|
||||
s.email = %q{ronnie@dio.jp}
|
||||
s.extra_rdoc_files = [
|
||||
|
@ -18,8 +18,8 @@ Gem::Specification.new do |s|
|
|||
]
|
||||
s.files = [
|
||||
".document",
|
||||
".rspec",
|
||||
".gemtest",
|
||||
".rspec",
|
||||
"CHANGELOG",
|
||||
"Gemfile",
|
||||
"Gemfile.lock",
|
||||
|
|
Loading…
Reference in a new issue