neat 3.0.1 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/.npmignore +0 -1
- data/.tool-versions +2 -2
- data/CHANGELOG.md +10 -2
- data/README.md +1 -8
- data/RELEASING.md +0 -1
- data/core/_neat.scss +1 -1
- data/core/neat/mixins/_grid-column.scss +1 -1
- data/lib/neat.rb +6 -3
- data/lib/neat/version.rb +1 -1
- data/neat.gemspec +0 -1
- data/package-lock.json +528 -659
- data/package.json +1 -1
- metadata +3 -19
- data/bower.json +0 -40
data/package.json
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Oliveira
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2019-
|
17
|
+
date: 2019-07-10 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: aruba
|
@@ -86,20 +86,6 @@ dependencies:
|
|
86
86
|
- - "~>"
|
87
87
|
- !ruby/object:Gem::Version
|
88
88
|
version: '0.44'
|
89
|
-
- !ruby/object:Gem::Dependency
|
90
|
-
name: sass
|
91
|
-
requirement: !ruby/object:Gem::Requirement
|
92
|
-
requirements:
|
93
|
-
- - "~>"
|
94
|
-
- !ruby/object:Gem::Version
|
95
|
-
version: '3.4'
|
96
|
-
type: :runtime
|
97
|
-
prerelease: false
|
98
|
-
version_requirements: !ruby/object:Gem::Requirement
|
99
|
-
requirements:
|
100
|
-
- - "~>"
|
101
|
-
- !ruby/object:Gem::Version
|
102
|
-
version: '3.4'
|
103
89
|
- !ruby/object:Gem::Dependency
|
104
90
|
name: thor
|
105
91
|
requirement: !ruby/object:Gem::Requirement
|
@@ -139,7 +125,6 @@ files:
|
|
139
125
|
- RELEASING.md
|
140
126
|
- Rakefile
|
141
127
|
- bin/neat
|
142
|
-
- bower.json
|
143
128
|
- contrib/base/_variables.scss
|
144
129
|
- contrib/index.html
|
145
130
|
- contrib/patterns/_box.scss
|
@@ -231,8 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
231
216
|
- !ruby/object:Gem::Version
|
232
217
|
version: '0'
|
233
218
|
requirements: []
|
234
|
-
|
235
|
-
rubygems_version: 2.7.6
|
219
|
+
rubygems_version: 3.0.3
|
236
220
|
signing_key:
|
237
221
|
specification_version: 4
|
238
222
|
summary: A lightweight Sass grid framework
|
data/bower.json
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "neat",
|
3
|
-
"description": "A lightweight, semantic grid framework",
|
4
|
-
"version": "3.0.1",
|
5
|
-
"main": "core/_neat.scss",
|
6
|
-
"license": "MIT",
|
7
|
-
"ignore": [
|
8
|
-
"**/.*",
|
9
|
-
"bin",
|
10
|
-
"bin",
|
11
|
-
"CONTRIBUTING.md",
|
12
|
-
"Gemfile",
|
13
|
-
"Gemfile.lock",
|
14
|
-
"lib",
|
15
|
-
"neat.gemspec",
|
16
|
-
"NEWS.md",
|
17
|
-
"Rakefile",
|
18
|
-
"spec"
|
19
|
-
],
|
20
|
-
"keywords": [
|
21
|
-
"columns",
|
22
|
-
"grid",
|
23
|
-
"layout",
|
24
|
-
"media",
|
25
|
-
"media-queries",
|
26
|
-
"neat",
|
27
|
-
"queries",
|
28
|
-
"sass",
|
29
|
-
"scss",
|
30
|
-
"semantic"
|
31
|
-
],
|
32
|
-
"authors": [
|
33
|
-
"thoughtbot (http://thoughtbot.com)"
|
34
|
-
],
|
35
|
-
"homepage": "http://neat.bourbon.io",
|
36
|
-
"repository": {
|
37
|
-
"type": "git",
|
38
|
-
"url": "https://github.com/thoughtbot/neat.git"
|
39
|
-
}
|
40
|
-
}
|