barsoom_utils 0.1.1.18 → 0.1.1.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/shared_rubocop.yml +2 -3
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 100eaa96e4c2069d38901adf3fefb30cc564d7521b8634c6f7ccc1e2f8110ea9
4
- data.tar.gz: 7a951b45aa15b1f21d3f26bec67b8db46143a2fd89555e73dd514cb6b1ef2090
3
+ metadata.gz: 4b4e3e88b7f43882526bdf70974e6f1f55b5b9420f5429c259e5b9c9c57182f8
4
+ data.tar.gz: 8099aed4d0efd543fbc413cde18c1d71fdffdce9fa1e2f5bfb6323d42aad7ab3
5
5
  SHA512:
6
- metadata.gz: bdc77c9cdbeed42345f775dbd8a1d54569a597393e824156a63c0fc888dd05ed7c15e32faa343fb62982e62579055e16f5e15ead31bbd4d695ffdd2eb9824e00
7
- data.tar.gz: 2c9a677c2aaaddd0d33b12a90e39776dd18fe2db57618edb8a60073525e81e6e49f6b046193811f90720ca60f58b960a64657d36a211b9c7507f22e4834caa2b
6
+ metadata.gz: 37e5b2773010797aab42f939de6613474944b027ac30a71388a7bf386e8aed0e373df459af64910b3ec4fc264817316df7add6ca470888d1c83245762c087406
7
+ data.tar.gz: 2d46f4fbb2dd9d86719eb96b425e10910ce6f0f0aea65eb6761428794d9833d7dbcd99166b84017815bf4940c8f19dd361c74eb8038d5f463ebd50080498933c
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1.18
1
+ 0.1.1.21
data/shared_rubocop.yml CHANGED
@@ -10,6 +10,8 @@ AllCops:
10
10
  - node_modules/**/*
11
11
  - tmp/**/*
12
12
  - deploy/tmp/**/*
13
+ # Will only enable new cops for the subset of cops that are enabled. https://docs.rubocop.org/rubocop/versioning.html#pending-cops
14
+ NewCops: enable
13
15
 
14
16
  # Enable all Security cops
15
17
  Security:
@@ -252,9 +254,6 @@ Style/HashSyntax:
252
254
  Enabled: true
253
255
  EnforcedStyle: ruby19
254
256
 
255
- Security/IoMethods: # new in 1.22
256
- Enabled: true
257
-
258
257
  # https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecduplicatedassignment
259
258
  Gemspec/DuplicatedAssignment:
260
259
  Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barsoom_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.18
4
+ version: 0.1.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomas Skogberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-06 00:00:00.000000000 Z
11
+ date: 2022-05-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  requirements: []
63
- rubygems_version: 3.2.32
63
+ rubygems_version: 3.2.33
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: Various helpful utils