fastlane 2.72.0.beta.20180101010003 → 2.72.0.beta.20180102010003

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: 569a7dc75a96906602a4a0ec523be6d44d457b6a
4
- data.tar.gz: a61dbb85f9b3b8ce967d50cd435c7fb49e7caaa9
3
+ metadata.gz: 1694db58a13226b59ad9bf4a8e814d6ad7fdb466
4
+ data.tar.gz: a731c165dcdd4a8ef3333397d2b1f465a2c557ee
5
5
  SHA512:
6
- metadata.gz: 6a93cd8362af688eed72fa5ae69554d529e0beb3ac36f37c37a749b5e30f1464f8a5906ba0734ee8da46bcf75bd072f97221ab68948d450624f806a082f30aef
7
- data.tar.gz: 23462723f418b7908a53887b6b3bb12cb0ce05c634630959ebfeaeb498851e66f5b099fb4128c1bdf00a8cf520f5fc4b289a3ebd9c0913983a14122b90f7de86
6
+ metadata.gz: 5a6bf1408e5ed5e31bfb09427bca7f506d08b60e2ba219be59601e7319db09c613d467f4c3a2f7123fcd0fc0c62d99c5b188571eb0d835868da86fd641805670
7
+ data.tar.gz: b984a993ea128e0203cbfdbc5dff4816089485593af64d076892fa4c507ebc671a670f87f27a70dbf58850fd5897008a4f7893a3dfa2e973ec30ce2d8592b589
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.72.0.beta.20180101010003'.freeze
2
+ VERSION = '2.72.0.beta.20180102010003'.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
@@ -121,6 +121,10 @@ module FastlaneCore
121
121
  self.mac?
122
122
  end
123
123
 
124
+ def self.is_windows?
125
+ self.windows?
126
+ end
127
+
124
128
  # Do we want to disable the colored output?
125
129
  def self.colors_disabled?
126
130
  FastlaneCore::Env.truthy?("FASTLANE_DISABLE_COLORS")
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.72.0.beta.20180101010003
4
+ version: 2.72.0.beta.20180102010003
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2018-01-01 00:00:00.000000000 Z
18
+ date: 2018-01-02 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier