what_you_say 0.6.9-aarch64-linux → 0.6.11-aarch64-linux

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: 8795b5f4b04566f827beb33213c89d7e25f33a9e04537e2cb252c55f3abf8376
4
- data.tar.gz: aa37ecba521364f79091637a84a87035034a2fd8c1ab6fe4580a4869528e7e13
3
+ metadata.gz: 8bba0757103343d8a635e22b40f2e0625d533ac15d3a74f24bed5b02fa2487bf
4
+ data.tar.gz: 24ca21aa88048c5cd2bdda2b5d14795435367b6951ae43690026e37ea0c557d6
5
5
  SHA512:
6
- metadata.gz: b2a6bd94aec62af046af39a1c8d50cd131a5c5163a6c19cb5073159e60d398ee71c121375b97f8d364cace85a531b35bd0d8e2fab03c054d7857f4e3f3b73afa
7
- data.tar.gz: cf52525820a59de89761be4099eb20cd7ad049ed4f5d370ccfdcd9ee6cae504a820c55e63e0e5f35d001fc7a02fc3a105615a76596526f34f754a239d8ac0250
6
+ metadata.gz: 05cc8def539029c45eb3dfeb2907bc1c9819a2670c22e3ad00cf3d1e55c1fa978dbf95505954bfa93e308994f902da7a21ce68847d4e29d335bfb81e4e87d43c
7
+ data.tar.gz: 3fd65a058564ddd8cefc1c8a596d625729f891c0b1d88f49169ba00bec4bad7b22d94fe951f8c5525b428ba030f3b7ef9f30c8d9048a718ac27f32020dcc5a13
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: aarch64-linux
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