mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Version bump to 0.4.0
This commit is contained in:
parent
20484f9c02
commit
ae6ce9da1e
2 changed files with 3 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.3.0
|
0.4.0
|
|
@ -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.3.0"
|
s.version = "0.4.0"
|
||||||
|
|
||||||
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"]
|
||||||
|
@ -32,6 +32,7 @@ Gem::Specification.new do |s|
|
||||||
"app/views/kaminari/_next_link.html.erb",
|
"app/views/kaminari/_next_link.html.erb",
|
||||||
"app/views/kaminari/_next_span.html.erb",
|
"app/views/kaminari/_next_span.html.erb",
|
||||||
"app/views/kaminari/_page_link.html.erb",
|
"app/views/kaminari/_page_link.html.erb",
|
||||||
|
"app/views/kaminari/_paginator.html.erb",
|
||||||
"app/views/kaminari/_prev_link.html.erb",
|
"app/views/kaminari/_prev_link.html.erb",
|
||||||
"app/views/kaminari/_prev_span.html.erb",
|
"app/views/kaminari/_prev_span.html.erb",
|
||||||
"app/views/kaminari/_truncated_span.html.erb",
|
"app/views/kaminari/_truncated_span.html.erb",
|
||||||
|
|
Loading…
Add table
Reference in a new issue