bitters 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "Bitters",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Scaffold styles, variables and structure for Bourbon projects.",
5
5
  "main": "Gulpfile.js",
6
6
  "repository": {
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.6.0
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-05-12 00:00:00.000000000 Z
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.5.1
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.
data/sache.json DELETED
@@ -1,5 +0,0 @@
1
- {
2
- "name": "Bitters",
3
- "description": "Scaffold styles, variables and structure for Bourbon projects",
4
- "tags": ["buttons", "forms", "structure", "typography", "variables"]
5
- }