jetrockets-standard 1.0.2 → 1.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a8e1babdb8cbf41b982c175ef72c3c01d0446691a4954c2d16b7179f81fb822
4
- data.tar.gz: 3f7a2f3b788b1820af922b8b1a19ba97b8193ab51c3c877104452daef5d9e411
3
+ metadata.gz: ee86b780eaefdb15cbc58b976cbfd989c195096eeddd60ab3c578db1079b86aa
4
+ data.tar.gz: 4cc1e51dbacdeaaa627db9db67b346288e162b6ad4bf40b5f8912b9add6c0581
5
5
  SHA512:
6
- metadata.gz: 8719a930de95ba41bb4b08eb427c83b8c0c8d99ef6b0dd92cc518453468412638b39bea4f23753a7d1c833519441ec8435cc3ffed2cfd9f1ac2a942fb25aa780
7
- data.tar.gz: 3fadfb2c918a4b53efd206df8f0e3e843a63f7588b5ed771a558bf6d8820e25d7fe826b3cef9259c2f8a6b4d85e0cf78ae7e7e8e37a0c606d4ecb63980c553a5
6
+ metadata.gz: bbc7045e5e0dd02885534149bd75ae1300e76dbf6bbd7fe054e93113efe9c308b78ee33c7fd1ad3ef37908a079605f87039d565a10b4b34c2c91a242a61b62a1
7
+ data.tar.gz: c9e43ff6eec744b209ff8e9042677fa2883e3730473b2891f1c90885f2d39384ba410a9f664c94a475e8ea1b39f21d13c12c42b29bc162b119e0424cac37e6aa
data/config/rails.yml CHANGED
@@ -12,4 +12,14 @@ inherit_mode:
12
12
  AllCops:
13
13
  TargetRailsVersion: 5.2
14
14
 
15
- # Place custom configuration for rubocop-rails cops here
15
+ Style/AsciiComments:
16
+ Enabled: false
17
+
18
+ Style/ClassAndModuleChildren:
19
+ Enabled: false
20
+
21
+ Style/Documentation:
22
+ Enabled: false
23
+
24
+ Style/NumericPredicate:
25
+ EnforcedStyle: comparison
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jetrockets
4
4
  module Standard
5
- VERSION = '1.0.2'
5
+ VERSION = '1.0.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jetrockets-standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Alexandrov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-20 00:00:00.000000000 Z
11
+ date: 2019-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop-rails