# -*- encoding: utf-8 -*- # stub: paginate 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "paginate".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nando Vieira".freeze] s.date = "2010-09-22" s.email = "fnando.vieira@gmail.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["README.rdoc".freeze, "Rakefile".freeze, "lib/paginate.rb".freeze, "lib/paginate/action_controller.rb".freeze, "lib/paginate/active_record.rb".freeze, "lib/paginate/active_record/ext.rb".freeze, "lib/paginate/base.rb".freeze, "lib/paginate/config.rb".freeze, "lib/paginate/helper.rb".freeze, "lib/paginate/locales/en.yml".freeze, "lib/paginate/locales/pt.yml".freeze, "lib/paginate/renderer.rb".freeze, "lib/paginate/version.rb".freeze, "test/paginate/action_view_test.rb".freeze, "test/paginate/active_record_test.rb".freeze, "test/paginate/base_test.rb".freeze, "test/paginate/config_test.rb".freeze, "test/paginate/renderer_test.rb".freeze, "test/resources/controller.rb".freeze, "test/resources/model.rb".freeze, "test/resources/schema.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/fnando/paginate".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Paginate collections using SIZE+1 to determine if there is a next page. Includes ActiveRecord and ActionView support.".freeze s.test_files = ["test/paginate/action_view_test.rb".freeze, "test/paginate/active_record_test.rb".freeze, "test/paginate/base_test.rb".freeze, "test/paginate/config_test.rb".freeze, "test/paginate/renderer_test.rb".freeze, "test/resources/controller.rb".freeze, "test/resources/model.rb".freeze, "test/resources/schema.rb".freeze, "test/test_helper.rb".freeze] end