xamarin-test-cloud 2.1.1 → 2.1.2
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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/xamarin-test-cloud/cli.rb +1 -0
- data/lib/xamarin-test-cloud/version.rb +1 -1
- metadata +3 -4
- data/lib/xamarin-test-cloud/cli.rb alias +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd263ca934291ce7986b9d7546c78300f6b2311e
|
|
4
|
+
data.tar.gz: a7202af696b9eca688a952320e9ad3e8c4791f9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eaf9b3d3311c51b3c686e7ecbf3dea232f6325eb30fa273a435026c2cfe9cd2efe6db93284fd77051c2721458a0baede7b85d864c3d293a90f1b95bf42b905b5
|
|
7
|
+
data.tar.gz: 2084121e6fa89820d69431c6367297fbe233ed0b69fcdcbd7b42c28e37ddf76b8d6bfe15489435a24fb1283abdb1733b434e76e8e06b5c5ee98b8dc6ecdc9655
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
### 2.1.2
|
|
2
|
+
|
|
3
|
+
Fixes #886462: --profile is not being written to upload manifest during prepare command #98
|
|
4
|
+
|
|
5
|
+
### 2.1.1
|
|
6
|
+
|
|
7
|
+
* Can specify device language - iOS only #97
|
|
8
|
+
|
|
1
9
|
### 2.1.0
|
|
2
10
|
|
|
3
11
|
* CLI#collect\_files\_with\_glob should collect . files and skip anything
|
|
@@ -367,6 +367,7 @@ module XamarinTestCloud
|
|
|
367
367
|
|
|
368
368
|
log_header("Preparing the Artifact Directory")
|
|
369
369
|
test_parameters = options["test-parameters"]
|
|
370
|
+
test_parameters["profile"] = options[:profile] if options[:profile]
|
|
370
371
|
|
|
371
372
|
manifest = generate_manifest_hash(files, test_parameters)
|
|
372
373
|
write_manifest_to_file(manifest, manifest_file)
|
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.1.
|
|
4
|
+
version: 2.1.2
|
|
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: 2017-
|
|
12
|
+
date: 2017-03-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|
|
@@ -322,7 +322,6 @@ files:
|
|
|
322
322
|
- bin/test-cloud
|
|
323
323
|
- lib/xamarin-test-cloud/calabash_version_detector.rb
|
|
324
324
|
- lib/xamarin-test-cloud/cli.rb
|
|
325
|
-
- lib/xamarin-test-cloud/cli.rb alias
|
|
326
325
|
- lib/xamarin-test-cloud/dsym.rb
|
|
327
326
|
- lib/xamarin-test-cloud/environment.rb
|
|
328
327
|
- lib/xamarin-test-cloud/http/payload.rb
|
|
@@ -351,7 +350,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
351
350
|
version: '0'
|
|
352
351
|
requirements: []
|
|
353
352
|
rubyforge_project:
|
|
354
|
-
rubygems_version: 2.
|
|
353
|
+
rubygems_version: 2.5.1
|
|
355
354
|
signing_key:
|
|
356
355
|
specification_version: 4
|
|
357
356
|
summary: Command-line interface to Xamarin Test Cloud
|
|
Binary file
|