kusabi 0.1.0 → 0.1.1

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: 1079d90f3b57ab40930121aab2e9255e11da0bed12b942c00e8a8086734e5ad9
4
- data.tar.gz: 7bbada0e5fbefff63322a81c6a209e9c3fa765fd9b77ddf560072ed6e8a0c40b
3
+ metadata.gz: 279c6a67d81b1a4f1be918bb16e07e1c9c739e3ac0168405eba249371ea0c0a3
4
+ data.tar.gz: '0895d683f76676cb79d7dafe524ae71132ee09844fada0405cfd40ba3e1fdaaa'
5
5
  SHA512:
6
- metadata.gz: 3c538e30d57636ea3dc762b493786caf6ae5ee5852adcabef168e39878479a8f975eaf920393d449ac80ea7b8995b787ee068d0564c658129627718a55383313
7
- data.tar.gz: b369ab6766f6ba0d96c0debe40059727f0c672123324d30f0d413950d731f3d727645ad20764f2e34fbe4ad313127309ae90966a5882d5156902d64547338614
6
+ metadata.gz: 6618d563651faea280187d5d61c8fa3581cd63218a62a8ac30673bee003c0f2a78b112a6dce2c4bc7513d80879832c9e633a7e3c055183738424a0be86ab43ca
7
+ data.tar.gz: 488a22471da9b77ce39f196c66313cb1d8c81cda2689ad0c4432153bdc56d903c2abcb6337a292f7ab6002dc1cfc80130239fd809eebc0ed6a0ef557792a7a40
data/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ## [Unreleased]
2
2
 
3
- ## [0.1.0] - 2021-08-21
3
+ ## [0.1.1] - 2021-08-24
4
4
 
5
- - Initial release
5
+ - Fix document
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kusabi (0.1.0)
4
+ kusabi (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/kusabi.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["ppmasa8"]
9
9
  spec.email = ["kiyokiyopip56@gmail.com"]
10
10
 
11
- spec.summary = "This gem allows you to convert alphabetic or Japanese characters (hiragana and katakana) into cuneiform."
12
- spec.description = "This gem allows you to convert alphabetic or Japanese characters (hiragana and katakana) into cuneiform."
11
+ spec.summary = "This gem allows you to convert alphabet(unimplemented) or Japanese characters (hiragana and katakana) into cuneiform."
12
+ spec.description = "This gem allows you to convert alphabet(unimplemented) or Japanese characters (hiragana and katakana) into cuneiform."
13
13
  spec.homepage = "https://github.com/ppmasa8/kusabi.git"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kusabi
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kusabi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ppmasa8
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-08-24 00:00:00.000000000 Z
@@ -52,8 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: This gem allows you to convert alphabetic or Japanese characters (hiragana
56
- and katakana) into cuneiform.
55
+ description: This gem allows you to convert alphabet(unimplemented) or Japanese characters
56
+ (hiragana and katakana) into cuneiform.
57
57
  email:
58
58
  - kiyokiyopip56@gmail.com
59
59
  executables: []
@@ -90,7 +90,7 @@ metadata:
90
90
  homepage_uri: https://github.com/ppmasa8/kusabi.git
91
91
  source_code_uri: https://github.com/ppmasa8/kusabi.git
92
92
  changelog_uri: https://github.com/ppmasa8/kusabi.git
93
- post_install_message:
93
+ post_install_message:
94
94
  rdoc_options: []
95
95
  require_paths:
96
96
  - lib
@@ -106,8 +106,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  requirements: []
108
108
  rubygems_version: 3.0.3
109
- signing_key:
109
+ signing_key:
110
110
  specification_version: 4
111
- summary: This gem allows you to convert alphabetic or Japanese characters (hiragana
112
- and katakana) into cuneiform.
111
+ summary: This gem allows you to convert alphabet(unimplemented) or Japanese characters
112
+ (hiragana and katakana) into cuneiform.
113
113
  test_files: []