xamarin-test-cloud 2.0.1.pre1 → 2.0.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 609e340deda5841de2d5f4af2540b81139c84038
|
|
4
|
+
data.tar.gz: 9eaf06e9ffa2d06955f4eae4216b32a3d17f5272
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afe140c2211ee35a3b082a320b74f2605133deac43c803fd4f34b9ea2006fa55676a7a166dd086d239b918b7f40a141659f3b715a29303ef1811c7178077e359
|
|
7
|
+
data.tar.gz: 13a4790d5f06c889cc819267d07d41850606f12bccde2798dcc24d8dce3bc0a99bed86a71b4873ad91da12c78903e72f3bcc52ef843b98fba77b90037ecb396d
|
data/CHANGELOG.md
CHANGED
|
@@ -130,7 +130,7 @@ module XamarinTestCloud
|
|
|
130
130
|
client.send_timeout = send_timeout
|
|
131
131
|
|
|
132
132
|
if options.fetch(:user, nil) && options.fetch(:password, nil)
|
|
133
|
-
client.set_auth(options.fetch(:user), options.fetch(:password))
|
|
133
|
+
client.set_auth(options[:domain], options.fetch(:user), options.fetch(:password))
|
|
134
134
|
end
|
|
135
135
|
|
|
136
136
|
retries.times do |i|
|
|
@@ -169,4 +169,3 @@ module XamarinTestCloud
|
|
|
169
169
|
end
|
|
170
170
|
end
|
|
171
171
|
end
|
|
172
|
-
|
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: 2.0.1
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karl Krukow
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-08-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|
|
@@ -339,9 +339,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
339
339
|
version: '2.0'
|
|
340
340
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
341
341
|
requirements:
|
|
342
|
-
- - "
|
|
342
|
+
- - ">="
|
|
343
343
|
- !ruby/object:Gem::Version
|
|
344
|
-
version:
|
|
344
|
+
version: '0'
|
|
345
345
|
requirements: []
|
|
346
346
|
rubyforge_project:
|
|
347
347
|
rubygems_version: 2.5.1
|