simplycop 1.19.1 → 1.19.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de3f1faf0c3a0add80bb6b50ee7507a99945b83f130d5117b7f49cd01b93029a
4
- data.tar.gz: c82de3c2e9aa904b602cf2935ec45c7819a2e1b6c60cf6aad8387375014046ba
3
+ metadata.gz: 99883b9fef64cd1d01e12aa9d7d547406ac800424cd1c624a68f75f41bba4b1c
4
+ data.tar.gz: 8ae8553d239fb6781cd659cd10096b57cce6d5ed02afd4c06d027b44972da60c
5
5
  SHA512:
6
- metadata.gz: 8b8a6b49a3b9326ac98c2cb05c434120cf5942a7c99a847a4993ac50a64f4beebea1930356c37b60f0dc2c514653584fac26ecd9e81f32fc0ad65192fdfb2b65
7
- data.tar.gz: 0b1b3da447762659bfaa7360b19bcc6830e031bc1c3211fe7ff1d87d2444c6b53fcf4c093935eca8814e115273ba06310a97b4e733cb4f6d1bbac9d20767d268
6
+ metadata.gz: bac06b1dfa22a3da6c926737ededa791978e276399b6a3731abdc4ca8398be597ebfa582eeb45ed365bc2f7026f736f6f382ec39e9580d1ac5e09c7b2d727ef4
7
+ data.tar.gz: 017b14539f137a44b2dac61c0657b50d9edb01f37b4c4dfdf38c9a90a32b231bff9971401e2cf3a0a03d207b410ad0bd4f0b7f6a71551d915c02a5dc0a30c9b9
@@ -7,5 +7,5 @@
7
7
  #
8
8
 
9
9
  module Simplycop
10
- VERSION = '1.19.1'
10
+ VERSION = '1.19.2'
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplycop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.1
4
+ version: 1.19.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
@@ -148,7 +148,7 @@ files:
148
148
  - Gemfile
149
149
  - README.md
150
150
  - Rakefile
151
- - _pipeline/config.yaml
151
+ - _pipeline/config.yml
152
152
  - _pipeline/stage_publishdocs.yml
153
153
  - _pipeline/stage_sast_tools.yml
154
154
  - bin/console
File without changes