normalize-scss 7.0.0 → 7.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/normalize-scss.gemspec +2 -2
  3. data/package.json +12 -8
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dba1ab4c53bbbbc4bb1d04451bf49dcd65625e49
4
- data.tar.gz: a2ca6fb20b0be34278a16918ad7ad6a8ed467876
3
+ metadata.gz: d6f8d3d15dfcadf56f34bfd9d40c8687ef4f86cb
4
+ data.tar.gz: e5120b65541df208d4ee12f76174492a28a7f7ad
5
5
  SHA512:
6
- metadata.gz: 6adbd6aab5a7d3ddc19fc39246feddc313d726cef21abc7ca5ec82ce37c47c5123c7aa2c2f56e251c948336aa807aa0f7660d3992771b56ea69cfcc067b12480
7
- data.tar.gz: '0633299bdcc9d539e1c1d30255a83796f49506603b388b037951f70f936cbf542c81b5c3476f199f2c9d77c3b7048d9539731adcb32a5576b329c012c6e5d8fc'
6
+ metadata.gz: 7861f68e5518e40f4d7907bb7d9aa6d563ce6c165949fdf6ad6ccb5f9a320b97e07f331ddb8e33a3c6bac4793b6dbdc9663597f8bb61a68cbf02d3dbd9135271
7
+ data.tar.gz: ad6f811379b279d2c7b9b0ff969a47c84c4b81f2f1269a799dae7fac0ace5d57739304222461b49993e046636a8b07581c08ec064828fe4492b2a857d8ed157d
@@ -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 = '7.0.0'
13
- spec.date = '2017-05-17'
12
+ spec.version = '7.0.1'
13
+ spec.date = '2018-01-29'
14
14
  spec.licenses = ['MIT', 'GPL-2.0']
15
15
 
16
16
  spec.authors = ['John Albin Wilkins']
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "normalize-scss",
3
- "version": "7.0.0",
3
+ "version": "7.0.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": {
@@ -11,6 +11,7 @@
11
11
  "url": "git://github.com/JohnAlbin/normalize-scss.git"
12
12
  },
13
13
  "author": "John Albin Wilkins <virtually.johnalbin@gmail.com> (http://john.albin.net/)",
14
+ "license": "(MIT OR GPL-2.0)",
14
15
  "keywords": [
15
16
  "eyeglass-module",
16
17
  "sass",
@@ -31,16 +32,19 @@
31
32
  "scripts": {
32
33
  "test": "mocha",
33
34
  "posttest": "eslint test",
34
- "test-only": "mocha"
35
+ "changelog": "auto-changelog --commit-limit false --unreleased",
36
+ "preversion": "npm test",
37
+ "gemspec": "cat normalize-scss.gemspec | sed -E 's/spec\\.version += '\"'[^']+'\"'/spec.version = '\"'$npm_package_version'/\" | sed -E 's/spec\\.date += '\"'[^']+'\"'/spec.date = '\"'`date '+%Y-%m-%d'`'/\" > normalize-scss.gemspec && git add normalize-scss.gemspec",
38
+ "version": "npm run gemspec && auto-changelog --commit-limit false --package && git add CHANGELOG.md"
35
39
  },
36
- "license": "(MIT OR GPL-2.0)",
37
40
  "devDependencies": {
38
- "chai": "^3.5.0",
41
+ "auto-changelog": "^1.4.0",
42
+ "chai": "^4.1.2",
39
43
  "chroma-sass": "^1.2.3",
40
- "eslint": "^3.8.0",
44
+ "eslint": "^4.12.1",
41
45
  "eyeglass": "^1.1.2",
42
- "mocha": "^3.1.2",
43
- "sassy-test": "^3.0.0",
44
- "typey": "^1.0.0"
46
+ "mocha": "^5.0.0",
47
+ "sassy-test": "^4.0.0",
48
+ "typey": "^1.1.2"
45
49
  }
46
50
  }
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: 7.0.0
4
+ version: 7.0.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: 2017-05-17 00:00:00.000000000 Z
11
+ date: 2018-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -65,8 +65,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  - !ruby/object:Gem::Version
66
66
  version: '0'
67
67
  requirements: []
68
- rubyforge_project: 7.0.0
69
- rubygems_version: 2.6.12
68
+ rubyforge_project: 7.0.1
69
+ rubygems_version: 2.5.2
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: The Sass version of Normalize.css