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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 100c19d4e865873162c8b2d6fef35433cfad509517fe33947f3620b8ec3e1501
4
- data.tar.gz: c89348d198df34fb5574dff6ca684df5d7b9509726a6aa6524990ebe86549b8f
3
+ metadata.gz: 2cc8b6905f9d8a505779925d3d85bca28fa334677a8c3c301eca6f960fd4795a
4
+ data.tar.gz: 841b286a1a36c99642495bd8a638cc68c361254f6a0a3a2c673ff0b155da634a
5
5
  SHA512:
6
- metadata.gz: 8bc3dcf1eb98a2f2359fd631b31550f722704b975a13eeab7bd348fe4f691f0433e12ccd446967aaf8bc77138252c005d025f6c59bafcf3a3ae66dbabf12277f
7
- data.tar.gz: 95c3525a9dfdf0981584e6d7040c1a781229f824d7581b935c0fa8a56e9704151140a5be9aa101d0c6f720021ce0ce476e340ad158cde17495d8cd42cfd649e8
6
+ metadata.gz: fec1a528ed212affc96add10a953bc5aabb76016f34d9efc9b676c5d7df4cc44a4695b9ce87a096ff882ae8ff845340385e88a25080584787ae0b9bc4668f8f6
7
+ data.tar.gz: 4c3aebb3e24f4dbbd5ac5260ea2a48a1a21a0513ec7288c51c2fa5e0261897bbece23f04cee0d0cf2f3560a9a3b53392cbb74b317dce47129f9a29a3ecfb1611
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  /.bundle/
2
+ /.gem
2
3
  /.yardoc
3
4
  /debug.log
4
5
  /Gemfile.lock
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
@@ -1,3 +1,3 @@
1
1
  module RUTL
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.freeze
3
3
  end
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 = 'DANGER!!! DO NOT USE YET!!! This is a UI library ' \
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.0
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: DANGER!!! DO NOT USE YET!!! This is a UI library under construction and
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: []