Sha256: a19cfd7aea682dbeb5785861924fcdfa71d71b60426c37be64ad89d5c2d7b533
Contents?: true
Size: 975 Bytes
Versions: 40
Compression:
Stored size: 975 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'pagy' Gem::Specification.new do |s| s.name = 'pagy' s.version = Pagy::VERSION s.authors = ['Domizio Demichelis'] s.email = ['dd.nexus@gmail.com'] s.summary = 'The Ultimate Pagination Ruby Gem' s.description = 'Agnostic pagination in plain ruby: it works with any framework, ORM and DB type, with all kinds of collections, even pre-paginated, scopes, Arrays, JSON data... and just whatever you can count. Easy to use and customize, very fast and very light.' s.homepage = 'https://github.com/ddnexus/pagy' s.license = 'MIT' s.files = `git ls-files -z`.split("\x0").select{|f| f.start_with?('lib', 'pagy.gemspec', 'LICENSE') } s.required_ruby_version = '>= 2.3.0' # remove after 1.0 s.post_install_message = "Pagy CHANGELOG: https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md" end
Version data entries
40 entries across 40 versions & 1 rubygems