1
0
Fork 0
mirror of https://github.com/mcasimir/kaminari-bootstrap.git synced 2022-11-09 13:46:52 -05:00
mcasimir--kaminari-bootstrap/kaminari-bootstrap.gemspec

65 lines
2 KiB
Ruby
Raw Normal View History

2012-08-05 10:45:12 -04:00
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "kaminari-bootstrap"
2013-11-27 09:52:23 -05:00
s.version = "3.0.1"
2012-08-05 10:45:12 -04:00
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["mcasimir"]
2013-11-27 09:52:23 -05:00
s.date = "2013-11-27"
2012-08-05 10:49:24 -04:00
s.description = "Kaminari views for Twitter Bootstrap (rails engine)"
2012-08-05 10:45:12 -04:00
s.email = "maurizio.cas@gmail.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.md",
"Rakefile",
"VERSION",
"app/views/kaminari/_first_page.html.erb",
"app/views/kaminari/_gap.html.erb",
"app/views/kaminari/_last_page.html.erb",
"app/views/kaminari/_next_page.html.erb",
"app/views/kaminari/_page.html.erb",
"app/views/kaminari/_paginator.html.erb",
"app/views/kaminari/_prev_page.html.erb",
2012-08-05 14:06:40 -04:00
"kaminari-bootstrap.gemspec",
"lib/kaminari-bootstrap.rb"
2012-08-05 10:45:12 -04:00
]
s.homepage = "http://github.com/mcasimir/kaminari-bootstrap"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
2013-11-27 09:52:23 -05:00
s.rubygems_version = "2.0.6"
2012-08-05 10:49:24 -04:00
s.summary = "Kaminari views for Twitter Bootstrap (rails engine)"
2012-08-05 10:45:12 -04:00
if s.respond_to? :specification_version then
2013-11-27 09:52:23 -05:00
s.specification_version = 4
2012-08-05 10:45:12 -04:00
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rails>, [">= 0"])
2012-09-17 03:49:41 -04:00
s.add_runtime_dependency(%q<kaminari>, [">= 0.13.0"])
2012-08-05 10:45:12 -04:00
s.add_development_dependency(%q<bundler>, [">= 0"])
2013-11-27 10:10:16 -05:00
s.add_development_dependency(%q<jeweler>, [">= 1.8.5"])
2012-08-05 10:45:12 -04:00
else
s.add_dependency(%q<rails>, [">= 0"])
s.add_dependency(%q<kaminari>, [">= 0.13.0"])
2012-08-05 10:45:12 -04:00
s.add_dependency(%q<bundler>, [">= 0"])
2013-11-27 10:10:16 -05:00
s.add_dependency(%q<jeweler>, [">= 1.8.5"])
2012-08-05 10:45:12 -04:00
end
else
s.add_dependency(%q<rails>, [">= 0"])
2012-09-17 03:49:41 -04:00
s.add_dependency(%q<kaminari>, [">= 0.13.0"])
2012-08-05 10:45:12 -04:00
s.add_dependency(%q<bundler>, [">= 0"])
2013-11-27 10:10:16 -05:00
s.add_dependency(%q<jeweler>, [">= 1.8.5"])
2012-08-05 10:45:12 -04:00
end
end