normalize-scss 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f89370ef94fbccc7804e34eceff6d9ef31d25c17
4
- data.tar.gz: 9630e99765c6140ef52da843a371bb776917d376
3
+ metadata.gz: 9282070c3ab1916f593719e3105f5b7e7862ec23
4
+ data.tar.gz: a77b19a0c14469db71b896a07a255c771e939631
5
5
  SHA512:
6
- metadata.gz: 453efdd2d2ee0acd45f1397a2bc446c9f16b0fa117737aed4d569300d42546e701f2371dd4a6940e5e218843e56b14093744d07336227917118c67a1ffffc869
7
- data.tar.gz: d2fc705a3802c4738526624bc8a417a0b6ff5c3ceae1c4109387df64141361a0451994316d0d0f19eb11e5f4be5c43e27d7cd5ed382aa56d524b21bb13a651b3
6
+ metadata.gz: 09661f509959d97aedbfda3f8adfcffb70f87c5a79d7131d910b3d526133ca0c9dee474c6235800724e011616359aab15023fdc42ef70d039e2b3276698635f0
7
+ data.tar.gz: 1a4c08e4472224e88dd88797617c3ddda5fc5c2b7a7b9f848a3081582eace720135b870ae75de21ac5e92f59262658573c31d52302212fbeb2dc2ff481475eb3
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  For use with… | normalize-scss version
6
6
  -----------------------------|-----------------------
7
- Sass 3.4 or libSass | [4.2.0](https://github.com/JohnAlbin/normalize-scss/releases/tag/4.2.0)<br> combining normalize.css v3.0.3 with v1.1.3
7
+ Sass 3.4 or libSass | [4.2.1](https://github.com/JohnAlbin/normalize-scss/releases/tag/4.2.1)<br> combining normalize.css v3.0.3 with v1.1.3
8
8
  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
9
9
  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
10
10
 
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.homepage = 'https://github.com/JohnAlbin/normalize-scss'
10
10
  spec.rubyforge_project =
11
11
 
12
- spec.version = '4.2.0'
13
- spec.date = '2016-04-30'
12
+ spec.version = '4.2.1'
13
+ spec.date = '2016-05-01'
14
14
  spec.licenses = ['GPL-2.0']
15
15
 
16
16
  spec.authors = ['John Albin Wilkins']
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "normalize-scss",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "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.",
5
5
  "homepage": "https://github.com/JohnAlbin/normalize-scss",
6
6
  "bugs": {
@@ -9,11 +9,11 @@ $support-for: (
9
9
  '*': -4,
10
10
  ) !default;
11
11
 
12
- // Set the current version number for all browsers. As of: 2016-04-23
12
+ // Set the current version number for all browsers. As of: 2016-04-30
13
13
  $support-for-current-browser-version: (
14
14
  chrome: 50, // https://en.wikipedia.org/wiki/Google_Chrome_release_history
15
15
  edge: 25, // https://en.wikipedia.org/wiki/Microsoft_Edge
16
- firefox: 45, // https://en.wikipedia.org/wiki/Firefox_release_history
16
+ firefox: 46, // https://en.wikipedia.org/wiki/Firefox_release_history
17
17
  ie: 11, // https://en.wikipedia.org/wiki/Internet_Explorer_versions
18
18
  opera: 36, // https://en.wikipedia.org/wiki/Opera_(web_browser)
19
19
  safari: 9, // https://en.wikipedia.org/wiki/Safari_version_history
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: normalize-scss
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Albin Wilkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-30 00:00:00.000000000 Z
11
+ date: 2016-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0'
68
68
  requirements: []
69
- rubyforge_project: 4.2.0
69
+ rubyforge_project: 4.2.1
70
70
  rubygems_version: 2.6.2
71
71
  signing_key:
72
72
  specification_version: 4