rcurses 4.9.3 → 4.9.4

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 (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ab3ccfc2b2fe92b6b42bdff7a1bf95399e1bf415e2b7dbae3a0d1b24e17b53f
4
- data.tar.gz: 13acd90ed3ece64effb08d3d719ede5edce071b6b338224e740955f1d9fa1f67
3
+ metadata.gz: 26aa4084a7e60a2da827d96974c2eefa1f5f49c592858148e479857346b92f13
4
+ data.tar.gz: 56c0a760d5d082b5927eca4d4d7c3952525d82ed3689f4f0f6ffb253235d8e87
5
5
  SHA512:
6
- metadata.gz: 65d3713bd0c3fd51e248aa407a7368b36630913e6587cfd460309da2f68da8cf1c57651d93d0f38eea9028849f1b465c98d4b64938e26dce0f909d91d89bc6b3
7
- data.tar.gz: ace90cfd76994f308fe8d3a3d9d28bcd8d59709b80b5c285583dadbbaae4e26552888637aadffb2203cab96bbb28ee3727296f2bfb778fe70392f01aab9bdc03
6
+ metadata.gz: a3f1885d497548d271e8c1c85b73eb161edf1f5a73e627175a108180fd9a745dc4eba93af13ec0ad0ad84957ab02b3419fd1233bc5c2ad582a66ad6c2b411227
7
+ data.tar.gz: fd6e8f2c3efc3f0169cb41d5901fe002d3350b8c0fd083378555d08be4caa2472312bc2bf23adf5b4e157a6ce54858aaf4c9aae1265d60ef658c2a9002f5d165
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcurses
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.3
4
+ version: 4.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
@@ -29,8 +29,8 @@ description: 'Create curses applications for the terminal easier than ever. Crea
29
29
  up text (in panes or anywhere in the terminal) in bold, italic, underline, reverse
30
30
  color, blink and in any 256 terminal colors for foreground and background. Use a
31
31
  simple editor to let users edit text in panes. Left, right or center align text
32
- in panes. Cursor movement around the terminal. 4.9.3: Reverted to stable 4.8.3 codebase
33
- after 4.9.0-4.9.2 color issues.'
32
+ in panes. Cursor movement around the terminal. 4.9.4: Stable release with proper
33
+ color handling restored.'
34
34
  email: g@isene.com
35
35
  executables: []
36
36
  extensions: []