simplycop 1.14.12 → 1.14.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/create-github-release.yml +1 -1
- data/lib/simplycop/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0d4b52e5d27359a03a55329d081fe656da65997de8462dfe05c25da2414911f
|
4
|
+
data.tar.gz: 05336432377ed2f4c393464e50d60869ead7e17dff02df887ee510f7217d59ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 618f4e14ae9330a5ce176f06ef8d773916c9f70d6546f1815ed818953030f8ab2b0a27487873e451bebd57e0eac8549f567d1eaf1d8fa40eaae97e4da69bd963
|
7
|
+
data.tar.gz: f6bd5608ec7cff6a5139454270c0716b9e6e128476770235b9366c74a3ba5ae25d7339215119574900558d8c90e829be17f6c0b23895f4bb8b59978329a42e95
|
@@ -10,7 +10,7 @@ permissions:
|
|
10
10
|
|
11
11
|
jobs:
|
12
12
|
create-new-release:
|
13
|
-
uses: simplybusiness/github-action-reusable-workflows/.github/workflows/create-github-release.yaml@v1
|
13
|
+
uses: simplybusiness/github-action-reusable-workflows/.github/workflows/create-github-release-ruby.yaml@v1
|
14
14
|
with:
|
15
15
|
gem_version_class: "Simplycop::VERSION"
|
16
16
|
secrets:
|
data/lib/simplycop/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simplycop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.14.
|
4
|
+
version: 1.14.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simply Business
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
11
|
+
date: 2023-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|