# -*- encoding: utf-8 -*-
# stub: classic_pagination 1.0.4 ruby lib

Gem::Specification.new do |s|
  s.name = "classic_pagination".freeze
  s.version = "1.0.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["sachinsinghcdn".freeze]
  s.date = "2022-01-12"
  s.description = "A pagination gem".freeze
  s.email = ["sachinsingh@poweron.com".freeze]
  s.files = ["CHANGELOG".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README".freeze, "Rakefile".freeze, "classic_pagination.gemspec".freeze, "lib/classic_pagination.rb".freeze, "lib/pagination.rb".freeze, "lib/pagination_helper.rb".freeze, "test/fixtures/companies.yml".freeze, "test/fixtures/company.rb".freeze, "test/fixtures/developer.rb".freeze, "test/fixtures/developers.yml".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.sql".freeze, "test/fixtures/topic.rb".freeze, "test/fixtures/topics.yml".freeze, "test/helper.rb".freeze, "test/pagination_helper_test.rb".freeze, "test/pagination_test.rb".freeze]
  s.homepage = "https://github.com/poweronservices/classic_pagination".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A pagination gem".freeze

  s.specification_version = 4

  s.add_development_dependency(%q<rake>.freeze, ["~> 0.9.2".freeze])
  s.add_development_dependency(%q<bundler>.freeze, ["= 2.1.4".freeze])
  s.add_development_dependency(%q<test-unit>.freeze, ["= 3.5.3".freeze])
  s.add_runtime_dependency(%q<actionpack>.freeze, ["~> 2.3.18".freeze])
  s.add_runtime_dependency(%q<activesupport>.freeze, ["~> 2.3.18".freeze])
end