string-width-tanasinn 0.0.2 → 0.0.2.1
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.
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.email = ["tadsan@zonu.me"]
|
|
11
11
|
gem.description = %q{this gem provide module function that imported the algorithm to measure the width of the Charactor from `tanasinn' terminal emulator. The function is divided into the thing except thing and it for CJK environment.}
|
|
12
12
|
gem.summary = "imported the algorithm to measure the width of the Charactor from `tanasinn' terminal emulator."
|
|
13
|
-
gem.homepage = "https://github.com/zonuexe/string-width-tanasinn"
|
|
13
|
+
gem.homepage = "https://github.com/zonuexe/ruby-string-width-tanasinn"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: string-width-tanasinn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.2
|
|
4
|
+
version: 0.0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -34,7 +34,7 @@ files:
|
|
|
34
34
|
- spec/wcwidth_spec.rb
|
|
35
35
|
- string-width-tanasinn.gemspec
|
|
36
36
|
- wcwidth.js
|
|
37
|
-
homepage: https://github.com/zonuexe/string-width-tanasinn
|
|
37
|
+
homepage: https://github.com/zonuexe/ruby-string-width-tanasinn
|
|
38
38
|
licenses: []
|
|
39
39
|
post_install_message:
|
|
40
40
|
rdoc_options: []
|