rubytext 0.1.25 → 0.1.26
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/rubytext_version.rb +1 -1
- data/rubytext.gemspec +2 -1
- metadata +4 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0c50000434ad20cb7840df116171801b29d072998863cb0cb2703bf6336ca04
|
4
|
+
data.tar.gz: f96ba638ab88f3cf872d368e517c5c226fb2170e1d2bfb64b72c0322a7b1b6e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c77ca1db3bf70632673e5870376a62fddbfbde1f26b6b66949514fae6ed63da5377867d08ec1f04bfa5b40a9f6c58b4521f5f6c9afdd02cbaa5e0af8372ca28
|
7
|
+
data.tar.gz: 93b54ed04273d55785a46b5e194dfe23f5cd0a15b5cd4e8553f031410c3516c98ccc3daf3a9548de7eb22ab4985cbea3176d2c7976e0cb87bfc04b99274e7051
|
data/lib/rubytext_version.rb
CHANGED
data/rubytext.gemspec
CHANGED
@@ -15,7 +15,8 @@ Gem::Specification.new do |s|
|
|
15
15
|
s.authors = ["Hal Fulton"]
|
16
16
|
s.email = 'rubyhacker@gmail.com'
|
17
17
|
s.executables << "rubytext"
|
18
|
-
s.add_runtime_dependency 'curses', "~> 1.2", ">= 1.2
|
18
|
+
s.add_runtime_dependency 'curses', "~> 1.3.2" # , ">= 1.3.2"
|
19
|
+
# NOTE: curses 1.4.3 does not cooperate for reasons as yet unknown
|
19
20
|
|
20
21
|
# Files...
|
21
22
|
main = Find.find("lib").to_a
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubytext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.26
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hal Fulton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: curses
|
@@ -16,20 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
20
|
-
- - ">="
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 1.2.5
|
19
|
+
version: 1.3.2
|
23
20
|
type: :runtime
|
24
21
|
prerelease: false
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
26
23
|
requirements:
|
27
24
|
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
30
|
-
- - ">="
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: 1.2.5
|
26
|
+
version: 1.3.2
|
33
27
|
description: Uses the curses gem and extends functionality and ease of use in Ruby.
|
34
28
|
email: rubyhacker@gmail.com
|
35
29
|
executables:
|