Skip to content

Commit

Permalink
Version bump to 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 16, 2011
1 parent aae63bd commit e60da30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.9.9 0.9.10
6 changes: 3 additions & 3 deletions kaminari.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{kaminari} 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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Akira Matsuda"] 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.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.email = %q{ronnie@dio.jp}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand All @@ -18,8 +18,8 @@ Gem::Specification.new do |s|
] ]
s.files = [ s.files = [
".document", ".document",
".rspec",
".gemtest", ".gemtest",
".rspec",
"CHANGELOG", "CHANGELOG",
"Gemfile", "Gemfile",
"Gemfile.lock", "Gemfile.lock",
Expand Down

0 comments on commit e60da30

Please sign in to comment.