Sha256: d14291a34c02e891bbc77c6bc4bb8b641872ff256172fec3d2de326c562a84c2
Contents?: true
Size: 1016 Bytes
Versions: 1
Compression:
Stored size: 1016 Bytes
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 = '7.0.1' spec.date = '2018-01-29' spec.licenses = ['MIT', 'GPL-2.0'] spec.authors = ['John Albin Wilkins'] spec.email = 'virtually.johnalbin@gmail.com' spec.add_runtime_dependency('sass', '~> 3.3') spec.files = `git ls-files`.split($/).select {|f| File.exist?(f) && f =~ %r{^(lib|sass)/} } spec.files += %w( bower.json 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-7.0.1 | normalize-scss.gemspec |