From e60da3017c9f08f9c8b0800e29713049eeb803c0 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Thu, 17 Feb 2011 02:43:30 +0900 Subject: [PATCH] Version bump to 0.9.10 --- VERSION | 2 +- kaminari.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 6f060dcbc..ea8f4fd66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.9 \ No newline at end of file +0.9.10 \ No newline at end of file diff --git a/kaminari.gemspec b/kaminari.gemspec index 07b4145f6..14d56b3df 100644 --- a/kaminari.gemspec +++ b/kaminari.gemspec @@ -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",