Version bump to 0.9.8

This commit is contained in:
Akira Matsuda 2011-02-13 06:29:18 +09:00
parent 2347a99bd9
commit 758318ca85
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.9.7
0.9.8

View File

@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{kaminari}
s.version = "0.9.7"
s.version = "0.9.8"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Akira Matsuda"]
@ -25,7 +25,6 @@ Gem::Specification.new do |s|
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"TODO.txt",
"VERSION",
"app/views/kaminari/_current_page.html.erb",
"app/views/kaminari/_current_page.html.haml",
@ -47,6 +46,7 @@ Gem::Specification.new do |s|
"app/views/kaminari/_prev_span.html.haml",
"app/views/kaminari/_truncated_span.html.erb",
"app/views/kaminari/_truncated_span.html.haml",
"config/locales/kaminari.yml",
"kaminari.gemspec",
"lib/generators/kaminari/views_generator.rb",
"lib/kaminari.rb",