cld 0.11.0 → 0.12.0
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
- data/README.md +5 -1
- data/ext/cld/extconf.rb +1 -1
- data/lib/cld/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 748dfd8ec1ca6358340b27f432e9bb8bb4e7f6a6d1828e884cb425fc86110c27
|
|
4
|
+
data.tar.gz: 4b5804b10c5e8ff968dd0cad7f3293387add251a15afc123a90a30e7218aaa0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f6cd4f8b5496ff707daf19c1d33bbc80e706646b8f4737168dcb215aa7a0665864ff515508ac95d2a2196af99a1a4c6721c05c138674889d907524955755568
|
|
7
|
+
data.tar.gz: a4ee396d237ba3738555eb90d26871350c935d046d90c683c333c6ab97a0a57fd4eac836a40f18397824663dac29a7e42a036fb7756252b1baf8054c6845828c
|
data/README.md
CHANGED
|
@@ -27,8 +27,12 @@ And then execute:
|
|
|
27
27
|
$ bundle
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
+
## Development
|
|
31
|
+
|
|
32
|
+
- [install CLD](https://github.com/mzsanford/cld#installing)
|
|
33
|
+
|
|
30
34
|
## Thanks
|
|
31
35
|
|
|
32
36
|
Thanks to the Chrome authors, and to Mike McCandless for writing a Python version.
|
|
33
37
|
|
|
34
|
-
Licensed the same as Chrome. Jason Toy
|
|
38
|
+
Licensed the same as Chrome. Jason Toy
|
data/ext/cld/extconf.rb
CHANGED
data/lib/cld/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cld
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Toy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|