deploy_pin 1.3.4 → 1.3.5
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/deploy_pin/task_criteria.rb +3 -3
- data/lib/deploy_pin/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa5407ab78ca3ddbdb272cdda4b08174f7f17e031d7e51eeecdcef087e1cf636
|
4
|
+
data.tar.gz: 7d7d77724bbb23a0f96223f84c451c948dd85c751b1d0fff3dd05af769491b75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b363c3124fde01c582c534b90df9f2624fee9f37bb439d8a5e948672456aedb5c3162b68fb9075f910035296611228166e5306b89e6b2d9898ed2d121f397d3a
|
7
|
+
data.tar.gz: ed934dc9afcc4e530e6079f040bbd551a72e4ab9fccb5961d573d9bd2844cad65e0f919b3ba7bc340e5c8c935d126b4c6d0ceae57b953af0fb97e9efc3f9bd97
|
@@ -3,9 +3,9 @@
|
|
3
3
|
# check task criteria
|
4
4
|
module DeployPin
|
5
5
|
class TaskCriteria
|
6
|
-
SKIP_REGEXEP = /\A-(.+[^!])\z
|
7
|
-
FORCE_REGEXP = /\A([^-].+)!\z
|
8
|
-
COMMON_REGEXP = /(^[^-]*.+[^!]*$)
|
6
|
+
SKIP_REGEXEP = /\A-(.+[^!])\z/.freeze
|
7
|
+
FORCE_REGEXP = /\A([^-].+)!\z/.freeze
|
8
|
+
COMMON_REGEXP = /(^[^-]*.+[^!]*$)/.freeze
|
9
9
|
|
10
10
|
attr_reader :identifiers
|
11
11
|
|
data/lib/deploy_pin/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deploy_pin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Viktor Sych
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colorize
|
@@ -227,7 +227,7 @@ licenses:
|
|
227
227
|
- MIT
|
228
228
|
metadata:
|
229
229
|
allowed_push_host: https://rubygems.org
|
230
|
-
post_install_message:
|
230
|
+
post_install_message:
|
231
231
|
rdoc_options: []
|
232
232
|
require_paths:
|
233
233
|
- lib
|
@@ -235,15 +235,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
235
235
|
requirements:
|
236
236
|
- - ">="
|
237
237
|
- !ruby/object:Gem::Version
|
238
|
-
version: '
|
238
|
+
version: '2.7'
|
239
239
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
240
240
|
requirements:
|
241
241
|
- - ">="
|
242
242
|
- !ruby/object:Gem::Version
|
243
243
|
version: '0'
|
244
244
|
requirements: []
|
245
|
-
rubygems_version: 3.
|
246
|
-
signing_key:
|
245
|
+
rubygems_version: 3.1.6
|
246
|
+
signing_key:
|
247
247
|
specification_version: 4
|
248
248
|
summary: pin some task around deployment
|
249
249
|
test_files: []
|