Sha256: 4893974ee129b4fcf21f40d828e8aa8985b8f7c947ae20adf759fde6e1be9084
Contents?: true
Size: 806 Bytes
Versions: 1
Compression:
Stored size: 806 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 = ['>= 1.9', '< 3.0'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pagy-3.12.0 | pagy.gemspec |