xamarin-test-cloud 0.9.11 → 0.9.12

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: ac895fdc1e30ab3e7b0654ef0e3a1cd88de1e49a
4
- data.tar.gz: 923a14dfacafa421f4aab1b0e2f723e4a17c261d
3
+ metadata.gz: 34c7a9aca3dbf415b704a74b31ac4d06567bf713
4
+ data.tar.gz: 32bc24c3f82cd94e2a3c7c55f6904d70bbc05157
5
5
  SHA512:
6
- metadata.gz: 549d55352e0184cebe5eb00d565abeddb43623cbf92adc0eef394d2e100e8a1bb071718c5ad8718f2b9bbfa5c9a5ee782e4df8c19adca7254269e95863c61b8b
7
- data.tar.gz: 0f8b68eaae72c5a6a41c2e510edd16528e542ed4326d702b8fb41a13f2c9993303fc2a6f2359742d8aeb996a6f77e5f98b4fb450203182705a989b2a870e41da
6
+ metadata.gz: a37d10332aa7c0370e70f71b147799d90b34954fb1d732f361dacc2d6010fb16140b42550d29452089a6990c41b4119ff3bb5ab6737520af4e3d40aacb35d62c
7
+ data.tar.gz: febb74a160515acf22e365f25c1dac3d20af57af0afdcdf658f7c0d442c47a4f5a42f2cdc4e5be585ae1d45b47c7de627364dcd83a0234d785b12dba204d1f26
@@ -8,6 +8,7 @@ require 'json'
8
8
  require 'rbconfig'
9
9
  require 'tmpdir'
10
10
  require 'fileutils'
11
+ require 'retriable'
11
12
 
12
13
  module XamarinTestCloud
13
14
 
@@ -1,3 +1,3 @@
1
1
  module XamarinTestCloud
2
- VERSION = '0.9.11'
2
+ VERSION = '0.9.12'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xamarin-test-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.11
4
+ version: 0.9.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.0.5
144
+ rubygems_version: 2.0.2
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Command-line interface to Xamarin Test Cloud
@@ -152,3 +152,4 @@ test_files:
152
152
  - test/ipa/features/support/hooks.rb
153
153
  - test/ipa/features/support/launch.rb
154
154
  - test/test_parser.rb
155
+ has_rdoc: