just-ansi 0.2.0 → 0.2.1

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
2
  SHA256:
3
- metadata.gz: de63b65fe1ca722779a0847310877197661780173df41c2f95178c36a5b85cb4
4
- data.tar.gz: 2893de40b471bb6c461a9dc16e82fcfc990ee12172440cfac17f49b2192c49b2
3
+ metadata.gz: 4bc8e95b8442246c0bb54c0fc9fd4bbb0196023a254f0127cd77f1699c7af47d
4
+ data.tar.gz: de0c011547c12fdc2568233a17d40b0228ea4604f5114db02c860d67c0737ad9
5
5
  SHA512:
6
- metadata.gz: b7a6bbaab57d7c56d8579cc5120e48ea2f5be68831f848102883b48c32a81a175c2cb0823d147b9c7ec8ea385355d612c17b1da79dbf04b8928d40a92052f326
7
- data.tar.gz: 169589c1a0bf8712c233bb64a87cca32dc4248d2d9564542b6c9edfbc166587609e72c5adf87551c800c97559f87d51c74a06d0425f66c7a6d8c611601fff2e7
6
+ metadata.gz: 918be47dc5e4562af228c7a82e32713424fcd771cf78b174ae72fd8bfea37011af96a40b07564be935e4d28f25bb855d07a4db6cce058781b2a7ccc3998ad4f1
7
+ data.tar.gz: a908ba695fc54a3503e7faccab0fabeaded67385b3ff0a2a42ad7c12615ad6e2dc1aab81c8ca331d77bf040f417cd5f101181cf9d00cf08eb7577294b975a897
@@ -1,5 +1,4 @@
1
1
  # frozen_string_literal: true
2
- # shareable_constant_value: literal
3
2
 
4
3
  module JustAnsi
5
4
  ATTRIBUTES = {
@@ -2,5 +2,5 @@
2
2
 
3
3
  module JustAnsi
4
4
  # The version number of the gem.
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
data/lib/just-ansi.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  # frozen_string_literal: true
2
- # shareable_constant_value: literal
3
2
 
4
3
  #
5
4
  # Simple and fast ANSI control code processing.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: just-ansi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Blumtritt