cld2 1.0.0 → 1.0.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.
- checksums.yaml +8 -8
- data/README.md +5 -4
- data/lib/cld/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ODJiNGUxYTA3OTUwYTYzOGYzMmI3OGY1Yjk3MGE4ZjUyM2M4ZjJlMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
YmNmOWZkNjJlOTdkZDAxYzQ4NzUwNGJjMGU0YzNiYTgzZGE0YTM2ZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTQ0YjIzMmM5NTQzMzZhMmI2NzlmMzI0ZGM5ZDU4YjMxZjFiNzg4ZTQ3ZGZj
|
|
10
|
+
ODQxMzRhOTNjZTVhNWM4ZjBmNjEwMDZjY2ExNWE1ZGM3ZWZhZmFiOTk5Y2Zk
|
|
11
|
+
ZmVjM2U1ZGE3M2EwNGE5ZTViNzI2ZTBkMDgyN2NlMDk0NzhjNjE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YjBhNDQzMGRjZGM5ZmQzYzA4MDA0MDFlMTMxYTA1MDNjZmYzMzVmMzJiN2Q2
|
|
14
|
+
M2QzYmY0ZmYwY2IwYmNiNTAyNGM1NGYzODhkNjAxZjI1ZWViNGQzNDdiMWUy
|
|
15
|
+
NjdiZDA1NjI0YzRlOTI3ZGE4YTBjMTZmMjg4MTE5Mzc0MjRlZjU=
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# Compact Language Detection
|
|
1
|
+
# Compact Language Detection 2.0
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
Google Chrome's Compact Language Detector.
|
|
3
|
+
Based on Jason Toy's CLD v1.0.
|
|
4
|
+
Blazing-fast language detection for Ruby provided by Google Chrome's Compact Language Detector v2.0
|
|
5
5
|
|
|
6
6
|
## How to Use
|
|
7
7
|
|
|
@@ -30,5 +30,6 @@ $ bundle
|
|
|
30
30
|
## Thanks
|
|
31
31
|
|
|
32
32
|
Thanks to the Chrome authors, and to Mike McCandless for writing a Python version.
|
|
33
|
+
Thanks to Jason Toy for the original cld v1.0 ruby port.
|
|
33
34
|
|
|
34
|
-
Licensed the same as Chrome.
|
|
35
|
+
Licensed the same as Chrome.
|
data/lib/cld/version.rb
CHANGED