itms_automation 1.8 → 1.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 +4 -4
- data/lib/itms_automation/auto_util.rb +1 -5
- data/lib/itms_automation/version.rb +1 -1
- data/project/features/support/env.rb +0 -1
- metadata +1 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3cd33a56017874390bf06146259f97f12fb33f5d059e47d963671cc9f1a4ff3
|
|
4
|
+
data.tar.gz: c61c4ffb48e9531d396673c45d4a25a6f29f02f189584c1f1dd4d66993c65ab3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75ef344cee7343f2665b2aa87a35d1640dc4bca09936e46c0444f564f97926017337f7112c51f4c39613964754da1440df3a242a5d3f8f546c07619b8aa6c897
|
|
7
|
+
data.tar.gz: c96a1255d27529709054fd2262faf4d3e8ea1e2fea33955b4df36277fa983c2e46c76facc278017fbba4302cf9899d8a3a191484d81ad3933a7b5c03094487b8
|
|
@@ -147,11 +147,7 @@ def print_log(status, start, method, *args)
|
|
|
147
147
|
end
|
|
148
148
|
end
|
|
149
149
|
|
|
150
|
-
|
|
151
|
-
puts "#{icon} Step: #{method}(#{str}) (#{duration(start)})".green
|
|
152
|
-
else
|
|
153
|
-
puts "#{icon} Step: #{method}(#{str}) (#{duration(start)})".red
|
|
154
|
-
end
|
|
150
|
+
puts "#{icon} Step: #{method}(#{str}) (#{duration(start)})"
|
|
155
151
|
end
|
|
156
152
|
|
|
157
153
|
def get_object_value(str_obj)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: itms_automation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '1.
|
|
4
|
+
version: '1.9'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anh Pham
|
|
@@ -132,20 +132,6 @@ dependencies:
|
|
|
132
132
|
- - "~>"
|
|
133
133
|
- !ruby/object:Gem::Version
|
|
134
134
|
version: 0.3.2
|
|
135
|
-
- !ruby/object:Gem::Dependency
|
|
136
|
-
name: colorize
|
|
137
|
-
requirement: !ruby/object:Gem::Requirement
|
|
138
|
-
requirements:
|
|
139
|
-
- - "~>"
|
|
140
|
-
- !ruby/object:Gem::Version
|
|
141
|
-
version: 0.8.1
|
|
142
|
-
type: :runtime
|
|
143
|
-
prerelease: false
|
|
144
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
145
|
-
requirements:
|
|
146
|
-
- - "~>"
|
|
147
|
-
- !ruby/object:Gem::Version
|
|
148
|
-
version: 0.8.1
|
|
149
135
|
description: Behavior driven development (BDD) approach to write automation test script
|
|
150
136
|
to test GUI, RESTful, SOAP, Database, eMail.
|
|
151
137
|
email:
|