kompo 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/kompo/version.rb +1 -1
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 530a1741287a0f2ef4705f078d5dcce97879b84b9cc222f5c005741a5a0b05e1
4
- data.tar.gz: 9fdd81108938288b9908ca3c34af707e24d3a0f1fb2bf31fae33fba22d34381d
3
+ metadata.gz: 6cdffb0d1cbd44d52b0bb2f0b580d16a44dd2b9f09e8cad75b23ee1fe1eacef2
4
+ data.tar.gz: 7e9850ae1d5c28dd61a3c1114ddb9e7a61c4e8722d2b2fca9ccf37bbbe09c26b
5
5
  SHA512:
6
- metadata.gz: 514af116c063da5503567dd8e2f6e94d64e9f7075264cb56a2d829e954eec36c225dec8c194f806c62daf1b76a2eddfaaf7a2087f4c3d7b5de8801f2046e5692
7
- data.tar.gz: 25880f8208dc8df0f82c815375804ad34c558945a3ae7d037cdc35f621312fffcd95ebd22361d7f84ffba14825df32d6250cb236cca1b652a83b83ded90bb423
6
+ metadata.gz: 0aade69b9fac9b8edf5e7cde1dab33f1491215cb26dab5980378c7907f168e12a03b84fb96c48b8b59aa36ad78e66306f320522875f7388ccd450eace50ca2d9
7
+ data.tar.gz: 74dfd32c67932c14163049204566005182fdb24f29db5c207ecc5efc13677bc9aef3bbc173718059a01212599e01a57b2e41da4fa6db029fb5d7eac0e329ddf4
data/lib/kompo/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kompo
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kompo
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
  - Sho Hirano
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-03 00:00:00.000000000 Z
11
+ date: 2024-04-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Write a longer description or delete this line.
13
+ description: A tool to pack Ruby and Ruby scripts in one binary. This tool is still
14
+ under development.
14
15
  email:
15
16
  - ahogappa@gmail.com
16
17
  executables:
@@ -58,5 +59,5 @@ requirements: []
58
59
  rubygems_version: 3.4.10
59
60
  signing_key:
60
61
  specification_version: 4
61
- summary: Write a short summary, because RubyGems requires one.
62
+ summary: A tool to pack Ruby and Ruby scripts in one binary.
62
63
  test_files: []