symbolify 1.4.1 → 1.4.2

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: 47b4f1b353303b6bcfbc5d25ce958970a426d871c73e1e17433ab945a7c99d0a
4
- data.tar.gz: 564d36a4738bbf4356b7820d65cff31452be0c456034c5a33cb469ae05fd26e7
3
+ metadata.gz: 166f93fcd9a18871543b15eef46437ac2b7d796bd05484d5b9f4215ddc10c1c6
4
+ data.tar.gz: 0a38ad4b0e8c79dffed1c7058573fd08010718303c65f8d62fa5c934b7f547ca
5
5
  SHA512:
6
- metadata.gz: 5e623b046b466ed667f4d02cabdd90b4e56cdcb2015f4c7e799fdc80c1655f4510410b13ef0e4c04b5ca393a5c8023024cc329b2eaafef534cb8b2c24bda2034
7
- data.tar.gz: 6933e433947ba54e31a0ff8687b4dc38d951b80abb4618902a48b82e918d12b3a3fa39619248996bf7d6d0d21fcb56e921ac32c870845d2c3a7c41894d1cbc5f
6
+ metadata.gz: f62ee9f1dd504b45143eef8bd3a4907fcb98bfec4c48deee47b4f5f5d3ede6ab4306a20f676b2c73c4a6d00d7f84d44a549fd7bf0d44bcbbbf6eaef849b08855
7
+ data.tar.gz: 767d4e44930486749844e5f8fba084b999011bd40e751d90ae968855633763b00f43fccb260bc0162125f14b3c6a0ddbc96c58a05a728b63e41a244be391907b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## CHANGELOG
2
2
 
3
+ ### 1.4.2
4
+
5
+ * 2026 rerelease - update ci, no changes
6
+
3
7
  ### 1.4.1
4
8
 
5
9
  * 2022 rerelease - update ci, no changes
data/Gemfile.lock CHANGED
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- symbolify (1.3.1)
4
+ symbolify (1.4.2)
5
5
  characteristics (>= 0.8, < 2.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- characteristics (1.0.0)
11
- unicode-categories (~> 1.2)
10
+ characteristics (1.9.0)
11
+ unicode-categories (~> 1.12)
12
12
  minitest (5.10.2)
13
13
  rake (12.0.0)
14
- unicode-categories (1.2.0)
14
+ unicode-categories (1.12.0)
15
15
 
16
16
  PLATFORMS
17
17
  ruby
data/MIT-LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2017-2022 Jan Lelis, https://janlelis.com
1
+ Copyright (c) 2017-2026 Jan Lelis, https://janlelis.com
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -37,4 +37,4 @@ puts Symbolify.symbolify "\x80" # �
37
37
 
38
38
  ## MIT License
39
39
 
40
- Copyright (C) 2017-2022 Jan Lelis <https://janlelis.com>. Released under the MIT license.
40
+ Copyright (C) 2017-2026 Jan Lelis <https://janlelis.com>. Released under the MIT license.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Symbolify
4
- VERSION = "1.4.1"
4
+ VERSION = "1.4.2"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: symbolify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Lelis
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-14 00:00:00.000000000 Z
11
+ date: 2026-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: characteristics
@@ -54,7 +54,7 @@ licenses:
54
54
  - MIT
55
55
  metadata:
56
56
  rubygems_mfa_required: 'true'
57
- post_install_message:
57
+ post_install_message:
58
58
  rdoc_options: []
59
59
  require_paths:
60
60
  - lib
@@ -69,8 +69,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.3.7
73
- signing_key:
72
+ rubygems_version: 3.5.16
73
+ signing_key:
74
74
  specification_version: 4
75
75
  summary: Represent arbitrary code points in the terminal
76
76
  test_files: