Sha256: 2f13219a20fe7c72168db212139a53348c9323ba658961efb7df759403d3d5ac

Contents?: true

Size: 988 Bytes

Versions: 1

Compression:

Stored size: 988 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name        = 'normalize-scss'

  s.summary     = %q{The Sass/Compass version of Normalize.css}
  s.description = %q{This is the Sass/Compass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use the best partials from Compass to make Normalize even easier to integrate with your website.}

  s.homepage    = 'https://github.com/JohnAlbin/normalize-scss'
  s.rubyforge_project =

  s.version     = '3.0.0'
  s.date        = '2014-08-26'
  s.licenses    = ['GPL-2']

  s.authors     = ['John Albin Wilkins']
  s.email       = 'virtually.johnalbin@gmail.com'

  s.add_runtime_dependency('sass',          ">= 3.3.0")
  s.add_runtime_dependency('compass-core',  ">= 1.0.0")

  s.files       = %w[
    _normalize.scss
    CHANGELOG.md
    CONTRIBUTING.md
    lib/normalize-scss.rb
    LICENSE.md
    normalize-scss.gemspec
    README.md
  ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
normalize-scss-3.0.0 normalize-scss.gemspec