scan 0.11.2 → 0.11.3

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: 953b16af94d1b7282e8b6be54c0a1fc3e95111c2
4
- data.tar.gz: 3d7909fc1dab997121373ccfb630fb1bdf85a6b6
3
+ metadata.gz: 91c83c13474968c40f57e93d2500df389dabd28d
4
+ data.tar.gz: 0db7821b1075b741d826c2cc069153f50bdb2a36
5
5
  SHA512:
6
- metadata.gz: 5097b8a67a29f4356c7f4a10286f769249f81baa97f329c9e66b8bf94c43be82d2e6f2c211aa342a70b8a4121be923d97720400dbc4c70d860ddad2c7239604e
7
- data.tar.gz: 095c74da1b1ceb6e5339149e2ae51f8a5e8229a920dd66b674b341dc7016fb7abfd54f2e68f991f853b1f8f052be174b11ec5fe216314c8743b34f6269ffb619
6
+ metadata.gz: a081bf29d4f86a53bc5de043746f6e19106715cac8cce29dff506502a5d250abb4445292c0e41566a8652ad794359d51530233465ff9f94c1386011883c576a5
7
+ data.tar.gz: 1ee046adb8234759e8abb9c919c4fd8822073d960dc15dd926ac12e8dacc8dcd3e251d347a5ef3dbf06152c51206b847ec70330b054875a60ed9c4a631506ea6
@@ -21,7 +21,7 @@ module Scan
21
21
  print "For more information visit this stackoverflow answer:"
22
22
  print "https://stackoverflow.com/a/17031697/445598"
23
23
  when /Testing failed/
24
- UI.user_error!("Error building the application - see the log above", show_github_issues: false)
24
+ UI.user_error!("Error building the application - see the log above")
25
25
  when /Executed/
26
26
  # this is *really* important:
27
27
  # we don't want to raise an exception here
data/lib/scan/runner.rb CHANGED
@@ -83,11 +83,11 @@ module Scan
83
83
  report_collector.parse_raw_file(TestCommandGenerator.xcodebuild_log_path)
84
84
 
85
85
  unless tests_exit_status == 0
86
- UI.user_error!("Test execution failed. Exit status: #{tests_exit_status}", show_github_issues: false)
86
+ UI.user_error!("Test execution failed. Exit status: #{tests_exit_status}")
87
87
  end
88
88
 
89
89
  unless result[:failures] == 0
90
- UI.user_error!("Tests failed", show_github_issues: false)
90
+ UI.user_error!("Tests failed")
91
91
  end
92
92
  end
93
93
 
data/lib/scan/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Scan
2
- VERSION = "0.11.2"
2
+ VERSION = "0.11.3"
3
3
  DESCRIPTION = "The easiest way to run tests of your iOS and Mac app"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.2
4
+ version: 0.11.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: 2016-08-11 00:00:00.000000000 Z
11
+ date: 2016-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -270,7 +270,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
270
270
  version: '0'
271
271
  requirements: []
272
272
  rubyforge_project:
273
- rubygems_version: 2.6.6
273
+ rubygems_version: 2.5.1
274
274
  signing_key:
275
275
  specification_version: 4
276
276
  summary: The easiest way to run tests of your iOS and Mac app