what_you_say 0.5.1-x86_64-linux → 0.6.0-x86_64-linux

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: 2e373264bfe22b2076f03838415ac8c0f131d47be832dbe68a1ba5c657daa119
4
- data.tar.gz: 2e652cf4d684525f105a438f10e2d381b9b9a2050681f0fee5d619a6aa0517a9
3
+ metadata.gz: 178e7620863126c409ac304d2b3b9257e46aa1ca7a08575b62686529c20a9bca
4
+ data.tar.gz: 9c68cefcbb5429b21b2cb358c7dd32016a929364c5deec97fa583db97ca498bd
5
5
  SHA512:
6
- metadata.gz: f51cf5b79498feefeaca996c973254cd3d5cdc5f0a9468829ed0151f2a21b5a008df08b5944a5e60233b740f0388a7206b9ae7fd9098b13104bd0da726aa934e
7
- data.tar.gz: a45b60325a4d61d2ba1994ec6956fdb51df04509c2bbae69c069713248a3c91b23ff89a38ced631a9e309bf6748bd8b0164d74c2757dd2dbe8d3f412c6997230
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.1"
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.1
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-13 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