what_you_say 0.5.2-aarch64-linux → 0.6.3-aarch64-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: af53ca55fc18212c2a505f4e0b5005d2263aa27cf25a983619a9aecdc6f23083
4
- data.tar.gz: 9ee85970e561a69615615cda5856083deedbb8858dbf13136d4e17b293e65a6e
3
+ metadata.gz: 743fbcc489197473a37400682f68adea1d4f348e9f95266a257cf0105ce0c9fd
4
+ data.tar.gz: b3c9e24fc23aa570fe0fe967f0dfe13faf7548241f0454b2cdd1bdfbce132d62
5
5
  SHA512:
6
- metadata.gz: 37c33c3c6f467dd2ff54290ceabf2521c79b3f07f4139ec68ab0d4e223fbe54a0b0c809b1ac0b62dd522e49fb6a175f139cd7993d7435f9ebf380a3b89a98e71
7
- data.tar.gz: cee3ffa2c75270fbfc9bbe23b167f70467e0b63ffe9b70013c57f22c147ac28b84fa982c4cb8d8e9cf272f7e1628df1d0dc21194422993c0d018c91c7d049071
6
+ metadata.gz: b226c425f55de262c5e45b728179aef7ad966863a46561964f6d03986980eef9d1eedd6e32d8cfbcea51406527dd61392a7d0b4edec3784fc66e9f0b89e2ab6b
7
+ data.tar.gz: fcb513e094dee4203ae96ff2ff45ecd16c0b4413199cb4baca9ef2d5f7da583cf9f8491b471d2460d1f528eb6a88b063591026a1ee83fe0f00728d411d7c6c04
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.3"
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.3
5
5
  platform: aarch64-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