what_you_say 0.1.0-aarch64-linux → 0.1.1-aarch64-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: 6d0e6f8280f45335807470316c5b91fa7db0737001362c73e12fe266d6b710ea
4
- data.tar.gz: fe031839e004edb765b9b164541d3ea9b4b3810074ad3f0d5331c8daf0d5d02f
3
+ metadata.gz: 6b300f5a8d72c5b3c6238dd46c29b113f06ef98b8b9fd5e842330c5bc1c58ea1
4
+ data.tar.gz: 29d585204229f4c6705112f849bd1835607acb69fbaf0f740ea69164352725c8
5
5
  SHA512:
6
- metadata.gz: 15e23507460269b1250de74069bf4cee3d21aa19c173dac0b2a5ff5c9d60631aea2a6fbdfa5b88818d17d2c670aa51e155f729ec535beb056a61a717bd721100
7
- data.tar.gz: 5a0a429539136bd738b92de72d0d2aeeca56c61073636d0c8242cd637d687b9197cf9c733fcf57f7c7a86e091c6cd15846243b17666ecd9690c000af02e88790
6
+ metadata.gz: 7a957286f07f5a8c395254daf3959fc02a2fe3cc85edd202647c576dbcae5eb3a2bddddd864d9382ed964e389a24211081e851722a54e2bf515b36fbac749455
7
+ data.tar.gz: 3d4b463af958ff73e91d0aa2ebdd04ce30f466124c050416bc5e695e19391fc7bb55d818e7eb7486d0352da517ea224c405052165b208905bb47f52ad6cd32b9
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # WhatYouSay
2
2
 
3
+ Quick and easy natural language detection. Instantly identify the source language of a piece of text.
4
+
3
5
  ![What you say!!](https://user-images.githubusercontent.com/64050/224237944-ceb2570c-d544-474a-8c91-41433efdee43.png)
4
6
 
5
7
  - Supports [69 languages](https://github.com/greyblake/whatlang-rs/blob/master/SUPPORTED_LANGUAGES.md) (nice!)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WhatYouSay
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/lib/what_you_say.rb CHANGED
@@ -7,7 +7,6 @@ require "what_you_say/lang"
7
7
  require "what_you_say/version"
8
8
 
9
9
  if ENV.fetch("DEBUG", false)
10
- require "awesome_print"
11
10
  require "debug"
12
11
  end
13
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: what_you_say
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Garen J. Torikian