Sha256: 45a0a6d93602af891fd06bd11d8fd5a255e9e47c0cac3f85e7220da54ac8773a
Contents?: true
Size: 842 Bytes
Versions: 33
Compression:
Stored size: 842 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' # rubocop:disable Gemspec/RequiredRubyVersion end
Version data entries
33 entries across 33 versions & 1 rubygems