rcurses 4.9.1 → 4.9.3

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: a77c4c0652c69c4c0c1155e81e4512cdd386420b94e12721457b0c72319e2e49
4
- data.tar.gz: 3f6ec3a28666958f322b031d869c95f7cad341a5d661787c0c3a3fafc7e7e9fc
3
+ metadata.gz: 1ab3ccfc2b2fe92b6b42bdff7a1bf95399e1bf415e2b7dbae3a0d1b24e17b53f
4
+ data.tar.gz: 13acd90ed3ece64effb08d3d719ede5edce071b6b338224e740955f1d9fa1f67
5
5
  SHA512:
6
- metadata.gz: c1d0fff2db68abca9ebc92ca29679850a539aa75fd76044a0efb17390938e76b4f6502323077d23b59597b21a315e40da7726e5cc37a2b4355855be6279bc370
7
- data.tar.gz: '09aca1b88247fa426e56eba9d8db9c2bfc30bb8d58341de9fb19e77e45e73fc8e340bef90cb8ca67ebdc280260f384192098d9dbb45ed07b0d15861025dbcd45'
6
+ metadata.gz: 65d3713bd0c3fd51e248aa407a7368b36630913e6587cfd460309da2f68da8cf1c57651d93d0f38eea9028849f1b465c98d4b64938e26dce0f909d91d89bc6b3
7
+ data.tar.gz: ace90cfd76994f308fe8d3a3d9d28bcd8d59709b80b5c285583dadbbaae4e26552888637aadffb2203cab96bbb28ee3727296f2bfb778fe70392f01aab9bdc03
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.1
4
+ version: 4.9.3
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.1: Critical fix - preserve existing
33
- ANSI codes in Pane text rendering.'
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.'
34
34
  email: g@isene.com
35
35
  executables: []
36
36
  extensions: []