what_you_say 0.5.2-x86_64-linux → 0.6.0-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: 178e7620863126c409ac304d2b3b9257e46aa1ca7a08575b62686529c20a9bca
4
+ data.tar.gz: 9c68cefcbb5429b21b2cb358c7dd32016a929364c5deec97fa583db97ca498bd
5
5
  SHA512:
6
- metadata.gz: a4d3f59af760584b05ce3d89f73db830a0de76e478b4c22412e463aecd281984d0bf5fcb8c5589559709560d6a634e0878f6d9653f1251eae374c0eead1e8552
7
- data.tar.gz: b6e4fefb5eee70bdd055cb062d13bb727a3c3f39498366277f84714bad3f4d0c7020215e1e14e338767e8f27dacc92ca594432ec225393b25440b9e925e25f6f
6
+ metadata.gz: 78f2106650c1b1e6d87b810a6333de1a994b66bcf9b58d61519e156109944cf5d1ea34b7473754f969866bf8483aa9cf8b29252e4b4fe0f73c988729c9ac007c
7
+ data.tar.gz: 0e7f6eb79632499d494c0a2c97e60df80b6679d57af31333d95127238347aa53789b56eed207407577325083cd11e058ee6295d71910892ce55d1a0d2be091c8
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.0"
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.0
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