cuesmash 0.1.9.2 → 0.1.9.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4beee118c67c3a5438e105434b131a01fdcc3413
4
- data.tar.gz: b09e2cae2af09f90d7a0184848e3264786ca889d
3
+ metadata.gz: 24b88fa67a0b71f21ed1f54e5600d5c8ebdf86fc
4
+ data.tar.gz: 9d4bacd9242c33595972e3466384f04696fb46c6
5
5
  SHA512:
6
- metadata.gz: a952236b735fa22076e7aba87ee89c7b6bd7fc79bb785937d0d7372e0cf8a3c3f49804abf4255d1fda8086c9f0ad1429a5c4b52910e1fd55b04e56121af0c709
7
- data.tar.gz: 0e372cade8eb19f21ee4ebe3172e6ab4e4941d01a66ec16794d75d7fa3201b89ade695ae3cc077e86ad96f38c31f01b763560cb0f52308f56e10c7a66a3bcd24
6
+ metadata.gz: 9afa765f17faf14c3a24cb23cc6cd387059a6c503b41e6d1a373ba9c7000dfaaa86e07ff1cb8883b52e5bb4239df41bab47b708efba053c31bbde7a45b04a5ba
7
+ data.tar.gz: 240023feb710a01266afde504f03af2d81aa97e9c07f682e87b8d339a9cc1b3f30311edee9183959469a1b97c9b9cf94fe3feb2e345d9f8e31c044ef74d6eec4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cuesmash (0.1.9.2)
4
+ cuesmash (0.1.9.3)
5
5
  CFPropertyList (>= 2.2.8)
6
6
  rest-client (~> 1.7.2)
7
7
  thor (>= 0.19.1)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- CFPropertyList (2.2.8)
13
+ CFPropertyList (2.3.0)
14
14
  byebug (3.5.1)
15
15
  columnize (~> 0.8)
16
16
  debugger-linecache (~> 1.2)
@@ -42,7 +42,7 @@ GEM
42
42
  method_source (0.8.2)
43
43
  mime-types (2.4.3)
44
44
  multi_json (1.10.1)
45
- netrc (0.10.2)
45
+ netrc (0.8.0)
46
46
  pry (0.10.1)
47
47
  coderay (~> 1.1.0)
48
48
  method_source (~> 0.8.1)
data/cuesmash.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "cuesmash"
7
- spec.version = "0.1.9.2"
7
+ spec.version = "0.1.9.3"
8
8
  spec.authors = ["Alex Fish", "Jarod McBride", "Tiago Castro"]
9
9
  spec.email = ["fish@ustwo.co.uk", "jarod@ustwo.com", "castro@ustwo.com"]
10
10
  spec.description = "A gift for Juan"
@@ -58,6 +58,9 @@ module Cuesmash
58
58
  # enumerate over each device / OS combination and run the tests.
59
59
  @config['devices'].each do |device, oses|
60
60
  oses.each do |os|
61
+ say "Cleaning up iOS Simulator"
62
+ reset_ios_simulator
63
+
61
64
  say "\n============================\ntesting iOS #{os} on #{device}", :green
62
65
  Cuesmash::Command.execute(device: device,
63
66
  os: os,
@@ -195,6 +198,14 @@ module Cuesmash
195
198
  app: @app.app_path,
196
199
  new_command_timeout: @config['default']['test_timeout'].to_s)
197
200
  appium.execute
201
+ end # android_appium_text
202
+
203
+ #
204
+ # Removes the settings and contents for the iOS simulator.
205
+ #
206
+ # @return [type] [description]
207
+ def reset_ios_simulator
208
+
198
209
  end
199
210
  end # no_commands
200
211
  end # Start class
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuesmash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9.2
4
+ version: 0.1.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Fish
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-01-08 00:00:00.000000000 Z
13
+ date: 2015-01-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler