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>2016-05-21 12:52:02 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-05-25 11:39:17 +0300
commitb2ad7856963194e66aefa9ac177a63d3ad36bb14 (patch)
tree1999646802796dd3e5842d1fc4db561a45d25128
parent3d71969badaa99c02156e4273256765c21f6ab85 (diff)
Tag 5.0.3.5.0.3
-rw-r--r--README.md2
-rw-r--r--normalize-scss.gemspec4
-rw-r--r--package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8e12f55..8ac8d47 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
For use with… | normalize-scss version
-----------------------------|-----------------------
-Sass 3.4 or libSass | [5.0.2](https://github.com/JohnAlbin/normalize-scss/releases/tag/5.0.2)<br> combining normalize.css v4.1.1 with v1.1.3
+Sass 3.4 or libSass | [5.0.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/5.0.3)<br> combining normalize.css v4.1.1 with v1.1.3
Ruby Sass 3.3 + Compass 1.0 | [3.0.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.3)<br> combining normalize.css v3.0.3 with v1.1.3
Ruby Sass 3.2 + Compass 0.12 | [2.2.0+normalize.2.1.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/2.2.0%2Bnormalize.2.1.3)<br> combining normalize.css v2.1.3 with v1.1.3
diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec
index 0a3a436..eea5bbc 100644
--- a/normalize-scss.gemspec
+++ b/normalize-scss.gemspec
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/JohnAlbin/normalize-scss'
spec.rubyforge_project =
- spec.version = '5.0.2'
- spec.date = '2016-05-22'
+ spec.version = '5.0.3'
+ spec.date = '2016-05-25'
spec.licenses = ['MIT', 'GPL-2.0']
spec.authors = ['John Albin Wilkins']
diff --git a/package.json b/package.json
index b3bd023..8caf498 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "normalize-scss",
- "version": "5.0.2",
+ "version": "5.0.3",
"description": "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.",
"homepage": "https://github.com/JohnAlbin/normalize-scss",
"bugs": {