support-for 1.0.3 → 1.0.4

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: 142dabfe8a3a7acbd01321233baee2b40f2421bb
4
- data.tar.gz: c0aa9bafa18693f21d75f60e18d5fbab46f8e3f4
3
+ metadata.gz: 63e031449cd345cc3a303d43f82373942b4b0630
4
+ data.tar.gz: 2a5478298e6e7c082f4873ffa707028f0367f876
5
5
  SHA512:
6
- metadata.gz: cbf9b7b8281f098456b2e5ba91cbb5e7349bf364ccee72fc230e30bf55ff00cf41f716f50654c807ee5d0ca640ae7b33f127b9fb2ee028604a212b9786ba2f31
7
- data.tar.gz: 39066ac10836022dfa28001dc527a5ef2fc12ed4af67a64c80a1dce314679da6b79cd0e7adbbc3a4ba437db911650c41956a2aea4522c8b1fb16ba165d087691
6
+ metadata.gz: fd81b1a3dd54660086e1ab76d1bb4f36d4ec27d8d7732f27c91bbfbdfdb656f061e8fc34bf5ab54273574d2210fd563ef80e23e5c45e1336169e2402da9a6bcf
7
+ data.tar.gz: bb1b31e233d59e7a49764f39462ea120dac15707e1379f6bda5bd3deebc70abc23e086e165ff8bcb366bc1c049f3d0bd0abfdc23263098c993c3a6b4a607324a
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "support-for",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Allows Sass authors to conditionally add support for specific browser versions.",
5
5
  "homepage": "https://github.com/JohnAlbin/support-for",
6
6
  "bugs": {
@@ -21,7 +21,7 @@
21
21
  "main": "sass/_support-for.scss",
22
22
  "eyeglass": {
23
23
  "exports": "eyeglass-exports.js",
24
- "needs": "^0.7.1"
24
+ "needs": "*"
25
25
  },
26
26
  "scripts": {
27
27
  "test": "mocha",
@@ -9,14 +9,14 @@ $support-for: (
9
9
  '*': -4,
10
10
  ) !default;
11
11
 
12
- // Set the current version number for all browsers. As of: 2015-11-17
12
+ // Set the current version number for all browsers. As of: 2016-03-19
13
13
  $support-for-current-browser-version: (
14
- chrome: 46,
15
- edge: 25,
16
- firefox: 42,
17
- ie: 11,
18
- opera: 33,
19
- safari: 9,
14
+ chrome: 46, // https://en.wikipedia.org/wiki/Google_Chrome_release_history
15
+ edge: 25, // https://en.wikipedia.org/wiki/Microsoft_Edge
16
+ firefox: 45, // https://en.wikipedia.org/wiki/Firefox_release_history
17
+ ie: 11, // https://en.wikipedia.org/wiki/Internet_Explorer_versions
18
+ opera: 36, // https://en.wikipedia.org/wiki/Opera_(web_browser)
19
+ safari: 9, // https://en.wikipedia.org/wiki/Safari_version_history
20
20
  ) !default;
21
21
 
22
22
 
data/support-for.gemspec CHANGED
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9
9
  spec.homepage = 'https://github.com/JohnAlbin/support-for'
10
10
  spec.rubyforge_project =
11
11
 
12
- spec.version = '1.0.3'
13
- spec.date = '2015-11-24'
14
- spec.licenses = ['GPL-2']
12
+ spec.version = '1.0.4'
13
+ spec.date = '2016-03-19'
14
+ spec.licenses = ['GPL-2.0']
15
15
 
16
16
  spec.authors = ['John Albin Wilkins']
17
17
  spec.email = 'virtually.johnalbin@gmail.com'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: support-for
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
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: 2015-11-24 00:00:00.000000000 Z
11
+ date: 2016-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -40,7 +40,7 @@ files:
40
40
  - support-for.gemspec
41
41
  homepage: https://github.com/JohnAlbin/support-for
42
42
  licenses:
43
- - GPL-2
43
+ - GPL-2.0
44
44
  metadata: {}
45
45
  post_install_message:
46
46
  rdoc_options: []
@@ -57,8 +57,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubyforge_project: 1.0.3
61
- rubygems_version: 2.4.8
60
+ rubyforge_project: 1.0.4
61
+ rubygems_version: 2.6.1
62
62
  signing_key:
63
63
  specification_version: 4
64
64
  summary: Add conditional browser support to your Sass module