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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd45ef86d6e7af928452d4158ba84361c15f79ba
4
- data.tar.gz: c61188bcfbb23269f93da548fbbe48c3c2eaf7db
3
+ metadata.gz: eaed88455a641f82c1b051b3f7cbe6a731b79c01
4
+ data.tar.gz: 1ddf0e02b1a49ad50ccfa56d0331bcc162f7267f
5
5
  SHA512:
6
- metadata.gz: 26b2cef3c330ed08bfc7827c416bc85278d3f757549b3feb521ee43c213da3f8fff406e09e2672cdb0a9897cc911de3966a1a0f03b255a8710e63910d4de05d6
7
- data.tar.gz: 17dce1293c31f8a86bca28f7db3b195789ce29b32a4b7bbd13d155d5bb447a9da2e160d62a27d4e663a8682573e0045f8421d124275614015c11beccc96f12a9
6
+ metadata.gz: 7e94d7802a89e7953ca1f8f6d52511c4ca7988bbca57791b5a878eb8d47fa662e999955a3258c5c4df8acc2529f5f21699b28d0e27b7359304e4a3e7a07edf76
7
+ data.tar.gz: 6f85be9325e06494198a959a2f367e12458cca0d9bfbcda0f0e88d2e8bfef31a60b26653206fa7deedc752974829d7713742f3a684ab70372f75a1f0237c3289
@@ -656,7 +656,7 @@ module XamarinTestCloud
656
656
  require 'zip/zipfilesystem'
657
657
  Zip::ZipFile.open(app) do |zip_file|
658
658
  zip_file.collect do |entry|
659
- {filename: entry.to_s, size: entry.size }
659
+ {:filename => entry.to_s, :size => entry.size }
660
660
  end
661
661
  end
662
662
  end
@@ -1,3 +1,3 @@
1
1
  module XamarinTestCloud
2
- VERSION = '0.9.15'
2
+ VERSION = '0.9.16'
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.15
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 00:00:00.000000000 Z
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.2
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: