asian_character 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 +8 -8
- data/asian_character.gemspec +2 -2
- data/lib/asian_character/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDcyMDk3MTNlNGEyOThiNGViODU5NzQ4YWY1OTc5MTQxYmNmOGJiNA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZjUwMDc0MDNlMTJkNTMzNGY4OWQ3NjQ3ODVmMTExZWExNjllNjQ1MA==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTE3MzBhN2M2Mzc5YTZlMWNmY2YyMjY5MjgxZmM2ZTVlMjk2OTJmYzI1YjJi
|
|
10
|
+
OGNmNjBlZmUyYjUzY2Y5M2E1NjA0YTA5ZmVhNzdmY2E2NGVkZTA2NjhmMzRm
|
|
11
|
+
Y2IzYjM1YTk2ZmI3ZTY0OWYyZjVkNjBjZjAzYzljODIyZWE5OWY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODljYWFiZDQ2NmI2M2Q0YjQzYjY1OGUwNGRkNTRiNzkzZTIwNWViZmQ0NDI0
|
|
14
|
+
NjAyYTFlYjRjNDAwYTcyNTI0ODllNzJiYjkwNDJkYTU4MTcxYzVkMTk2OTdl
|
|
15
|
+
ZjgyZDdiNjliMjFjZTY1NDg4MjMyZGY0ZTMyYzg1NWIxMThkMWQ=
|
data/asian_character.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ require 'asian_character/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "asian_character"
|
|
8
8
|
spec.version = AsianCharacter::VERSION
|
|
9
|
-
spec.authors = ["Jiangning Wang"]
|
|
10
|
-
spec.email = ["wangjn1982@163.com"]
|
|
9
|
+
spec.authors = ["Jiangning Wang", "Dmitry Mozzherin"]
|
|
10
|
+
spec.email = ["wangjn1982@163.com", "dmozzherin@gmail.com"]
|
|
11
11
|
spec.description = %q{Provides some functions of Chinese}
|
|
12
12
|
spec.summary = %q{Provides some functions of Chinese}
|
|
13
13
|
spec.homepage = ""
|
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: asian_character
|
|
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
|
- Jiangning Wang
|
|
8
|
+
- Dmitry Mozzherin
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
@@ -97,6 +98,7 @@ dependencies:
|
|
|
97
98
|
description: Provides some functions of Chinese
|
|
98
99
|
email:
|
|
99
100
|
- wangjn1982@163.com
|
|
101
|
+
- dmozzherin@gmail.com
|
|
100
102
|
executables: []
|
|
101
103
|
extensions: []
|
|
102
104
|
extra_rdoc_files: []
|