Sha256: 759cd54b4cb2f99a5ed42ff16778c1eb87d8575fd525deb198646c605d7a8ca3
Contents?: true
Size: 1004 Bytes
Versions: 1
Compression:
Stored size: 1004 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "will_paginate" s.version = "2.3.16" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Mislav Marohni\304\207", "PJ Hyett"] s.date = "2011-08-09" s.description = "will_paginate provides a simple API for Active Record pagination and rendering of pagination links in Rails templates." s.email = "mislav.marohnic@gmail.com" s.extra_rdoc_files = ["README.md", "LICENSE", "CHANGELOG.rdoc"] s.files = ["README.md", "LICENSE", "CHANGELOG.rdoc"] s.homepage = "https://github.com/mislav/will_paginate/wiki" s.rdoc_options = ["--main", "README.md", "--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = "1.8.16" s.summary = "Easy pagination for Rails" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-1.0.0 | ruby-debug/ruby/1.8/specifications/will_paginate-2.3.16.gemspec |