fastlane 2.131.0.beta.20190910200104 → 2.131.0.beta.20190911200010

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: 9c40861b81241f7c4e54d15ae7751ed6b3d85533
4
- data.tar.gz: 4138d25a067e8b40ff97f8d011098dfbd0e1ba6b
3
+ metadata.gz: 8ed9709edc0f7b0afc92821e21655998878d927c
4
+ data.tar.gz: 312434a32a1e12305a34eaedc92a9568c776aea0
5
5
  SHA512:
6
- metadata.gz: 342fdfeef0fd4a5f8ce23854d996a76c67879ed4edb2ae23430e5b67d8bab0121a862a7df131750e0711291f9a8c3bfd259ce79f8407bcba8055125ef571c5a5
7
- data.tar.gz: 7649aec1aab892a0235d6fa8e668ad5ed54f34cbf43beb23992d1d2a074bd4afaf0f387d846673939e088a86350b807e42814a95c3bb95aaf21a7cbbb3c73a08
6
+ metadata.gz: 311aef094fa136bac84f2a8ed3f2a430aaa449693b37513795b90b03dc13eb37c136415361d042e5af50aa674f40b7ba23dad4020afd2eba148d8c30b41fe6b7
7
+ data.tar.gz: dc4c6dd52f617627c50b68da30c9f3462a6210d298b6d533c218347a223f54f586cee1f05a84241e841280cdda0335732800d8bebe01c4b9d946eed31c0ef947
@@ -26,7 +26,7 @@ module Fastlane
26
26
  )',
27
27
  '# You may provide multiple provisioning profiles if the application contains nested
28
28
  # applications or app extensions, which need their own provisioning profile.
29
- # You can do so by passing an array of provisiong profile strings or a hash
29
+ # You can do so by passing an array of provisioning profile strings or a hash
30
30
  # that associates provisioning profile values to bundle identifier keys.
31
31
  resign(
32
32
  ipa: "path/to/ipa", # can omit if using the `ipa` action
@@ -75,7 +75,7 @@ module Fastlane
75
75
  else [value]
76
76
  end
77
77
  files.each do |file|
78
- UI.user_error!("Couldn't find provisiong profile at path '#{file}'") unless File.exist?(file)
78
+ UI.user_error!("Couldn't find provisioning profile at path '#{file}'") unless File.exist?(file)
79
79
  end
80
80
  end),
81
81
  FastlaneCore::ConfigItem.new(key: :version,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.131.0.beta.20190910200104'.freeze
2
+ VERSION = '2.131.0.beta.20190911200010'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  MINIMUM_XCODE_RELEASE = "7.0".freeze
5
5
  RUBOCOP_REQUIREMENT = '0.49.1'.freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.131.0.beta.20190910200104
4
+ version: 2.131.0.beta.20190911200010
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -27,7 +27,7 @@ authors:
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-09-10 00:00:00.000000000 Z
30
+ date: 2019-09-11 00:00:00.000000000 Z
31
31
  dependencies:
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: slack-notifier
@@ -1746,24 +1746,24 @@ metadata:
1746
1746
  post_install_message:
1747
1747
  rdoc_options: []
1748
1748
  require_paths:
1749
- - fastlane_core/lib
1750
1749
  - snapshot/lib
1751
- - match/lib
1752
- - supply/lib
1753
- - produce/lib
1754
- - credentials_manager/lib
1755
- - cert/lib
1756
1750
  - sigh/lib
1751
+ - credentials_manager/lib
1757
1752
  - fastlane/lib
1758
- - pem/lib
1759
- - frameit/lib
1760
- - deliver/lib
1753
+ - produce/lib
1761
1754
  - gym/lib
1755
+ - match/lib
1756
+ - pilot/lib
1757
+ - supply/lib
1758
+ - pem/lib
1759
+ - cert/lib
1762
1760
  - screengrab/lib
1761
+ - fastlane_core/lib
1762
+ - frameit/lib
1763
1763
  - spaceship/lib
1764
- - pilot/lib
1765
- - precheck/lib
1764
+ - deliver/lib
1766
1765
  - scan/lib
1766
+ - precheck/lib
1767
1767
  required_ruby_version: !ruby/object:Gem::Requirement
1768
1768
  requirements:
1769
1769
  - - ">="