fastlane-craft 1.5.7 → 1.5.8

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: 40986f4dffebe0afd73b10077667851ce9f38bbdf25f8e099037199d17fe6479
4
- data.tar.gz: f147a588654ab2a378a27bc579cd0b61af776cb844e85e37ac527ce9e8f329d2
3
+ metadata.gz: b32e460a32caf9a837c5a7fa926ee8e0ff3c9ff914bfa2f96eae8723b6916f4e
4
+ data.tar.gz: 2761a6f149c32eb2a6abc2723c76e731932f5fc9aa26c7b9873b8bac32a34ae9
5
5
  SHA512:
6
- metadata.gz: 2a2076dbf46c9103c24a6a99e0cfe2ae06ead10454faddb103102e4ab80242a5e5d3ecd7d5c70e1cbe5e1b267894b6f5888b03bae4ea234d9fc1e5a02757a3d3
7
- data.tar.gz: e2939f0f8fcf728708f53cca428fab376f90ddfceac63cc0bce583941b26a059c246e8d233440e3c1fd2138fa3f8c7833d848a07e1543abfa60b27fd5e6a557c
6
+ metadata.gz: 8e36f5f6a7df2a80153c46b4809b88da807c5380cb05e50d6290c65b269358f8175f086834cb3d6a27df222032e7393f8f7a3d309bbb4d174e12addf0687b367
7
+ data.tar.gz: c1862534816225d6654754e6d670044797cf960e7d2d411aac89eb22419fff13c85c39d16aa517b4042ac83955af50ad5acfcb6a36f7dfd90cd1b60768efd4f1
@@ -107,7 +107,7 @@ module FastlaneCraft
107
107
  end
108
108
 
109
109
  def version_valid?(version)
110
- version.to_s.match?(/^\d\.\d\.\d{1,3}$/)
110
+ version.to_s.match?(/^\d{1,3}\.\d{1,3}\.\d{1,3}$/)
111
111
  end
112
112
 
113
113
  def version_dump
@@ -1,3 +1,3 @@
1
1
  module FastlaneCraft
2
- VERSION = '1.5.7'.freeze
2
+ VERSION = '1.5.8'.freeze
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-craft
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.7
4
+ version: 1.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - sroik
8
8
  - elfenlaid
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-08-21 00:00:00.000000000 Z
12
+ date: 2020-08-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk-s3
@@ -156,7 +156,7 @@ homepage: https://github.com/app-craft/fastlane-craft.git
156
156
  licenses:
157
157
  - MIT
158
158
  metadata: {}
159
- post_install_message:
159
+ post_install_message:
160
160
  rdoc_options: []
161
161
  require_paths:
162
162
  - lib
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  requirements: []
174
174
  rubygems_version: 3.0.6
175
- signing_key:
175
+ signing_key:
176
176
  specification_version: 4
177
177
  summary: fastlane craft summary
178
178
  test_files: []