what_you_say 0.6.9-x64-mingw-ucrt → 0.6.11-x64-mingw-ucrt

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: 93753b4b5ca2eddf9998def9d9d81f1a2d67d6e033e08d88d3b88982691aaa05
4
- data.tar.gz: dfed26b757110cb64f610ccf351817457259a61aef1c1c75b8348ce6b30c1d1c
3
+ metadata.gz: f9ca10967cd6d8e60f205c7839181a94f77a086d1f328dbe325c0e48fdf0f96a
4
+ data.tar.gz: a725979f870762ab05ade553d7d2f336f408fedddcbbc95ba40ea73a8911613c
5
5
  SHA512:
6
- metadata.gz: 9f8a4567fe9736fd7b53018d339ff2f3eb71f20b10cedb09e2b282b509e6a766fcce93e1d296745f94e66f5d8b7921b00464ea87f5aea6f2e31c042310358b9e
7
- data.tar.gz: 7860fde54f682def915e912d48f259215217e6a76fded41ed75e2a0762c69d4ee7f01dfc4262916d7c5a2e36a722e3376a1deac549186ee18d1e44e5eb82a996
6
+ metadata.gz: 53fde30895b4dd32c777af5f4cc55d6b0becbc855e5cf865ab466214989f1283debc747c95f2f7ec510639ae143b76667cdf92477f4a93a2b2d27ae4acd71eae
7
+ data.tar.gz: 3805abbd9be7c0dd86adf96f61d317dce3f5cd2d17e7800df9ad51b32fa2a8a3b12666fad48d7d5b0fbec0531fe13d44a6120f2d81a36d91e4b583518e13a249
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class WhatYouSay
4
- VERSION = "0.6.9"
4
+ VERSION = "0.6.11"
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.6.9
4
+ version: 0.6.11
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-19 00:00:00.000000000 Z
11
+ date: 2025-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -49,9 +49,9 @@ files:
49
49
  - LICENSE.txt
50
50
  - README.md
51
51
  - lib/what_you_say.rb
52
- - lib/what_you_say/3.1/what_you_say.so
53
52
  - lib/what_you_say/3.2/what_you_say.so
54
53
  - lib/what_you_say/3.3/what_you_say.so
54
+ - lib/what_you_say/3.4/what_you_say.so
55
55
  - lib/what_you_say/extension.rb
56
56
  - lib/what_you_say/lang.rb
57
57
  - lib/what_you_say/version.rb
@@ -71,17 +71,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
- version: '3.1'
74
+ version: '3.2'
75
75
  - - "<"
76
76
  - !ruby/object:Gem::Version
77
- version: 3.4.dev
77
+ version: 3.5.dev
78
78
  required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ">="
80
+ - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 3.3.22
82
+ version: '3.4'
83
83
  requirements: []
84
- rubygems_version: 3.4.4
84
+ rubygems_version: 3.5.23
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: Fast and lightweight language identification library. Written in Rust, wrapped