From 2f84f4bd7d55b3ad387fc534a0de1b69de1f5479 Mon Sep 17 00:00:00 2001 From: mcasimir Date: Sun, 5 Aug 2012 16:45:12 +0200 Subject: [PATCH] initial commit --- kaminari-bootstrap.gemspec | 63 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 kaminari-bootstrap.gemspec diff --git a/kaminari-bootstrap.gemspec b/kaminari-bootstrap.gemspec new file mode 100644 index 0000000..3e737a2 --- /dev/null +++ b/kaminari-bootstrap.gemspec @@ -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, [">= 0"]) + s.add_runtime_dependency(%q, [">= 0"]) + s.add_development_dependency(%q, [">= 0"]) + s.add_development_dependency(%q, ["~> 1.8.4"]) + else + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, ["~> 1.8.4"]) + end + else + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, [">= 0"]) + s.add_dependency(%q, ["~> 1.8.4"]) + end +end +