khanh 0.0.4 → 0.0.5

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 +8 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f2e1f1d9c93b3720bc140bddb38f92e34cdcee7f8662237ae3ddce78630247a
4
- data.tar.gz: 895a8f66a9f10b9446ba7655f8e5b58b5f6fc7300a8255efe1dc0b27087ef2bd
3
+ metadata.gz: 84eecc7a423611278c35dd1586e338215f5bf1b58235fe75e9a284ace17b5c2c
4
+ data.tar.gz: 1a33adad08e90586aa8264b8badcd3046a810047f440c896f5097889b5b8ddaf
5
5
  SHA512:
6
- metadata.gz: 833b7d669fe48c982c720aeebc4dd15119bb7e4493a3cf97564dc2da07fbe31f107a9c7af07b97241ec8b60ae6b8938b44a947e4c63b588cd75029d65d5763db
7
- data.tar.gz: c650116a2d63e2e17baabce9c4bcfb4c4e344857b5955a049bd6876b63d335f139f9a4dd3781a4095eecceb671a41eaaa7c556a6c06d7efbf357ab4621869cf0
6
+ metadata.gz: eeba5de9ad63046438602dcd75d6c59fae79d6cc1ad701fdb56100adf756c7d547231eeac0e18c0867079fc4f80cc72ae45637543665d772cf2095ed6cff32c6
7
+ data.tar.gz: 8c0620755f2168bc7ffd5d610ac6ce8c427d480c8b65ffa94dd9457497aebed06f9f602cdf544b0579661ba360be8ec87d81d02939c45b453663cd8fda28b5eb
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: khanh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Khanh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-13 00:00:00.000000000 Z
11
+ date: 2024-03-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: C-ruby from Khanh
13
+ description: a ruby gem with an C extension from Khanh.
14
14
  email: dreamproperty.khanh@gmail.com
15
15
  executables: []
16
16
  extensions:
@@ -21,10 +21,12 @@ files:
21
21
  - ext/khanh/khanh.so
22
22
  - lib/khanh.rb
23
23
  - lib/khanh/extension.rb
24
- homepage: https://github.com/khanh-devos/gem-cruby
24
+ homepage:
25
25
  licenses:
26
26
  - MIT
27
- metadata: {}
27
+ metadata:
28
+ allowed_push_host: https://rubygems.org
29
+ homepage_uri: https://github.com/khanh-devos/gem-cruby
28
30
  post_install_message:
29
31
  rdoc_options: []
30
32
  require_paths:
@@ -43,5 +45,5 @@ requirements: []
43
45
  rubygems_version: 3.5.6
44
46
  signing_key:
45
47
  specification_version: 4
46
- summary: a collection of ruby methods operated in C
48
+ summary: a collection of ruby methods operated in C env.
47
49
  test_files: []