forked from necolas/normalize.css
-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 3.0.0+normalize.3.0.1.
- Loading branch information
Showing
8 changed files
with
33 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = '[email protected]' | ||
|
||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters