--- !ruby/object:Gem::Specification name: will_paginate version: !ruby/object:Gem::Version version: 3.1.0 platform: ruby authors: - Mislav Marohnić autorequire: bindir: bin cert_chain: [] date: 2016-01-03 00:00:00.000000000 Z dependencies: [] description: will_paginate provides a simple API for performing paginated queries with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Sinatra and Merb web apps. email: mislav.marohnic@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.md - LICENSE files: - LICENSE - README.md - lib/will_paginate.rb - lib/will_paginate/active_record.rb - lib/will_paginate/array.rb - lib/will_paginate/collection.rb - lib/will_paginate/core_ext.rb - lib/will_paginate/data_mapper.rb - lib/will_paginate/deprecation.rb - lib/will_paginate/i18n.rb - lib/will_paginate/locale/en.yml - lib/will_paginate/mongoid.rb - lib/will_paginate/page_number.rb - lib/will_paginate/per_page.rb - lib/will_paginate/railtie.rb - lib/will_paginate/sequel.rb - lib/will_paginate/version.rb - lib/will_paginate/view_helpers.rb - lib/will_paginate/view_helpers/action_view.rb - lib/will_paginate/view_helpers/link_renderer.rb - lib/will_paginate/view_helpers/link_renderer_base.rb - lib/will_paginate/view_helpers/merb.rb - lib/will_paginate/view_helpers/sinatra.rb - spec/collection_spec.rb - spec/console - spec/console_fixtures.rb - spec/database.yml - spec/fake_rubygems.rb - spec/finders/active_record_spec.rb - spec/finders/activerecord_test_connector.rb - spec/finders/data_mapper_spec.rb - spec/finders/data_mapper_test_connector.rb - spec/finders/mongoid_spec.rb - spec/finders/sequel_spec.rb - spec/finders/sequel_test_connector.rb - spec/fixtures/admin.rb - spec/fixtures/developer.rb - spec/fixtures/developers_projects.yml - spec/fixtures/project.rb - spec/fixtures/projects.yml - spec/fixtures/replies.yml - spec/fixtures/reply.rb - spec/fixtures/schema.rb - spec/fixtures/topic.rb - spec/fixtures/topics.yml - spec/fixtures/user.rb - spec/fixtures/users.yml - spec/matchers/deprecation_matcher.rb - spec/matchers/phrase_matcher.rb - spec/matchers/query_count_matcher.rb - spec/page_number_spec.rb - spec/per_page_spec.rb - spec/spec_helper.rb - spec/view_helpers/action_view_spec.rb - spec/view_helpers/base_spec.rb - spec/view_helpers/link_renderer_base_spec.rb - spec/view_helpers/view_example_group.rb homepage: https://github.com/mislav/will_paginate/wiki licenses: - MIT metadata: {} post_install_message: rdoc_options: - "--main" - README.md - "--charset=UTF-8" require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: Pagination plugin for web frameworks and other apps test_files: []