rubytext 0.0.44 → 0.0.45

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubytext.rb +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8da5161f346670f599c83421e2afce02a97086876fbdf503128b0028e277ff0a
4
- data.tar.gz: f32bbf5a7e09479a2b06f02bc85c2918da76f44503ee827722c4d77687874efc
3
+ metadata.gz: 300a9466ed6acf8da10a0f5d941eb37bfa9c9e5d288c9941f8bc29fb5fc698b6
4
+ data.tar.gz: 970639b6571c00d7726a20b72a12f5b6223400c134a530f578f463c96f5e1325
5
5
  SHA512:
6
- metadata.gz: 3d1a385ecafbb8647617c71ae220221ad6c6f7245063d5cd81b5ca72c7a0524ee0fc909e854d082f31e5532c35bf2b2c49b532adeb1214283d9d0e4550529946
7
- data.tar.gz: b695005b05ac1f2a32f5b349c78ea65582aa8d538adf974dd594e29323ad56a64508f5aee21b8ce2c3cb63c085d31997b575a3dbcb4357eb8fd87773c6975c46
6
+ metadata.gz: d5444630bd193e328eb0be786de4a1f0348b5450e65c36e1f731a89ecccaf4cd8cfcbd263c8b7edf56214371ed1e8df734bcff703d553efca91cbd0340e60f5c
7
+ data.tar.gz: d8b420ce4fcc40c92d718969efe58f20010b85791efe648d4b570932b74cd81d9b3443a67d5e0fab25925de5c0f12d9ffdaf0ab42397966029197e5fc9f5c9ea
data/lib/rubytext.rb CHANGED
@@ -10,7 +10,7 @@ require 'output' # RubyText, RubyText::Window, Kernel
10
10
  require 'keys' # RubyText::Keys
11
11
  require 'menu' # RubyText
12
12
  require 'window' # RubyText::Window
13
- require 'colors' # RubyText, RubyText::Window
13
+ require 'color' # RubyText, RubyText::Window
14
14
  require 'navigation' # RubyText::Window
15
15
  require 'settings' # RubyText
16
16
 
data/lib/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  module RubyText
3
- VERSION = "0.0.44"
3
+ VERSION = "0.0.45"
4
4
 
5
5
  Path = File.expand_path(File.join(File.dirname(__FILE__)))
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubytext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.44
4
+ version: 0.0.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hal Fulton