Sha256: b9433143854d5d3ea668e14699a502e0daaca613ea0b9642d77f85ab73dc22c3

Contents?: true

Size: 982 Bytes

Versions: 3

Compression:

Stored size: 982 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "foundation_pagination/version"

Gem::Specification.new do |s|
  s.name        = "will_paginate-foundation"
  s.version     = FoundationPagination::VERSION
  s.authors     = ["Adrian Rangel"]
  s.email       = ["adrian.rangel@gmail.com"]
  s.homepage    = "https://github.com/acrogenesis/will_paginate-foundation"
  s.summary     = %q{Integrates the Foundation pagination component with will_paginate}
  s.description = %q{This gem integrates the Foundation pagination component with the will_paginate pagination gem. Supports Rails}
  s.license     = "MIT"

  s.rubyforge_project = "will_paginate-foundation"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_runtime_dependency "will_paginate", ">= 3.0.3"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
will_paginate-foundation-0.3.1 will_paginate-foundation.gemspec
will_paginate-foundation-0.2 will_paginate-foundation.gemspec
will_paginate-foundation-0.1 will_paginate-foundation.gemspec