Sha256: 81d17ca64945f04a3302d819ecde1b1525b7603db91f4408f235e0635f8ac3c3
Contents?: true
Size: 818 Bytes
Versions: 1
Compression:
Stored size: 818 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/grater/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['Sam Soffes'] gem.email = ['sam@soff.es'] gem.summary = 'CSS grids as easy to use as a cheese grater' gem.description = 'This gem provides the grate CSS grid system for your Rails 3 application.' gem.homepage = 'https://github.com/soffes/grater' gem.license = 'MIT' gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = 'grater' gem.require_paths = ['lib'] gem.version = Grater::VERSION gem.add_dependency 'sass', '>= 3.2.0' gem.add_development_dependency 'rake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grater-0.1.2 | grater.gemspec |