xamarin-test-cloud 0.9.8 → 0.9.9

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: f24669f2a7d6bf03f98e56f10c32ed469c07c7ce
4
- data.tar.gz: b25eaf61eec316c9d13efc97ee933c0b487ec6d9
3
+ metadata.gz: 8c59e01f78e2e138224b1db0fd22ddb3ab8908e1
4
+ data.tar.gz: c6671312948a591b8e57a3493e2df15efa81de00
5
5
  SHA512:
6
- metadata.gz: f1fab81357dd472856bfdcbdcd06a41822438f5f7354f1aeabf15345928a583bb6419b11700b4746df2a683df42d7685240658b12d70dd6bcfb77ed4ed5158c2
7
- data.tar.gz: 46165a1661b7acba3889c830b564489d0a46c305bff11ad95f46306e2e9bea97889c2a357322836f1cb27172decf486db3fad7a07daf0cd9a1c3588e70fbf2fe
6
+ metadata.gz: 0aad5a98a567ffe6d0528eb11e08446b4e1d35b2e20616aa09ab741591bf2ecc5452f58dc207c0675b088fcf356cf3e56895c94e167eaf4bbb39106fe6dc60f8
7
+ data.tar.gz: dfeb7570550d26456fe88838b803e03728aff69dc8e298b3d68d2ba93ed648a65f15bb2e2583b885d7c97ec0ee17fac64eb0beaa8a48e9c795b71b74148d8c9a
@@ -111,7 +111,7 @@ module XamarinTestCloud
111
111
 
112
112
  app_extension = File.extname(app_path)
113
113
  unless /ipa/i.match(app_extension) || /apk/i.match(app_extension)
114
- raise ValidationError, 'App must be an ipa or apk file'
114
+ raise ValidationError, "App #{app_path} must be an .ipa or .apk file"
115
115
  end
116
116
 
117
117
 
@@ -123,7 +123,7 @@ module XamarinTestCloud
123
123
 
124
124
  self.test_parameters = options['test-parameters'] || {}
125
125
 
126
- self.appname = options['app-name'] || File.basename(app, File.extname(app))
126
+ self.appname = options['app-name']
127
127
 
128
128
  self.device_selection = options['device-selection']
129
129
 
@@ -1,3 +1,3 @@
1
1
  module XamarinTestCloud
2
- VERSION = '0.9.8'
2
+ VERSION = '0.9.9'
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.8
4
+ version: 0.9.9
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-03 00:00:00.000000000 Z
12
+ date: 2013-08-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor