Sha256: aacc3e0908d74873b86960847fc6d0207064ce7f036470d693540f3fc1b9f953

Contents?: true

Size: 1010 Bytes

Versions: 1

Compression:

Stored size: 1010 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.alpha.2'
  s.date        = '2014-02-11'
  s.licenses    = ['GPL-2']

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

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

  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.alpha.2 normalize-scss.gemspec