Skip to content

Commit

Permalink
Version bump to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 12, 2011
1 parent 2347a99 commit 758318c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
0.9.7 0.9.8
4 changes: 2 additions & 2 deletions kaminari.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


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

0 comments on commit 758318c

Please sign in to comment.