match 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcf8bb2bf76236a3ccb6b729e06736a7de4e2a5c
4
- data.tar.gz: e44d76eaf89787212f7c6123f20ff0f952004354
3
+ metadata.gz: 6192d691a4bbeefccf3383ef2a7433c07dea0bdc
4
+ data.tar.gz: e26aef069f511bfc8fdd509bfc4b9893b8449677
5
5
  SHA512:
6
- metadata.gz: 181c4643fd2149f7e4808a4aef5c5aba34eca9b3bfa6ba4b726740930a3e4910b562eb422a207ebb47979245f943a3e38258cd0c3f30bf3896b82909401b08ba
7
- data.tar.gz: 0919c4b4f6fcee843ccf4acb7293d9b1a49fa7b26d5ad2c839c541303cfe80452a261bb8a846e9780fc907629850476c07b73d67960432d807db18b65572e3ef
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
@@ -1,4 +1,4 @@
1
1
  module Match
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  DESCRIPTION = "Easily sync your certificates and profiles across your team using git"
4
4
  end
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.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-14 00:00:00.000000000 Z
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.6
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