fastlane-plugin-teak 1.0.3 → 1.0.4

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
  SHA256:
3
- metadata.gz: c7ee6064bf30b91adb375f710db15bbaeb90c84362bc667d51aa4e85491eb197
4
- data.tar.gz: 0f1629cff383d91376097e6aed45375d12218730801b9f6190d0e1abd66582c3
3
+ metadata.gz: f5bc30b0714b25c63a2260d0a970c15e2a73863e31b1341be2937f0cc1d579d7
4
+ data.tar.gz: 34008cbdce480b35de61e59888f7a54d228fe0160ee3dac48bbc308896f813b1
5
5
  SHA512:
6
- metadata.gz: 8aeb37e8bccc5d0c3721ac0d2717d767a8c54a822961bb64881f1500af2b15562c5b1312f079aa7504811886250ff2d2fbe7f50cc2d6f29f0c04b31df9894767
7
- data.tar.gz: 2abf4d3d07abdf32a4d5ac4986c4ada8e08b7041274b26200bd6d88732611e63a693557c4bc714d122a5dc7c4c9bb3662f5e140108302b612e51d9591c3d9f93
6
+ metadata.gz: 44f4f04dec91017bec43310317ad2d6feaed6072d39c49ada874ce3c1539463a6f027e6a11f2086ece8e521c24e0924f5ca5eebe4fe57aab5c75bebc5298d076
7
+ data.tar.gz: dfacbb2ceb1c1f47cdf097c1c48a215968fcd8ad47ea966fd3145a97f8dbd84b1679887204d8b8c2f4cf3ca5f96ed98b248d739662eb0ad4357148d6bcb0b5f3
@@ -16,7 +16,7 @@ module Fastlane
16
16
  end
17
17
 
18
18
  # Execute a block that will be provided with a path to a p12, a provisioning profile, and a passphrase
19
- def self.with_credentials_for(app_id, type: 'development', match_options = { readonly: true })
19
+ def self.with_credentials_for(app_id, type: 'development', match_options: { readonly: true })
20
20
  keychain_name = SecureRandom.hex
21
21
  keychain_pass = SecureRandom.hex
22
22
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Teak
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-teak
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pat Wilson