Sha256: d8a1e9c8f1d8b1dfcb75babefaa95011b5bbe7ccac15ca9f3695b877ad8ee73b

Contents?: true

Size: 994 Bytes

Versions: 5

Compression:

Stored size: 994 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 and Sinatra}
  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

5 entries across 5 versions & 1 rubygems

Version Path
will_paginate-foundation-6.2.1 will_paginate-foundation.gemspec
will_paginate-foundation-6.2.0 will_paginate-foundation.gemspec
will_paginate-foundation-5.3.4 will_paginate-foundation.gemspec
will_paginate-foundation-5.3.3 will_paginate-foundation.gemspec
will_paginate-foundation-0.3.2 will_paginate-foundation.gemspec