# -*- encoding: utf-8 -*- # stub: Empact-will_paginate 2.3.15 ruby lib Gem::Specification.new do |s| s.name = "Empact-will_paginate".freeze s.version = "2.3.15".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 = "2010-09-20" s.description = "The will_paginate library provides a simple, yet powerful and extensible API for ActiveRecord pagination and rendering of pagination links in ActionView templates.".freeze s.email = "mislav.marohnic@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze, "LICENSE".freeze, "CHANGELOG.rdoc".freeze] s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/will_paginate.rb".freeze, "lib/will_paginate/array.rb".freeze, "lib/will_paginate/collection.rb".freeze, "lib/will_paginate/core_ext.rb".freeze, "lib/will_paginate/finder.rb".freeze, "lib/will_paginate/named_scope.rb".freeze, "lib/will_paginate/named_scope_patch.rb".freeze, "lib/will_paginate/version.rb".freeze, "lib/will_paginate/view_helpers.rb".freeze, "test/boot.rb".freeze, "test/collection_test.rb".freeze, "test/console".freeze, "test/database.yml".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/lib/view_test_process.rb".freeze, "test/tasks.rake".freeze, "test/view_test.rb".freeze] s.homepage = "http://github.com/mislav/will_paginate/wikis".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze, "--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Pagination for Rails".freeze end