i_to_kan 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 775e3e75fb5ce4d4f4315e67d724a4e1956cb30fa529ae4f2defcf39554542ef
4
- data.tar.gz: 3acdb4793607bcbb24d34a7f1f0865398e51e408c24274d0cf8707c54a8e45a7
3
+ metadata.gz: 96b9f26318f2bace9cdb5d4e8568b5c6fac2bfa29dbc56849f70b4ec6bd4ec40
4
+ data.tar.gz: 796cfb9f6a75aaf9b07aa66eca93e9e9a0eadfd29728899caeb863ad3b9ac249
5
5
  SHA512:
6
- metadata.gz: 8916d8e1ec66378988116a967d2c72f9cdd957d681962c1d9ba94af538e24e24616fd96722b6cc2e372ba88ec78cc6635b17cc65044d66d7505f1988d1eed467
7
- data.tar.gz: c915135420b89a2b018db0d7a2d3c262b677d3178498cb57b5c11e63b366f65f66be69c03ccf0167a44345e8fd484b5c3085646329d371999ad19cf59467d1bd
6
+ metadata.gz: 60a9c7b834ca3c289e934f788c65149430d7ad3597b5422e90e2f35f47113038dffe7c36050701645c3226c1dee5056d0769bac8cfb851d056ce7481e679a027
7
+ data.tar.gz: 277dcd8e3a489b363f02d080b605d465dd87d4efe59939fad61739db0903e98caaa2b388318b550ff9e153291d768036920fce93828aafa8ac9a9fe0ee87a6b8
data/i_to_kan.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["5054936+kokisone@users.noreply.github.com"]
10
10
 
11
11
  spec.summary = "This gem is an extension to the Integer class that converts numbers to Japanese characters, kansuji."
12
- spec.description = "半角数字を漢数字に変換するIntegerクラスの拡張です。"
13
- spec.homepage = "https://github.com/kokisone"
12
+ spec.description = "半角数字を漢数字に変換するIntegerクラスの拡張です。This gem is an extension to the Integer class that converts numbers to Japanese characters, kansuji."
13
+ spec.homepage = "https://github.com/kokisone/i_to_kan"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
16
16
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IToKan
4
- VERSION = "0.1.0"
4
+ VERSION = "1.0.0"
5
5
  end
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i_to_kan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - kokisone
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-02-17 00:00:00.000000000 Z
11
+ date: 2021-02-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: 半角数字を漢数字に変換するIntegerクラスの拡張です。
13
+ description: 半角数字を漢数字に変換するIntegerクラスの拡張です。This gem is an extension to the Integer
14
+ class that converts numbers to Japanese characters, kansuji.
14
15
  email:
15
16
  - 5054936+kokisone@users.noreply.github.com
16
17
  executables: []
@@ -31,11 +32,11 @@ files:
31
32
  - i_to_kan.gemspec
32
33
  - lib/i_to_kan.rb
33
34
  - lib/i_to_kan/version.rb
34
- homepage: https://github.com/kokisone
35
+ homepage: https://github.com/kokisone/i_to_kan
35
36
  licenses:
36
37
  - MIT
37
38
  metadata:
38
- homepage_uri: https://github.com/kokisone
39
+ homepage_uri: https://github.com/kokisone/i_to_kan
39
40
  post_install_message:
40
41
  rdoc_options: []
41
42
  require_paths: