Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
bootstrap-will_paginate / bootstrap-will_paginate.gemspec
Size: Mime:
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "bootstrap-will_paginate/version"

Gem::Specification.new do |s|
  s.name        = "bootstrap-will_paginate"
  s.version     = Bootstrap::Willpaginate::VERSION
  s.authors     = ["Nicholas Fine", "Isaac Bowen"]
  s.email       = ["nick@ndfine.com", "ikebowen@gmail.com"]
  s.homepage    = "https://github.com/yrgoldteeth/bootstrap-will_paginate"
  s.summary     = %q{Format will_paginate html to match Twitter Bootstrap styling.}
  s.description = %q{This fork reintroduces support for Bootstrap 2 and fixes a bug with the `#previous_or_next_page` button. Hooks into will_paginate to format the html to match Twitter Bootstrap styling. Extension code was originally written by Isaac Bowen (https://gist.github.com/1182136). Credit for the original gem goes to Nicholas Fine and Isaac Bowen (https://github.com/yrgoldteeth/bootstrap-will_paginate).}

  s.rubyforge_project = "bootstrap-will_paginate"

  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"
end