what_you_say 0.5.2-x64-mingw-ucrt → 0.6.1-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3a8dcb6df8f9772c1a206bc0a72f4f2de1a4f2a8a0c2af90861455a383683bb
4
- data.tar.gz: 6baf251c1a07570aa12b0bb6c3c44d77afac458f4476b35f73ffb7725669019f
3
+ metadata.gz: 42bf4ddaae1e05bfc0bda4c0b44e533d29422a9312b51ee3bcb71deccc8a89e7
4
+ data.tar.gz: c6782c9bb09bb5de35d5ae83ff66469d61bfdf138ee73b3d443f61a85bc4acd5
5
5
  SHA512:
6
- metadata.gz: 1bb2299e274551ef41cb5ad1185f40b115959263fa0e36eaf62dd3ae70bc021467a65597d29b7fc3ffbc317756268c4c02f572b9e47f0f9f3d26eed2fea666bf
7
- data.tar.gz: c6b22e51fb4a0480de4bcd4df2e23ddc1774a1d9bef716d815d87daf137835f04d66bec55be6efd98b238625b4d5b9dced3db62a830de3e6cce68ffa94138f25
6
+ metadata.gz: 5fb2e89b7c044c62bf501d3bf8cf8b1d476b72ebeb539e52193dc05fe03008ae83585b804e6fa2da0e8ac07be33c6d478d1c31f0b6f21574bea4bb90fa648104
7
+ data.tar.gz: b9e8f9506e63cb6305b1717b02d7e941ffdb5dc84f64b7158dced203ba9b2dac7c9a7dbc28d4bef56a5aa55356ff1089dd78ef305e816da2fc3a537c8e78b530
data/README.md CHANGED
@@ -32,7 +32,7 @@ text = "Ĉu vi ne volas eklerni Esperanton? Bonvolu! Estas unu de la plej bonaj
32
32
  result = WhatYouSay.new.detect_language(text)
33
33
 
34
34
  assert_equal("epo", result.lang.code)
35
- assert_equal("esperanto", result.lang.eng_name)
35
+ assert_equal("Esperanto", result.lang.eng_name)
36
36
  ```
37
37
 
38
38
  You also have to opportunity to `inspect` some output:
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class WhatYouSay
4
- VERSION = "0.5.2"
4
+ VERSION = "0.6.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: what_you_say
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.6.1
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-16 00:00:00.000000000 Z
11
+ date: 2023-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake