Skip to content

Commit

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

Gem::Specification.new do |s|
s.name = %q{kaminari}
s.version = "0.9.2"
s.version = "0.9.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Akira Matsuda"]
s.date = %q{2011-02-10}
s.date = %q{2011-02-11}
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 = [
Expand Down Expand Up @@ -49,10 +49,6 @@ Gem::Specification.new do |s|
"app/views/kaminari/_truncated_span.html.haml",
"app/views/kaminari/github/_current_page.html.erb",
"app/views/kaminari/github/_current_page.html.haml",
"app/views/kaminari/github/_first_page_link.html.erb",
"app/views/kaminari/github/_first_page_link.html.haml",
"app/views/kaminari/github/_last_page_link.html.erb",
"app/views/kaminari/github/_last_page_link.html.haml",
"app/views/kaminari/github/_next_link.html.erb",
"app/views/kaminari/github/_next_link.html.haml",
"app/views/kaminari/github/_next_span.html.erb",
Expand All @@ -69,10 +65,6 @@ Gem::Specification.new do |s|
"app/views/kaminari/github/_truncated_span.html.haml",
"app/views/kaminari/google/_current_page.html.erb",
"app/views/kaminari/google/_current_page.html.haml",
"app/views/kaminari/google/_first_page_link.html.erb",
"app/views/kaminari/google/_first_page_link.html.haml",
"app/views/kaminari/google/_last_page_link.html.erb",
"app/views/kaminari/google/_last_page_link.html.haml",
"app/views/kaminari/google/_next_link.html.erb",
"app/views/kaminari/google/_next_link.html.haml",
"app/views/kaminari/google/_next_span.html.erb",
Expand All @@ -94,6 +86,7 @@ Gem::Specification.new do |s|
"lib/kaminari/engine.rb",
"lib/kaminari/helpers.rb",
"lib/kaminari/railtie.rb",
"lib/kaminari/tags.rb",
"spec/acceptance/acceptance_helper.rb",
"spec/acceptance/support/helpers.rb",
"spec/acceptance/support/paths.rb",
Expand Down

0 comments on commit ad6116b

Please sign in to comment.