xamarin-test-cloud 0.9.15 → 0.9.16
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/lib/xamarin-test-cloud/cli.rb +1 -1
- data/lib/xamarin-test-cloud/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eaed88455a641f82c1b051b3f7cbe6a731b79c01
|
|
4
|
+
data.tar.gz: 1ddf0e02b1a49ad50ccfa56d0331bcc162f7267f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e94d7802a89e7953ca1f8f6d52511c4ca7988bbca57791b5a878eb8d47fa662e999955a3258c5c4df8acc2529f5f21699b28d0e27b7359304e4a3e7a07edf76
|
|
7
|
+
data.tar.gz: 6f85be9325e06494198a959a2f367e12458cca0d9bfbcda0f0e88d2e8bfef31a60b26653206fa7deedc752974829d7713742f3a684ab70372f75a1f0237c3289
|
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.
|
|
4
|
+
version: 0.9.16
|
|
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: 2013-08-
|
|
12
|
+
date: 2013-08-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|
|
@@ -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.
|
|
144
|
+
rubygems_version: 2.0.5
|
|
145
145
|
signing_key:
|
|
146
146
|
specification_version: 4
|
|
147
147
|
summary: Command-line interface to Xamarin Test Cloud
|
|
@@ -152,4 +152,3 @@ 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:
|