shugo 0.1.1 → 0.1.2
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/lib/shugo/version.rb +1 -1
- data/rails/rubocop.yml +0 -10
- data/ruby/rubocop.yml +8 -0
- data/shugo.gemspec +1 -1
- metadata +3 -3
- data/shugo-0.1.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5293a0ed91274254d5d50acf864e634ad070c6dd
|
4
|
+
data.tar.gz: c3e49f06164414197926d112d3ebdd7ec2c091fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1776cc5dec30ab128dd8c05d8afc56f0647f983ebb8fd3246dc243e2829a5f546ecbc8e1bf362225d92d2ed7b6ec96ff81aac0bb0a71a93b5a702870f82a668e
|
7
|
+
data.tar.gz: dfee5fb20cc9e53d03b23d59e70cabf882458298d931ec0fddd79e11fe58fdc7ecabb408a92ca1c511ca43cecadc2f980231c37ef36997627268a2d30d6bfd9f
|
data/lib/shugo/version.rb
CHANGED
data/rails/rubocop.yml
CHANGED
@@ -5,16 +5,6 @@ AllCops:
|
|
5
5
|
Rails:
|
6
6
|
Enabled: true
|
7
7
|
|
8
|
-
# Exclude documentation for classes where it's unnecessary
|
9
|
-
Style/Documentation:
|
10
|
-
Description: 'Document classes and non-namespace modules.'
|
11
|
-
Enabled: true
|
12
|
-
Exclude:
|
13
|
-
- 'test/**/*'
|
14
|
-
- 'app/models/**/*'
|
15
|
-
- 'app/controllers/**/*'
|
16
|
-
- 'app/serializers/**/*'
|
17
|
-
|
18
8
|
# Don't enforce delegation. Use only when it makes sense.
|
19
9
|
Rails/Delegate:
|
20
10
|
Enabled: false
|
data/ruby/rubocop.yml
CHANGED
@@ -37,3 +37,11 @@ Style/SymbolArray:
|
|
37
37
|
# Not too little, but not too much.
|
38
38
|
Metrics/LineLength:
|
39
39
|
Max: 120
|
40
|
+
|
41
|
+
# Exclude documentation for classes where it's unnecessary
|
42
|
+
Style/Documentation:
|
43
|
+
Exclude:
|
44
|
+
- 'test/**/*'
|
45
|
+
- 'app/models/**/*'
|
46
|
+
- 'app/controllers/**/*'
|
47
|
+
- 'app/serializers/**/*'
|
data/shugo.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ['andrew.markle@gmail.com']
|
11
11
|
|
12
12
|
spec.summary = %q{Industrial Ruby Style Guide.}
|
13
|
-
spec.description = %q{Shugo (守護) was a title, commonly translated as "governor", "protector" or "constable", given to certain officials in feudal Japan. They were appointed by the Shogun to oversee one or more of the provinces of Japan.}
|
13
|
+
spec.description = %q{Shugo (守護) was a title, commonly translated as "governor", "protector" or "constable", given to certain officials in feudal Japan. They were appointed by the Shogun to oversee one or more of the provinces of Japan. This gem uses [Rubocop](https://github.com/bbatsov/rubocop) to enforce a style guide across multiple projects.}
|
14
14
|
spec.homepage = 'https://github.com/industrialdev/shugo'
|
15
15
|
spec.license = 'MIT'
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shugo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Markle
|
@@ -68,7 +68,8 @@ dependencies:
|
|
68
68
|
version: '5.0'
|
69
69
|
description: Shugo (守護) was a title, commonly translated as "governor", "protector"
|
70
70
|
or "constable", given to certain officials in feudal Japan. They were appointed
|
71
|
-
by the Shogun to oversee one or more of the provinces of Japan.
|
71
|
+
by the Shogun to oversee one or more of the provinces of Japan. This gem uses [Rubocop](https://github.com/bbatsov/rubocop)
|
72
|
+
to enforce a style guide across multiple projects.
|
72
73
|
email:
|
73
74
|
- andrew.markle@gmail.com
|
74
75
|
executables: []
|
@@ -91,7 +92,6 @@ files:
|
|
91
92
|
- rails/db_migrate.yml
|
92
93
|
- rails/rubocop.yml
|
93
94
|
- ruby/rubocop.yml
|
94
|
-
- shugo-0.1.0.gem
|
95
95
|
- shugo.gemspec
|
96
96
|
homepage: https://github.com/industrialdev/shugo
|
97
97
|
licenses:
|
data/shugo-0.1.0.gem
DELETED
Binary file
|