gnar-style 0.4.0 → 0.5.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/CHANGELOG.md +5 -0
- data/lib/gnar/style/version.rb +1 -1
- data/rubocop/rubocop.yml +3 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c222fc1471d241fe62e1afe3046348625896a2aef836a28eca5684a7622e680d
|
|
4
|
+
data.tar.gz: 47dba4a6d06015d7d11296fd852a5cd1fc5c7ca1197612e2f329f4e791358c8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3efe3411beb63fc6cb5b2430e34f7e45ccf74919d5db2247d7cae55a057d52886f41b089bdee82a35f8b46d754036e2993007c4c5d3a4ae96432fd6dd4c26f1a
|
|
7
|
+
data.tar.gz: 9e159330e68ffa66a74270a5448d702508998789f73deb753c741117a4fcfe19e9ab36b7481d2afa84a2578e920e6d4caa167d37261d654f7e612d3ffe7a6048
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
## Current release (in development)
|
|
2
2
|
|
|
3
|
+
## 0.5.0 - 2018-07-17
|
|
4
|
+
|
|
5
|
+
* Update conditional assignment preferred style. [#20](https://github.com/TheGnarCo/gnar-style/pull/20)
|
|
6
|
+
[Kevin Murphy](https://github.com/kevin-j-m)
|
|
7
|
+
|
|
3
8
|
## 0.4.0 - 2018-03-05
|
|
4
9
|
|
|
5
10
|
* Update trailing comma literal cops for new rubocop version. [#17](https://github.com/TheGnarCo/gnar-style/pull/17)
|
data/lib/gnar/style/version.rb
CHANGED
data/rubocop/rubocop.yml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gnar-style
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Gnar Company
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
127
127
|
version: '0'
|
|
128
128
|
requirements: []
|
|
129
129
|
rubyforge_project:
|
|
130
|
-
rubygems_version: 2.7.
|
|
130
|
+
rubygems_version: 2.7.7
|
|
131
131
|
signing_key:
|
|
132
132
|
specification_version: 4
|
|
133
133
|
summary: Style guide default configuration for The Gnar Company
|