fastlane 2.115.0 → 2.116.0.beta.20190128200102
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/fastlane/lib/fastlane/version.rb +1 -1
- metadata +16 -20
- data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/fastlane_core/lib/fastlane_core/.project.rb.swp +0 -0
- data/gym/lib/gym/.code_signing_mapping.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 895e413a642731d60a47a880047f18d3b06d8346
|
4
|
+
data.tar.gz: ef865fbdb149c51f6827bfc250c978e8aa48daf7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07e79cc74a307aa8fab48f80d647a7846b04f82b39c10e5816ce28ae75eb4be281f595845c51755328f6ca9a85310537799449fc6b0c7f42174281cbfe1784ca
|
7
|
+
data.tar.gz: f630fe759e718b462f2e87cfb42559285b593e913d79582a724f7b07f65385d945d8ea9759b690b4bc610ab8ee5c96b063c701216cd0e1422e14c7148f6c5685
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.
|
2
|
+
VERSION = '2.116.0.beta.20190128200102'.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.
|
4
|
+
version: 2.116.0.beta.20190128200102
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Ellis
|
@@ -1286,7 +1286,6 @@ files:
|
|
1286
1286
|
- fastlane/swift/Fastlane.swift
|
1287
1287
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
|
1288
1288
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
|
1289
|
-
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
|
1290
1289
|
- fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
|
1291
1290
|
- fastlane/swift/FastlaneSwiftRunner/README.txt
|
1292
1291
|
- fastlane/swift/Gymfile.swift
|
@@ -1314,7 +1313,6 @@ files:
|
|
1314
1313
|
- fastlane_core/README.md
|
1315
1314
|
- fastlane_core/lib/assets/XMLTemplate.xml.erb
|
1316
1315
|
- fastlane_core/lib/fastlane_core.rb
|
1317
|
-
- fastlane_core/lib/fastlane_core/.project.rb.swp
|
1318
1316
|
- fastlane_core/lib/fastlane_core/analytics/action_completion_context.rb
|
1319
1317
|
- fastlane_core/lib/fastlane_core/analytics/action_launch_context.rb
|
1320
1318
|
- fastlane_core/lib/fastlane_core/analytics/analytics_event_builder.rb
|
@@ -1393,7 +1391,6 @@ files:
|
|
1393
1391
|
- gym/lib/assets/GymfileTemplate.swift
|
1394
1392
|
- gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh
|
1395
1393
|
- gym/lib/gym.rb
|
1396
|
-
- gym/lib/gym/.code_signing_mapping.rb.swp
|
1397
1394
|
- gym/lib/gym/code_signing_mapping.rb
|
1398
1395
|
- gym/lib/gym/commands_generator.rb
|
1399
1396
|
- gym/lib/gym/detect_values.rb
|
@@ -1571,7 +1568,6 @@ files:
|
|
1571
1568
|
- spaceship/lib/spaceship/client.rb
|
1572
1569
|
- spaceship/lib/spaceship/commands_generator.rb
|
1573
1570
|
- spaceship/lib/spaceship/connect_api.rb
|
1574
|
-
- spaceship/lib/spaceship/connect_api/.DS_Store
|
1575
1571
|
- spaceship/lib/spaceship/connect_api/base.rb
|
1576
1572
|
- spaceship/lib/spaceship/connect_api/client.rb
|
1577
1573
|
- spaceship/lib/spaceship/du/du_client.rb
|
@@ -1691,24 +1687,24 @@ metadata:
|
|
1691
1687
|
post_install_message:
|
1692
1688
|
rdoc_options: []
|
1693
1689
|
require_paths:
|
1694
|
-
-
|
1695
|
-
- pem/lib
|
1696
|
-
- snapshot/lib
|
1690
|
+
- gym/lib
|
1697
1691
|
- frameit/lib
|
1698
|
-
- match/lib
|
1699
|
-
- fastlane_core/lib
|
1700
|
-
- deliver/lib
|
1701
1692
|
- scan/lib
|
1702
|
-
- supply/lib
|
1703
|
-
- cert/lib
|
1704
|
-
- fastlane/lib
|
1705
1693
|
- spaceship/lib
|
1694
|
+
- supply/lib
|
1695
|
+
- credentials_manager/lib
|
1706
1696
|
- pilot/lib
|
1707
|
-
- gym/lib
|
1708
|
-
- precheck/lib
|
1709
|
-
- screengrab/lib
|
1710
1697
|
- sigh/lib
|
1698
|
+
- screengrab/lib
|
1699
|
+
- deliver/lib
|
1700
|
+
- match/lib
|
1711
1701
|
- produce/lib
|
1702
|
+
- pem/lib
|
1703
|
+
- fastlane_core/lib
|
1704
|
+
- cert/lib
|
1705
|
+
- precheck/lib
|
1706
|
+
- fastlane/lib
|
1707
|
+
- snapshot/lib
|
1712
1708
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1713
1709
|
requirements:
|
1714
1710
|
- - ">="
|
@@ -1716,12 +1712,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1716
1712
|
version: 2.0.0
|
1717
1713
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1718
1714
|
requirements:
|
1719
|
-
- - "
|
1715
|
+
- - ">"
|
1720
1716
|
- !ruby/object:Gem::Version
|
1721
|
-
version:
|
1717
|
+
version: 1.3.1
|
1722
1718
|
requirements: []
|
1723
1719
|
rubyforge_project:
|
1724
|
-
rubygems_version: 2.
|
1720
|
+
rubygems_version: 2.6.8
|
1725
1721
|
signing_key:
|
1726
1722
|
specification_version: 4
|
1727
1723
|
summary: The easiest way to automate beta deployments and releases for your iOS and
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|