mirror of
https://github.com/mcasimir/kaminari-bootstrap.git
synced 2022-11-09 13:46:52 -05:00
commit-1344189994
This commit is contained in:
parent
6265bec9cd
commit
4f3c47c637
2 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "kaminari-bootstrap"
|
s.name = "kaminari-bootstrap"
|
||||||
s.version = "0.1.1"
|
s.version = "0.1.2"
|
||||||
|
|
||||||
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 = ["mcasimir"]
|
s.authors = ["mcasimir"]
|
||||||
|
@ -31,8 +31,7 @@ Gem::Specification.new do |s|
|
||||||
"app/views/kaminari/_page.html.erb",
|
"app/views/kaminari/_page.html.erb",
|
||||||
"app/views/kaminari/_paginator.html.erb",
|
"app/views/kaminari/_paginator.html.erb",
|
||||||
"app/views/kaminari/_prev_page.html.erb",
|
"app/views/kaminari/_prev_page.html.erb",
|
||||||
"kaminari-bootstrap.gemspec",
|
"kaminari-bootstrap.gemspec"
|
||||||
"lib/kaminari_bootstrap.rb"
|
|
||||||
]
|
]
|
||||||
s.homepage = "http://github.com/mcasimir/kaminari-bootstrap"
|
s.homepage = "http://github.com/mcasimir/kaminari-bootstrap"
|
||||||
s.licenses = ["MIT"]
|
s.licenses = ["MIT"]
|
||||||
|
|
Loading…
Reference in a new issue