bitters 1.6.0 → 1.7.0
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 +4 -4
- data/.scss-lint.yml +14 -10
- data/CHANGELOG.md +34 -2
- data/CODE_OF_CONDUCT.md +6 -0
- data/CONTRIBUTING.md +25 -15
- data/RELEASING.md +5 -4
- data/contrib/index.html +27 -20
- data/core/_base.scss +1 -1
- data/core/_buttons.scss +8 -5
- data/core/_tables.scss +16 -11
- data/core/_variables.scss +1 -5
- data/lib/bitters/version.rb +1 -1
- data/package-lock.json +2366 -0
- data/package.json +1 -1
- metadata +5 -4
- data/sache.json +0 -5
data/package.json
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bitters
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Fiedler
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2017-
|
14
|
+
date: 2017-06-30 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: bundler
|
@@ -128,6 +128,7 @@ files:
|
|
128
128
|
- ".ruby-version"
|
129
129
|
- ".scss-lint.yml"
|
130
130
|
- CHANGELOG.md
|
131
|
+
- CODE_OF_CONDUCT.md
|
131
132
|
- CONTRIBUTING.md
|
132
133
|
- Gemfile
|
133
134
|
- Gulpfile.js
|
@@ -152,8 +153,8 @@ files:
|
|
152
153
|
- lib/bitters.rb
|
153
154
|
- lib/bitters/generator.rb
|
154
155
|
- lib/bitters/version.rb
|
156
|
+
- package-lock.json
|
155
157
|
- package.json
|
156
|
-
- sache.json
|
157
158
|
- spec/bitters_spec.rb
|
158
159
|
- spec/fixtures/application.scss
|
159
160
|
- spec/spec_helper.rb
|
@@ -177,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
177
178
|
version: '0'
|
178
179
|
requirements: []
|
179
180
|
rubyforge_project:
|
180
|
-
rubygems_version: 2.
|
181
|
+
rubygems_version: 2.6.12
|
181
182
|
signing_key:
|
182
183
|
specification_version: 4
|
183
184
|
summary: Scaffold styles, variables and structure for Bourbon projects.
|