cuesmash 0.1.9.2 → 0.1.9.3
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/Gemfile.lock +3 -3
- data/cuesmash.gemspec +1 -1
- data/lib/cuesmash/start.rb +11 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 24b88fa67a0b71f21ed1f54e5600d5c8ebdf86fc
|
|
4
|
+
data.tar.gz: 9d4bacd9242c33595972e3466384f04696fb46c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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"
|
data/lib/cuesmash/start.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
13
|
+
date: 2015-01-15 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|