fastlane 2.122.0.beta.20190423200058 → 2.122.0.beta.20190424200026

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
  SHA1:
3
- metadata.gz: f36241e3f738cdb063226f3cdf2df7e3814f3fba
4
- data.tar.gz: bbec75a5f0f953185ebd65139b1c3e463649d703
3
+ metadata.gz: 9065857fc14b916c578be03defd408fb23c0b867
4
+ data.tar.gz: 513a4261a5a9fe6bf4bfa041fd1e20e4b1734756
5
5
  SHA512:
6
- metadata.gz: 97a5f6088875fbb51092a3fab3cae686be78d002e907d89c1a441c9be87ac1402c7fdf173e760a910efd30f173b0dee3ffd4060daa095d9e9ad6f402fda7f7ff
7
- data.tar.gz: b518a786846e3940d09dd553133fb8c8ab85f1eafbd114dc61d43c64d4b4c3adbde000a177647cc501524169b52b7fca3424a65ef550dc798dc5dddc24f60ecf
6
+ metadata.gz: add547a8e7e737a66d56ce4149acd59bcbc467635591a9455f425f5ce5bfb92251d70a16fff122f1c230b0783369c176569b4700072093f88f13786b0157f95a
7
+ data.tar.gz: 3f5bce70ff150a33b744cd7184c92531b20719c20f6cbb7b6f874771735cd235da19463fd7186bd795fad35571690b167e9fea6001aa031047f8769e1a187104
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.122.0.beta.20190423200058'.freeze
2
+ VERSION = '2.122.0.beta.20190424200026'.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
@@ -1,4 +1,8 @@
1
1
  module Spaceship
2
+ # Requiring pathname is required here if not using bundler and requiring spaceship directly
3
+ # https://github.com/fastlane/fastlane/issues/14661
4
+ require 'pathname'
5
+
2
6
  ROOT = Pathname.new(File.expand_path('../../..', __FILE__))
3
7
  DESCRIPTION = "Ruby library to access the Apple Dev Center and App Store Connect".freeze
4
8
  end
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.122.0.beta.20190423200058
4
+ version: 2.122.0.beta.20190424200026
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Dee
@@ -27,7 +27,7 @@ authors:
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
30
- date: 2019-04-23 00:00:00.000000000 Z
30
+ date: 2019-04-24 00:00:00.000000000 Z
31
31
  dependencies:
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: slack-notifier
@@ -1690,24 +1690,24 @@ metadata:
1690
1690
  post_install_message:
1691
1691
  rdoc_options: []
1692
1692
  require_paths:
1693
- - gym/lib
1694
- - produce/lib
1695
- - frameit/lib
1696
- - pem/lib
1697
- - deliver/lib
1693
+ - snapshot/lib
1698
1694
  - scan/lib
1699
- - screengrab/lib
1700
- - supply/lib
1701
1695
  - sigh/lib
1702
- - cert/lib
1696
+ - screengrab/lib
1703
1697
  - match/lib
1704
- - pilot/lib
1698
+ - pem/lib
1699
+ - frameit/lib
1700
+ - precheck/lib
1705
1701
  - spaceship/lib
1706
- - fastlane/lib
1702
+ - supply/lib
1707
1703
  - credentials_manager/lib
1708
- - snapshot/lib
1704
+ - pilot/lib
1705
+ - cert/lib
1706
+ - fastlane/lib
1707
+ - produce/lib
1708
+ - deliver/lib
1709
+ - gym/lib
1709
1710
  - fastlane_core/lib
1710
- - precheck/lib
1711
1711
  required_ruby_version: !ruby/object:Gem::Requirement
1712
1712
  requirements:
1713
1713
  - - ">="