ppp_coloring 0.1.2 → 0.1.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ppp_coloring/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d613aba383ef49a58614c2307d9321ff29efe297509f591a8904958e1a8786f2
4
- data.tar.gz: 3016d17b3f0a0dd0b793551e7c09260e48d1762b5cd6f2f0c741137e0d5033a5
3
+ metadata.gz: 987ca983f621c5f42cc9dc123e44aaf0dc0a79142a11251da6267cca20451ae4
4
+ data.tar.gz: 1871626847e2129bd6af4ab59367327e998f21ee79fde52e087e1717a989eac8
5
5
  SHA512:
6
- metadata.gz: c9640c56052ace48116c0a54c92ff941ad07b9e2cab9200621eb22052d913935c1b221a366634c10f749ce916fbfedac77dd0103e4814da3715d469a80b0d53a
7
- data.tar.gz: 7a043ec6aff41fb27ca13545252d4f7508a23045eeed7d3ea2600732f434afbb93223667a4d3bcf80f488ffd57f3405ffa3fd58380985a55597c96a075feca5c
6
+ metadata.gz: 7b69938c18c72f816cc301248c72ec11f08a88717f6f2a26c64ee0bf589b49ee5fa85201804e64dde252a619b26e72347660d564e686b914dd2cd0ba7c5bd781
7
+ data.tar.gz: bc8ea66ce906ca1d4bce008e10c394269d5b3b9cd02bcf9342a828ae8d63179d702d0f4e883097bac1e77e1d514684980351965f582ad1644d325e8d4288b500
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PppColoring
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ppp_coloring
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - pnpk
@@ -9,7 +9,7 @@ bindir: exe
9
9
  cert_chain: []
10
10
  date: 2025-01-13 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: コンソール出力時に文字列を色付けするためのライブラリ
12
+ description: Library for coloring strings in console output
13
13
  email: pnpk00@gmail.com
14
14
  executables: []
15
15
  extensions: []
@@ -47,5 +47,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
47
  requirements: []
48
48
  rubygems_version: 3.6.2
49
49
  specification_version: 4
50
- summary: コンソール出力時に文字列を色付けするためのライブラリ
50
+ summary: Library for coloring strings in console output
51
51
  test_files: []