match 0.1.1 → 0.1.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 +4 -4
- data/lib/match/options.rb +1 -6
- data/lib/match/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6192d691a4bbeefccf3383ef2a7433c07dea0bdc
|
4
|
+
data.tar.gz: e26aef069f511bfc8fdd509bfc4b9893b8449677
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0767ba699e955533e3cae999eb93f17752bdf4e9cb029e15fa7aae447e8974e84fffbff4db5d2189d55cf9bdd94dc7c8c77cc24c1fcd913904016968e2d43905
|
7
|
+
data.tar.gz: 48718165b644e304d29c3917d57034166b0c6bff867f3165d0adeea9bb8d09bfa9b8b6b5de860075d624cb3de035cfe0bd6b2afc852b35b0d2ba35c0ba59e2e5
|
data/lib/match/options.rb
CHANGED
@@ -12,12 +12,7 @@ module Match
|
|
12
12
|
env_name: "MATCH_GIT_URL",
|
13
13
|
description: "URL to the git repo containing all the certificates",
|
14
14
|
optional: false,
|
15
|
-
short_option: "-r",
|
16
|
-
verify_block: proc do |value|
|
17
|
-
unless value.match("^(https|git|ssh)://")
|
18
|
-
raise "git_url must start with https://, git:// or ssh://".red
|
19
|
-
end
|
20
|
-
end),
|
15
|
+
short_option: "-r"),
|
21
16
|
FastlaneCore::ConfigItem.new(key: :type,
|
22
17
|
env_name: "MATCH_TYPE",
|
23
18
|
description: "Create a development certificate instead of a distribution one",
|
data/lib/match/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: match
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: security
|
@@ -295,7 +295,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
295
295
|
version: '0'
|
296
296
|
requirements: []
|
297
297
|
rubyforge_project:
|
298
|
-
rubygems_version: 2.4.
|
298
|
+
rubygems_version: 2.4.0
|
299
299
|
signing_key:
|
300
300
|
specification_version: 4
|
301
301
|
summary: Easily sync your certificates and profiles across your team using git
|