curses-extension 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +8 -8
- /data/{lib/README.md → README.md} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c10f1ddc15494c0013a4d678c69d231be563f269ede3dd2a0359b375c79f4c93
|
4
|
+
data.tar.gz: 39cb3adb2a69bcd6336cf04e611cd6b3b63bf946763f30dd615292d42cf24a27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c50d4c520d5aa6cc4df91595507b3347dd7e215f095fa2f95408d06649623031a60b7f91964aa9c581fce740384954eaac931ea2ea53ada7abdb09c8ba70e60f
|
7
|
+
data.tar.gz: d9a8709107fa70f83cf32d62154fcb7bfc25bb394cf3892ae8c6b825f87d467f62cd7894f5197284a2aaa2eb777f3e599e8b8d17d81dc058b96b084f7e769e51
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: curses-extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geir Isene
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: curses
|
@@ -36,13 +36,13 @@ description: 'The Ruby curses library is sorely lacking some important features.
|
|
36
36
|
properties and functions are included: https://github.com/isene/Ruby-Curses-Class-Extension.
|
37
37
|
The curses_template.rb is also installed in the lib directory and serves as the
|
38
38
|
basis for my own curses applications. New in 3.0: Major rewrite. Lots of changes/improvements.
|
39
|
-
3.0.
|
39
|
+
3.0.2: Path fix'
|
40
40
|
email: g@isene.com
|
41
41
|
executables: []
|
42
42
|
extensions: []
|
43
43
|
extra_rdoc_files: []
|
44
44
|
files:
|
45
|
-
-
|
45
|
+
- README.md
|
46
46
|
- lib/curses-extension.rb
|
47
47
|
- lib/curses-template.rb
|
48
48
|
homepage: https://isene.com/
|
@@ -50,7 +50,7 @@ licenses:
|
|
50
50
|
- Unlicense
|
51
51
|
metadata:
|
52
52
|
source_code_uri: https://github.com/isene/Ruby-Curses-Class-Extension
|
53
|
-
post_install_message:
|
53
|
+
post_install_message:
|
54
54
|
rdoc_options: []
|
55
55
|
require_paths:
|
56
56
|
- lib
|
@@ -65,8 +65,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
67
|
requirements: []
|
68
|
-
rubygems_version: 3.
|
69
|
-
signing_key:
|
68
|
+
rubygems_version: 3.4.20
|
69
|
+
signing_key:
|
70
70
|
specification_version: 4
|
71
71
|
summary: Extending the Ruby Curses module with some obvious functionality
|
72
72
|
test_files: []
|
File without changes
|