Sha256: 96977f6f3effc9cd9c02fe91b8248a06556581df69767543c0e8d36e28c8bc59
Contents?: true
Size: 816 Bytes
Versions: 4
Compression:
Stored size: 816 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-picnic" spec.version = version spec.authors = ["ChangJoo Park"] spec.email = ["pcjpcj2@gmail.com"] spec.summary = %q{Picnic.css for the volt framework} 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.2.0" spec.add_development_dependency "rake" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
volt-picnic-0.0.4 | volt-picnic.gemspec |
volt-picnic-0.0.3 | volt-picnic.gemspec |
volt-picnic-0.0.2 | volt-picnic.gemspec |
volt-picnic-0.0.1 | volt-picnic.gemspec |