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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca8b7efb99b52106bb86f5f591d34f429f8db16ca539f561e2dadc62d3269681
4
- data.tar.gz: 3f891999a44b5fb8500b1826233b192b308975c67ff85508c0a655df21b2a91b
3
+ metadata.gz: 748dfd8ec1ca6358340b27f432e9bb8bb4e7f6a6d1828e884cb425fc86110c27
4
+ data.tar.gz: 4b5804b10c5e8ff968dd0cad7f3293387add251a15afc123a90a30e7218aaa0d
5
5
  SHA512:
6
- metadata.gz: 865bcb9c367b38d84a35c64761fb6d8866347a2850ea6f66c6e0b8587994f24385578d5a07d362eb9c8a273440e86699e320114101ea12a8f7594c08e085e0fb
7
- data.tar.gz: 805b6f393891f7993a66d44b28e60f69ff006a1905767e5e1c5380c0faf84fbbb8042b7df243086daee8f395b57ef5920724947bc5638663e1227e1cb53445f3
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
@@ -4,4 +4,4 @@
4
4
  ENV['CFLAGS'] = ENV['CFLAGS'].to_s + ' -Wno-narrowing'
5
5
  ENV['CXXFLAGS'] = ENV['CXXFLAGS'].to_s + ' -Wno-narrowing'
6
6
 
7
- system "./configure --prefix=#{Dir.pwd}" unless File.exists?('Makefile')
7
+ system "./configure --prefix=#{Dir.pwd}" unless File.exist?('Makefile')
data/lib/cld/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module CLD
2
- VERSION = "0.11.0"
2
+ VERSION = "0.12.0"
3
3
  end
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.11.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: 2022-01-18 00:00:00.000000000 Z
11
+ date: 2023-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi