Sha256: 48c16a0c074a63d4ceea74163e44706333a735cebbd76158fd6a81530cb69322
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'materialize_pagination/version' Gem::Specification.new do |spec| spec.name = "will_paginate-materialize" spec.version = MaterializePagination::VERSION spec.authors = ["Patrick Lindsay"] spec.email = ["patrick.lindsay@sage.com"] spec.summary = %q{MaterializeCSS pagination renderer for the will_paginate pagination gem.} spec.description = %q{This gem integrates the MaterializeCSS pagination component with the will_paginate pagination gem.} spec.homepage = "https://github.com/patricklindsay/will_paginate-materialize" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec" spec.add_dependency "will_paginate", '~> 3.0.6' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
will_paginate-materialize-0.1.2 | will_paginate-materialize.gemspec |
will_paginate-materialize-0.1.1 | will_paginate-materialize.gemspec |