xamarin-test-cloud 0.9.14 → 0.9.15
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/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd45ef86d6e7af928452d4158ba84361c15f79ba
|
|
4
|
+
data.tar.gz: c61188bcfbb23269f93da548fbbe48c3c2eaf7db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26b2cef3c330ed08bfc7827c416bc85278d3f757549b3feb521ee43c213da3f8fff406e09e2672cdb0a9897cc911de3966a1a0f03b255a8710e63910d4de05d6
|
|
7
|
+
data.tar.gz: 17dce1293c31f8a86bca28f7db3b195789ce29b32a4b7bbd13d155d5bb447a9da2e160d62a27d4e663a8682573e0045f8421d124275614015c11beccc96f12a9
|
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.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Karl Krukow
|
|
@@ -101,8 +101,8 @@ dependencies:
|
|
|
101
101
|
- - ~>
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
103
|
version: 1.3.3.1
|
|
104
|
-
description: Xamarin Test Cloud
|
|
105
|
-
|
|
104
|
+
description: Xamarin Test Cloud lets you automatically test your app on hundreds of
|
|
105
|
+
mobile devices
|
|
106
106
|
email:
|
|
107
107
|
- karl@xamarin.com
|
|
108
108
|
- jonas@xamarin.com
|
|
@@ -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.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:
|