Skip to content

Commit

Permalink
Update version to 3.0.0+normalize.3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Aug 26, 2014
1 parent 8cd2697 commit f2fecbf
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 21 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== normalize-scss 3.0.0+normalize.3.0.1 (August 26, 2014)

* Upgrade to Normalize.css 3.0.1.
* Remove forked additional support-legacy-browser() to match Compass 1.0.0.
* Update legend ruleset IE check to be IE 11 and lower.

=== normalize-scss 3.0.0-alpha.2+normalize.3.0.0 (February 11, 2014)

* Upgrade to Normalize.css 3.0.0.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Latest downloadable version

The latest release of _normalize.scss for Sass 3.3 and Compass 1.0 is: [3.0.0-alpha.2+normalize.3.0.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.0-alpha.2%2Bnormalize.3.0.0).
It combines normalize.css v3.0.0 and normalize v1.1.3.
The latest release of _normalize.scss for Sass 3.3 and Compass 1.0 is: [3.0.0+normalize.3.0.1](https://github.com/JohnAlbin/normalize-scss/releases/tag/3.0.0%2Bnormalize.3.0.1).
It combines normalize.css v3.0.1 and normalize v1.1.3.

The latest release of _normalize.scss for Sass 3.2 and Compass 0.12 is: [2.2.0+normalize.2.1.3](https://github.com/JohnAlbin/normalize-scss/releases/tag/2.2.0%2Bnormalize.2.1.3).
It combines normalize.css v2.1.3 and normalize v1.1.3.
Expand Down Expand Up @@ -45,7 +45,7 @@ Install using one of the following methods:

Download from the [project page](https://github.com/JohnAlbin/normalize-scss/releases).

Install with [Bower](http://bower.io/): `bower install --save normalize.scss` (or to install the latest pre-release version: `bower install --save normalize.scss#3.0.0-alpha.2+normalize.3.0.0`)
Install with [Bower](http://bower.io/): `bower install --save normalize.scss` (or to install the latest pre-release version: `bower install --save normalize.scss#3.0.0+normalize.3.0.1`)

Install with [Component(1)](http://component.io/): `component install JohnAlbin/normalize-scss`

Expand Down
2 changes: 1 addition & 1 deletion _normalize.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* normalize-scss 3.0.0+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */


// Variables and Imports
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize-scss",
"version": "3.0.0-alpha.2+normalize.3.0.0",
"version": "3.0.0+normalize.3.0.1",
"homepage": "https://github.com/JohnAlbin/normalize-scss",
"author": [
"Nicolas Gallagher",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "normalize-scss",
"repo": "JohnAlbin/normalize-scss",
"description": "This is the Sass/Compass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.",
"version": "3.0.0-alpha.2+normalize.3.0.0",
"version": "3.0.0+normalize.3.0.1",
"author": [
"Nicolas Gallagher",
"John Albin Wilkins"
Expand Down
8 changes: 4 additions & 4 deletions normalize-scss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/JohnAlbin/normalize-scss'
s.rubyforge_project =

s.version = '3.0.0.alpha.2'
s.date = '2014-02-11'
s.version = '3.0.0'
s.date = '2014-08-26'
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.add_runtime_dependency('sass', ">= 3.3.0")
s.add_runtime_dependency('compass-core', ">= 1.0.0")

s.files = %w[
_normalize.scss
Expand Down
24 changes: 15 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"name": "normalize.css",
"version": "3.0.1",
"description": "Normalize.css as a node packaged module",
"style": "normalize.css",
"name": "normalize-scss",
"version": "3.0.0",
"description": "Normalize-scss as a node packaged module",
"style": "_normalize.scss",
"files": [
"normalize.css",
"_normalize.scss",
"component.json"
],
"homepage": "http://necolas.github.io/normalize.css",
"homepage": "https://github.com/JohnAlbin/normalize-scss",
"repository": {
"type": "git",
"url": "git://github.com/necolas/normalize.css.git"
"url": "git://github.com/JohnAlbin/normalize-scss.git"
},
"author": "Nicolas Gallagher",
"license": "MIT"
"author": [
"Nicolas Gallagher",
"John Albin Wilkins"
],
"license": [
"MIT",
"GPLv2"
]
}
4 changes: 2 additions & 2 deletions tests/Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pull gems from RubyGems
source 'https://rubygems.org'

gem 'sass', ">= 3.3.0-rc.1"
gem 'compass', ">= 1.0.0.alpha.13", "!= 1.0.0.alpha.16", "!= 1.0.0.alpha.17"
gem 'sass', ">= 3.3.0"
gem 'compass', ">= 1.0.0"

group :test do
gem 'rake'
Expand Down

0 comments on commit f2fecbf

Please sign in to comment.