markw-wcwidth 0.0.2 → 0.0.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.
- checksums.yaml +4 -4
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ae0ab467b6b18c77d0e4bffb2fd51e39d429a76
|
4
|
+
data.tar.gz: 8064017107172f468ef96025a2a224d2583c8fef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9cc53b07477fd07ddff8807b38ee8cf163e5dbee1556c852d50e9cba21b1cb8481eb395fe92f29d1222607414ade357dadc88715be8d7787005a72f4cdc1ad73
|
7
|
+
data.tar.gz: f0c05410caddcf8039a6a11fd1d5720ca2174d0761e05478efc9eee597aadefbfc90181056524037da41dc04a5e4e344820096a5cbef5b408e12ff40afc359a4
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: markw-wcwidth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- markw
|
@@ -39,5 +39,6 @@ rubyforge_project:
|
|
39
39
|
rubygems_version: 2.2.2
|
40
40
|
signing_key:
|
41
41
|
specification_version: 4
|
42
|
-
summary:
|
42
|
+
summary: This is the same as the implementation from 'shura', but optimized for the
|
43
|
+
data that I care about
|
43
44
|
test_files: []
|