what_you_say 0.5.2-x86_64-linux → 0.6.1-x86_64-linux

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: 16195f75e2e85cb58cf563202d70fcc500eb29649e4016001b86d331a1f116f2
4
- data.tar.gz: 07214f30014ce70c60cdeb650469e808e911d7274086acdad197d312a5a345ca
3
+ metadata.gz: 3ade26cebcd1541c97c1abf19bb2288bcc83ef7a82a870514efb3a236ff19bff
4
+ data.tar.gz: 5f0c8558e422cd616d690b974a64b0e28b75f7c1bcc46ae3814ed7490feee285
5
5
  SHA512:
6
- metadata.gz: a4d3f59af760584b05ce3d89f73db830a0de76e478b4c22412e463aecd281984d0bf5fcb8c5589559709560d6a634e0878f6d9653f1251eae374c0eead1e8552
7
- data.tar.gz: b6e4fefb5eee70bdd055cb062d13bb727a3c3f39498366277f84714bad3f4d0c7020215e1e14e338767e8f27dacc92ca594432ec225393b25440b9e925e25f6f
6
+ metadata.gz: b1c8981d24ddb5a4483d69a4584d745d1f30ac7cfa8d60b964170ad7dd1b5ef9de1d3f9f41c019a884fb1606bdf212ca708e8f913d4ba0e98dc02791d0728dba
7
+ data.tar.gz: bb12ab8f9ec72f61ea63b65ffc6fd85317eb685a9b68084099adaab9fdb5a785e1c35bb4aa623be98a9736d05d37f98ddbabb37efa3da1878ec916321e0df551
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: x86_64-linux
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