canis 0.0.10 → 0.0.11
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 +5 -5
- data/README.md +6 -0
- data/examples/data/todo.txt +5 -5
- data/lib/canis/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ccb62a5de8425b056e27630bfbfdfd14a8d6dd70fbf7ed088edd99d28bbb00c2
|
|
4
|
+
data.tar.gz: 70e719a10733c1deb4d8a4a1b0101268cdc5a76d43b871ef7f9a1f89013226ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 295f2d4be95aaf57c7ba316b46a348ed3324e49cfa9ba8f7f48a15fbae0282fc8baa95850329e6d4525a13aa8c4a54950af6344f1783393e6578bf682e6ef6aa
|
|
7
|
+
data.tar.gz: 93c55b658895a685deb167b8f330b772ccb34ae6e76c5a7af510147d17d2ac2b23ca2476d1096800b09cb27288a5ff9c61d16cc902f4801bf557241eeee16d70
|
data/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Canis
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
## Last update on 2018-03-05 for ruby 2.5
|
|
5
|
+
|
|
6
|
+
Everything seems to be working fine without any changes.
|
|
7
|
+
|
|
8
|
+
|
|
3
9
|
## Last update on 2017-03-19 for ruby 2.4 (fixnum to Integer).
|
|
4
10
|
|
|
5
11
|
wrapper over ruby ffi-ncurses library with essential components/controls only.
|
data/examples/data/todo.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
1.
|
|
2
|
-
1. simplify %field, two ways of creating a label
|
|
1
|
+
1. clear_row in %textpad can overlap next row if data long
|
|
3
2
|
2. how to override +- * a and others for listbox - need to call before super()
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
2. simplify %Field. datatype and mask is overlapping
|
|
4
|
+
2. simplify %field, two ways of creating a label
|
|
6
5
|
4. %menu - remove complex rare functionality from main code
|
|
6
|
+
4. app to contain window close and confirm close
|
|
7
7
|
4. redo %menu bar -- current code is old and messy
|
|
8
|
-
|
|
8
|
+
4. test out vieditable and listeditable with core
|
|
9
9
|
6. when sorting cursor on old row but curr changed
|
|
10
10
|
.3. Make keylabels more rubyesque - later
|
|
11
11
|
x1. check native_text again to see how much used
|
data/lib/canis/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: canis
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kepler
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-05-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
221
221
|
version: '0'
|
|
222
222
|
requirements: []
|
|
223
223
|
rubyforge_project:
|
|
224
|
-
rubygems_version: 2.6
|
|
224
|
+
rubygems_version: 2.7.6
|
|
225
225
|
signing_key:
|
|
226
226
|
specification_version: 4
|
|
227
227
|
summary: ruby ncurses library for easy application development
|