rutl 0.2.0 → 0.2.1
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/.gitignore +1 -0
- data/README.md +1 -1
- data/lib/rutl/version.rb +1 -1
- data/rutl.gemspec +1 -3
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cc8b6905f9d8a505779925d3d85bca28fa334677a8c3c301eca6f960fd4795a
|
|
4
|
+
data.tar.gz: 841b286a1a36c99642495bd8a638cc68c361254f6a0a3a2c673ff0b155da634a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fec1a528ed212affc96add10a953bc5aabb76016f34d9efc9b676c5d7df4cc44a4695b9ce87a096ff882ae8ff845340385e88a25080584787ae0b9bc4668f8f6
|
|
7
|
+
data.tar.gz: 4c3aebb3e24f4dbbd5ac5260ea2a48a1a21a0513ec7288c51c2fa5e0261897bbece23f04cee0d0cf2f3560a9a3b53392cbb74b317dce47129f9a29a3ecfb1611
|
data/.gitignore
CHANGED
data/README.md
CHANGED
|
@@ -176,10 +176,10 @@ Coming up soon in almost no order:
|
|
|
176
176
|
* Corboba?
|
|
177
177
|
* Same with iPhone.
|
|
178
178
|
* Same Cordoba test app?
|
|
179
|
+
* Documentation. RDoc?
|
|
179
180
|
* Others?
|
|
180
181
|
* Spidering page object maker. Or selector checker/fixer?
|
|
181
182
|
* Possibly pair the null browser with auto-generated pages for ______?
|
|
182
|
-
* Call rutl.rb properly.
|
|
183
183
|
* Optional install of test resources based on machine type.
|
|
184
184
|
* Instructions about machine installs to help people using gem.
|
|
185
185
|
* Pair with some kind of VM, Docker container, AMI, or something.
|
data/lib/rutl/version.rb
CHANGED
data/rutl.gemspec
CHANGED
|
@@ -9,9 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ['drewcoo@gmail.com']
|
|
10
10
|
|
|
11
11
|
spec.summary = 'Ruby Ui Test Library'
|
|
12
|
-
spec.description = '
|
|
13
|
-
'under construction and only name-squatting for the ' \
|
|
14
|
-
'moment.'
|
|
12
|
+
spec.description = 'This is a UI library under construction at the moment.'
|
|
15
13
|
spec.homepage = 'https://github.com/drewcoo/rutl'
|
|
16
14
|
spec.license = 'MIT'
|
|
17
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rutl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Drew Cooper
|
|
@@ -164,8 +164,7 @@ dependencies:
|
|
|
164
164
|
- - "~>"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
166
|
version: '3.0'
|
|
167
|
-
description:
|
|
168
|
-
only name-squatting for the moment.
|
|
167
|
+
description: This is a UI library under construction at the moment.
|
|
169
168
|
email:
|
|
170
169
|
- drewcoo@gmail.com
|
|
171
170
|
executables: []
|