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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2aedc552388d718a2fa0b3f1348cbf1b0abca82c
4
- data.tar.gz: 4b979f79c31ce74c68493c171bf52c05edc4d6b8
2
+ SHA256:
3
+ metadata.gz: ccb62a5de8425b056e27630bfbfdfd14a8d6dd70fbf7ed088edd99d28bbb00c2
4
+ data.tar.gz: 70e719a10733c1deb4d8a4a1b0101268cdc5a76d43b871ef7f9a1f89013226ef
5
5
  SHA512:
6
- metadata.gz: cb9f4d74881cbab7ad7d321fc689ffaaf799e59faff2a9930288ec1362ff2acf06eb6ab342265c5c89dfafb64a7d887a008d133d0e771cd3b25e2e285a4d09b8
7
- data.tar.gz: 37af1c730ea7023e12f011d068010929624fe0e0c89feea74b2d643f71e075c7b2bf2732f01d23785a572425d25e346043a6b970d98c41fedbfc2ebd72d2a73d
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.
@@ -1,11 +1,11 @@
1
- 1. simplify %Field. datatype and mask is overlapping
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
- 3. clear_row in %textpad can overlap next row if data long
5
- 4. app to contain window close and confirm close
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
- 5. test out vieditable and listeditable with core
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
@@ -1,3 +1,3 @@
1
1
  module Canis
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
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.10
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: 2017-03-19 00:00:00.000000000 Z
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.8
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