what_you_say 0.1.0-x64-mingw-ucrt → 0.1.1-x64-mingw-ucrt

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: ab57fdccc4b93faeda6bb20b8d20d1fe2a11260b4eb7f359617bddd0c911a111
4
- data.tar.gz: 42c5447afbf7410f12b84fd8afe7752f46895129ba9c9dc98be327752cfc01b6
3
+ metadata.gz: 026d3040c02530982082930d33e58b69f5fd74c96c71e00bfe5bb13d83f3d06c
4
+ data.tar.gz: bc3ab415d215cde4125e15fc8df63775e664b6f093ee2399009df2ec4ec1d4fd
5
5
  SHA512:
6
- metadata.gz: 35a78e157b04dd9b8f11b1d48694d7e217cc70b18b3b5aa309506ec03f5555fb521b2a44003ace1c01d99d3520741bb80d0b09c861e1fab049d068c4614fe6d5
7
- data.tar.gz: 33776c95663364da0fe6fb18f36bae7a2fa935f36863f5bd7a0c41d7d9a817dfb568782f5d604f66db492fb3c5b15d08e3e9b0db8e2e1f437bc1eeef88600965
6
+ metadata.gz: 75403321b814f0d7b4f665c846c706b62e7a45b6afa9167cc1f40bf82baaf64c540767ed2f39bfc136d83839c593f163f9fadb9394dcbc039a894d6c44ea10a5
7
+ data.tar.gz: 96c8b32ecd66ad333c816a55b1bf0f96f7781d01a324cfa7229cdb59df65339108bb394f27ad0a62e1923cd74cf5d33fbdd634e7b72a9c4849e07b175f421020
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!)
Binary file
Binary file
@@ -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: x64-mingw-ucrt
6
6
  authors:
7
7
  - Garen J. Torikian