# -*- encoding: utf-8 -*- # stub: will_paginate 2.1.0 ruby lib Gem::Specification.new do |s| s.name = "will_paginate".freeze s.version = "2.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mislav Marohni\u00C4\u0087".freeze, "PJ Hyett".freeze] s.date = "2008-03-02" s.description = "A Rails plugin that provides pagination solutions for querying models and rendering pagination links in views.".freeze s.email = "mislav.marohnic@gmail.com".freeze s.extra_rdoc_files = ["README".freeze, "LICENSE".freeze] s.files = ["CHANGELOG".freeze, "LICENSE".freeze, "Manifest.txt".freeze, "README".freeze, "Rakefile".freeze, "config/release.rb".freeze, "lib/will_paginate.rb".freeze, "lib/will_paginate/collection.rb".freeze, "lib/will_paginate/core_ext.rb".freeze, "lib/will_paginate/finder.rb".freeze, "lib/will_paginate/version.rb".freeze, "lib/will_paginate/view_helpers.rb".freeze, "setup.rb".freeze, "test/array_pagination_test.rb".freeze, "test/boot.rb".freeze, "test/console".freeze, "test/finder_test.rb".freeze, "test/fixtures/admin.rb".freeze, "test/fixtures/developer.rb".freeze, "test/fixtures/developers_projects.yml".freeze, "test/fixtures/project.rb".freeze, "test/fixtures/projects.yml".freeze, "test/fixtures/replies.yml".freeze, "test/fixtures/reply.rb".freeze, "test/fixtures/schema.rb".freeze, "test/fixtures/topic.rb".freeze, "test/fixtures/topics.yml".freeze, "test/fixtures/user.rb".freeze, "test/fixtures/users.yml".freeze, "test/helper.rb".freeze, "test/lib/activerecord_test_case.rb".freeze, "test/lib/activerecord_test_connector.rb".freeze, "test/lib/load_fixtures.rb".freeze, "test/pagination_test.rb".freeze] s.homepage = "http://github.com/mislav/will_paginate/wikis".freeze s.rdoc_options = ["--main".freeze, "README".freeze, "--inline-source".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Rails plugin that provides pagination solutions for querying models and rendering pagination links in views.".freeze s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 1.4.4".freeze]) end