Sha256: 0b4792eb09085fff7b250917081d169f4ff19abeb9028279ad39f68d9600e752

Contents?: true

Size: 834 Bytes

Versions: 6

Compression:

Stored size: 834 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

version = File.read(File.expand_path('../VERSION', __FILE__)).strip


Gem::Specification.new do |spec|
  spec.name          = "volt-pagination"
  spec.version       = version
  spec.authors       = ["Ryan Stout"]
  spec.email         = ["ryanstout@gmail.com"]
  spec.summary       = %q{A Volt component that provides a :pagination tag}
  spec.homepage      = ""
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "volt", "~> 0.8.0"
  spec.add_development_dependency "rake"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
volt-pagination-0.1.0 volt-pagination.gemspec
volt-pagination-0.0.5 volt-pagination.gemspec
volt-pagination-0.0.4 volt-pagination.gemspec
volt-pagination-0.0.3 volt-pagination.gemspec
volt-pagination-0.0.2 volt-pagination.gemspec
volt-pagination-0.0.1 volt-pagination.gemspec