Sha256: 3ea5d85eb281eaa7340e4c73643c910e5f53e501b69cb12725ef05ff53517f30
Contents?: true
Size: 795 Bytes
Versions: 3
Compression:
Stored size: 795 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... Easy, powerful, fast and 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 = '>= 3.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pagy-4.2.0 | pagy.gemspec |
pagy-4.1.0 | pagy.gemspec |
pagy-4.0.0 | pagy.gemspec |