Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2015-11-13 19:17:22 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-11-13 19:17:22 +0300
commit81f7c735dff94817d19c4a1e20d5242dec531e57 (patch)
treee6480040a306e27d76838933c024b8eafc4b77f7 /normalize-scss.gemspec
parentb46940693d46a343a45d1577d3d40904943ff489 (diff)
Update gemspec.
Diffstat (limited to 'normalize-scss.gemspec')
-rw-r--r--normalize-scss.gemspec10
1 files changed, 6 insertions, 4 deletions
diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec
index a133d62..a4af4ed 100644
--- a/normalize-scss.gemspec
+++ b/normalize-scss.gemspec
@@ -3,8 +3,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.summary = %q{The Sass version of Normalize.css}
+ s.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.}
s.homepage = 'https://github.com/JohnAlbin/normalize-scss'
s.rubyforge_project =
@@ -16,8 +16,7 @@ Gem::Specification.new do |s|
s.authors = ['John Albin Wilkins']
s.email = 'virtually.johnalbin@gmail.com'
- s.add_runtime_dependency('sass', '~> 3.3', '>= 3.3.0')
- s.add_runtime_dependency('compass-core', '~> 1.0', '>= 1.0.0')
+ s.add_runtime_dependency('sass', '~> 3.3', '>= 3.3.0')
s.files = %w[
CHANGELOG.md
@@ -27,5 +26,8 @@ Gem::Specification.new do |s|
normalize-scss.gemspec
README.md
sass/_normalize.scss
+ sass/normalize/_font-values.scss
+ sass/normalize/_support-for.scss
+ sass/normalize/_variables.scss
]
end