mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Version bump to 0.5.0
This commit is contained in:
parent
c1fbe97883
commit
2f48658a8f
2 changed files with 3 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.4.0
|
||||
0.5.0
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{kaminari}
|
||||
s.version = "0.4.0"
|
||||
s.version = "0.5.0"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Akira Matsuda"]
|
||||
|
@ -19,6 +19,7 @@ Gem::Specification.new do |s|
|
|||
s.files = [
|
||||
".document",
|
||||
".rspec",
|
||||
"CHANGELOG",
|
||||
"Gemfile",
|
||||
"Gemfile.lock",
|
||||
"LICENSE.txt",
|
||||
|
|
Loading…
Reference in a new issue