what_you_say 0.1.0-x86_64-darwin → 0.1.1-x86_64-darwin

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: b12c5ce67b1364775574e25401c1e926c06009bc5f3962b7d92c73f45b5861a5
4
- data.tar.gz: aa9ec482beaa57ea43f4c9676c6fee89583987caa69d661353aaaf022a145523
3
+ metadata.gz: ba98e21b0370faf4aec0eae2017d37d6beceaadba3fdf6b32de556487e7f7640
4
+ data.tar.gz: 51acb9c0a5bda114d10064509e6a86297c8630de59bc3fd35aaff58d37bdc0a9
5
5
  SHA512:
6
- metadata.gz: 8220d9fea037a16cae853b6462387ea327195ce61e4af0f72fd2250cd051bf7e3bbcf4d946e9460adfa30f3df8cbac1ce49ff5d4bf10646f1caba893d2814b14
7
- data.tar.gz: f7714b85f3cd2c31b74168910f1e0f7b71cb058b33abd9097cfe38f7c55906181e76725f62488ec777d9563e1a298b17c3cca27fff733dabd2931287e68badf4
6
+ metadata.gz: 796cd204a3e4151a123e1fafc3a41d8c2f6e157a3f7740e5200769b91f1178312396e41d8e8f1eb0cea86c774823c4b8ebab25d0591e6a53e87dce06f9a510a8
7
+ data.tar.gz: f7a0e683a380cf97fa0421458232c86933ec02676b9e0b829b272b2e03b667892727d6f2040624ad77642c2920960073ccbdbbb2858acc9cd77fc55d5bc3031b
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: x86_64-darwin
6
6
  authors:
7
7
  - Garen J. Torikian