rutl 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rutl/version.rb +1 -1
  3. data/rutl.gemspec +3 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a234a9eee8f10634928c60cfa5ff5e276249734ecbd3dbb595619c547abcdfe
4
- data.tar.gz: 7656acfb1ec3376a1e0e6d06b2506b1ae4174036ae48131fa9360ef982e44431
3
+ metadata.gz: 1c070581c3f9fc5a824bcf84d2ca93bfefdb4d1f156886ac89e6e327998d5e8d
4
+ data.tar.gz: 480622bf3855549371b0fb1ad5d0dc40dddbe5b0bc4a51697ea2b0dea4684ac8
5
5
  SHA512:
6
- metadata.gz: 7159d1e0680e8e34d22a8b1ca90997303ad03b8236b0764f5e521348db3e5f798109874a6e4b378239d9d9b54397213f88503e6a796608c00744d0dff1638ab2
7
- data.tar.gz: af53558f19aea133bd042304c26dd89a9fd459843d4e789a7728ed34c7311198e13aacaeb533b96db7bfc1e1f423a4ddf740c75c9befb291b5a2af7855d9ef53
6
+ metadata.gz: 6082a406b279d01c73083a3719fe30debc6a45ddfafef13a41241db8e5965eeb4a92e62117acb38b71fc7d7c3b4089d4bf36fe8d42278ab9593dfa39c4d9e90e
7
+ data.tar.gz: 463eeec53303226112254a190c856a426200d82a03168a287de6f2543a8bf4b8c4dfd49cb703d28b3e228d902646e10ee516db66b4662f7c38bfb925cd91f50f
data/lib/rutl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RUTL
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
data/rutl.gemspec CHANGED
@@ -9,7 +9,9 @@ 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 = 'One gem to test them all and in the darkness bug them.'
12
+ spec.description = 'DANGER!!! DO NOT USE YET!!! This is a UI library ' \
13
+ 'under construction and only name-squatting for the ' \
14
+ 'moment.'
13
15
  spec.homepage = 'https://github.com/drewcoo/rutl'
14
16
  spec.license = 'MIT'
15
17
 
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Cooper
@@ -136,7 +136,8 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '3.12'
139
- description: One gem to test them all and in the darkness bug them.
139
+ description: DANGER!!! DO NOT USE YET!!! This is a UI library under construction and
140
+ only name-squatting for the moment.
140
141
  email:
141
142
  - drewcoo@gmail.com
142
143
  executables: []