mirror of
https://github.com/mcasimir/kaminari-bootstrap.git
synced 2022-11-09 13:46:52 -05:00
initial commit
This commit is contained in:
parent
489dbeb319
commit
2f84f4bd7d
1 changed files with 63 additions and 0 deletions
63
kaminari-bootstrap.gemspec
Normal file
63
kaminari-bootstrap.gemspec
Normal file
|
@ -0,0 +1,63 @@
|
|||
# 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"
|
||||
s.version = "0.1.0"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["mcasimir"]
|
||||
s.date = "2012-08-05"
|
||||
s.description = "TODO: longer description of your gem"
|
||||
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",
|
||||
"lib/kaminari_bootstrap.rb"
|
||||
]
|
||||
s.homepage = "http://github.com/mcasimir/kaminari-bootstrap"
|
||||
s.licenses = ["MIT"]
|
||||
s.require_paths = ["lib"]
|
||||
s.rubygems_version = "1.8.24"
|
||||
s.summary = "TODO: one-line summary of your gem"
|
||||
|
||||
if s.respond_to? :specification_version then
|
||||
s.specification_version = 3
|
||||
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
s.add_runtime_dependency(%q<rails>, [">= 0"])
|
||||
s.add_runtime_dependency(%q<kaminari>, [">= 0"])
|
||||
s.add_development_dependency(%q<bundler>, [">= 0"])
|
||||
s.add_development_dependency(%q<jeweler>, ["~> 1.8.4"])
|
||||
else
|
||||
s.add_dependency(%q<rails>, [">= 0"])
|
||||
s.add_dependency(%q<kaminari>, [">= 0"])
|
||||
s.add_dependency(%q<bundler>, [">= 0"])
|
||||
s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
|
||||
end
|
||||
else
|
||||
s.add_dependency(%q<rails>, [">= 0"])
|
||||
s.add_dependency(%q<kaminari>, [">= 0"])
|
||||
s.add_dependency(%q<bundler>, [">= 0"])
|
||||
s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in a new issue