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>2013-11-02 17:57:13 +0400
committerJohnAlbin <virtually.johnalbin@gmail.com>2013-11-03 11:39:21 +0400
commit7bba327d72e3c6efaf3c1f067dde6eb2ff5a7eb4 (patch)
tree971790fc47856ab6c496619561e839281449c945
parent41ccef9eebfea2fd5aa0d58b7ba5343be68ba963 (diff)
Update version number to 2.1.3.2.1.3
-rw-r--r--README.md4
-rw-r--r--_normalize.scss2
-rw-r--r--normalize-scss.gemspec4
3 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2363a4f..c9cb6e7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
## Latest downloadable version
-The latest release of _normalize.scss is: [2.1.2](https://github.com/JohnAlbin/normalize.css-with-sass-or-compass/archive/2.1.2.zip).
-It combines normalize.css v2.1.2 and normalize v1.1.3.
+The latest release of _normalize.scss is: [2.1.3](https://github.com/JohnAlbin/normalize.css-with-sass-or-compass/archive/2.1.3.zip).
+It combines normalize.css v2.1.3 and normalize v1.1.3.
## The Compass port of normalize.css
diff --git a/_normalize.scss b/_normalize.scss
index 57fde4d..d1cd047 100644
--- a/_normalize.scss
+++ b/_normalize.scss
@@ -1,5 +1,5 @@
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
-/* normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
+/* normalize.scss v2.1.3 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
// =============================================================================
diff --git a/normalize-scss.gemspec b/normalize-scss.gemspec
index a74a22c..03bf635 100644
--- a/normalize-scss.gemspec
+++ b/normalize-scss.gemspec
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/JohnAlbin/normalize.css-with-sass-or-compass'
s.rubyforge_project =
- s.version = '2.1.2'
- s.date = '2013-07-03'
+ s.version = '2.1.3'
+ s.date = '2013-11-03'
s.licenses = ['GPL-2']
s.authors = ['John Albin Wilkins']