# -*- encoding: utf-8 -*- # stub: paginate 4.0.1 ruby lib Gem::Specification.new do |s| s.name = "paginate".freeze s.version = "4.0.1".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 = "2016-04-05" s.description = "Paginate collections using SIZE+1 to determine if there is a next page. Includes ActiveRecord and ActionView support.".freeze s.email = ["fnando.vieira@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "gemfiles/rails_4_2.gemfile".freeze, "gemfiles/rails_5_0.gemfile".freeze, "lib/paginate.rb".freeze, "lib/paginate/action_controller.rb".freeze, "lib/paginate/active_record.rb".freeze, "lib/paginate/base.rb".freeze, "lib/paginate/compat.rb".freeze, "lib/paginate/configuration.rb".freeze, "lib/paginate/extension.rb".freeze, "lib/paginate/helper.rb".freeze, "lib/paginate/renderer.rb".freeze, "lib/paginate/renderer/list.rb".freeze, "lib/paginate/renderer/more.rb".freeze, "lib/paginate/version.rb".freeze, "paginate.gemspec".freeze, "test/paginate/actionview_test.rb".freeze, "test/paginate/activerecord_test.rb".freeze, "test/paginate/base_test.rb".freeze, "test/paginate/configuration_test.rb".freeze, "test/paginate/renderer/base_test.rb".freeze, "test/paginate/renderer/list_test.rb".freeze, "test/paginate/renderer/more_test.rb".freeze, "test/schema.rb".freeze, "test/support/controller.rb".freeze, "test/support/matchers.rb".freeze, "test/support/model.rb".freeze, "test/support/translations.yml".freeze, "test/support/views/application/_block_as_url.erb".freeze, "test/support/views/application/_default.erb".freeze, "test/support/views/application/_number.erb".freeze, "test/support/views/application/_render.erb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://rubygems.org/gems/paginate".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".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/actionview_test.rb".freeze, "test/paginate/activerecord_test.rb".freeze, "test/paginate/base_test.rb".freeze, "test/paginate/configuration_test.rb".freeze, "test/paginate/renderer/base_test.rb".freeze, "test/paginate/renderer/list_test.rb".freeze, "test/paginate/renderer/more_test.rb".freeze, "test/schema.rb".freeze, "test/support/controller.rb".freeze, "test/support/matchers.rb".freeze, "test/support/model.rb".freeze, "test/support/translations.yml".freeze, "test/support/views/application/_block_as_url.erb".freeze, "test/support/views/application/_default.erb".freeze, "test/support/views/application/_number.erb".freeze, "test/support/views/application/_render.erb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end