Sha256: 107fa9cc69477d201f1399b3f4e26ec86dae0deb4dca93e9a0a986c947bdfab5
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |spec| spec.name = 'normalize-scss' spec.summary = %q{The Sass version of Normalize.css} spec.description = %q{This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use a light dusting of Sass to make Normalize even easier to integrate with your website.} spec.homepage = 'https://github.com/JohnAlbin/normalize-scss' spec.rubyforge_project = spec.version = '4.0.0' spec.date = '2015-11-19' spec.licenses = ['GPL-2'] spec.authors = ['John Albin Wilkins'] spec.email = 'virtually.johnalbin@gmail.com' spec.add_runtime_dependency('sass', '~> 3.3') spec.add_runtime_dependency('support-for', '~> 1.0') spec.files = `git ls-files`.split($/).select {|f| File.exist?(f) && f =~ %r{^(lib|sass)/} } spec.files += %w( bower.json CHANGELOG.md CONTRIBUTING.md LICENSE.md normalize-scss.gemspec package.json README.md ) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
normalize-scss-4.0.0 | normalize-scss.gemspec |