-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathnormalize-scss.gemspec
31 lines (24 loc) · 1010 Bytes
/
normalize-scss.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- 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 = '[email protected]'
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