fastlane_core 0.25.2 → 0.25.3

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: 1b829ff5f4828c96d36d9d24593605dc2ecb872f
4
- data.tar.gz: 22a87df36dd9eb767c3d86d8008b2a9f488a7593
3
+ metadata.gz: 3f68a7d926ae709dab7b2361f8abf6b6630012df
4
+ data.tar.gz: 0f8628c8439b2c9e807c6023d08bf4afd789a9f7
5
5
  SHA512:
6
- metadata.gz: fcb986a0ebe76d1d9f5ac52e127c2dcfe3e0f6a995f2d0dede6600d77a16edb000a125d6a97c9f6a6b07534ef77593e06d4dea99b3014ae3b68d0b10ed2714b5
7
- data.tar.gz: 8cf29c3b36c0024e300d4694cfd19765590c2e409df52ba1d06948fb20b9ad70720335dbac8ba2e0e3ac84d2faa23e310142130765906eaa7b6af18ab0a1da13
6
+ metadata.gz: 94b7a4d384bbf13733940e5567991fcdd22c6ad5256fede507d150a7ac0c10915b31613995b37bde7cc9f1be5772288e2863f23cd6dbb255778c8c5ae1e5bc77
7
+ data.tar.gz: 574537f4796e2fd283164f085da2309e9fc9b5a2a6775096bb9dd0ca59114a2f39751ecf54052a47b958031624df14c5345b3e52284eae5a2988839d3555f61a
data/README.md CHANGED
@@ -13,10 +13,11 @@
13
13
  <a href="https://github.com/KrauseFx/sigh">sigh</a> &bull;
14
14
  <a href="https://github.com/KrauseFx/produce">produce</a> &bull;
15
15
  <a href="https://github.com/KrauseFx/cert">cert</a> &bull;
16
- <a href="https://github.com/KrauseFx/codes">codes</a> &bull;
17
16
  <a href="https://github.com/fastlane/spaceship">spaceship</a> &bull;
18
17
  <a href="https://github.com/fastlane/pilot">pilot</a> &bull;
19
- <a href="https://github.com/fastlane/boarding">boarding</a>
18
+ <a href="https://github.com/fastlane/boarding">boarding</a> &bull;
19
+ <a href="https://github.com/fastlane/gym">gym</a> &bull;
20
+ <a href="https://github.com/fastlane/scan">scan</a>
20
21
  </p>
21
22
  -------
22
23
 
@@ -67,6 +67,7 @@ module FastlaneCore
67
67
 
68
68
  def clear_display
69
69
  return if Helper.ci?
70
+ return if Helper.test?
70
71
 
71
72
  if Helper.iterm?
72
73
  system("clear")
@@ -12,7 +12,7 @@ module FastlaneCore
12
12
  short_codes = []
13
13
  options.each do |option|
14
14
  appendix = (option.is_string ? "STRING" : "")
15
- type = (option.is_string ? String : nil)
15
+ type = String
16
16
  short_option = option.short_option
17
17
 
18
18
  raise "Short option #{short_option} already taken for key #{option.key}".red if short_codes.include? short_option
@@ -1,3 +1,3 @@
1
1
  module FastlaneCore
2
- VERSION = "0.25.2"
2
+ VERSION = "0.25.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.2
4
+ version: 0.25.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-20 00:00:00.000000000 Z
11
+ date: 2015-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json