what_you_say 0.6.10 → 0.6.12
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 +4 -4
- data/Cargo.lock +301 -223
- data/ext/what_you_say/Cargo.toml +1 -1
- data/lib/what_you_say/version.rb +1 -1
- metadata +7 -11
data/ext/what_you_say/Cargo.toml
CHANGED
data/lib/what_you_say/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: what_you_say
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Garen J. Torikian
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-22 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rb_sys
|
@@ -24,7 +23,6 @@ dependencies:
|
|
24
23
|
- - "~>"
|
25
24
|
- !ruby/object:Gem::Version
|
26
25
|
version: '0.9'
|
27
|
-
force_ruby_platform: false
|
28
26
|
- !ruby/object:Gem::Dependency
|
29
27
|
name: rake
|
30
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -82,23 +80,21 @@ metadata:
|
|
82
80
|
funding_uri: https://github.com/sponsors/gjtorikian/
|
83
81
|
source_code_uri: https://github.com/gjtorikian/what_you_say
|
84
82
|
rubygems_mfa_required: 'true'
|
85
|
-
post_install_message:
|
86
83
|
rdoc_options: []
|
87
84
|
require_paths:
|
88
85
|
- lib
|
89
86
|
required_ruby_version: !ruby/object:Gem::Requirement
|
90
87
|
requirements:
|
91
|
-
- - "
|
88
|
+
- - "~>"
|
92
89
|
- !ruby/object:Gem::Version
|
93
|
-
version: 3.
|
90
|
+
version: '3.2'
|
94
91
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
95
92
|
requirements:
|
96
|
-
- - "
|
93
|
+
- - "~>"
|
97
94
|
- !ruby/object:Gem::Version
|
98
|
-
version: 3.
|
95
|
+
version: '3.4'
|
99
96
|
requirements: []
|
100
|
-
rubygems_version: 3.
|
101
|
-
signing_key:
|
97
|
+
rubygems_version: 3.6.2
|
102
98
|
specification_version: 4
|
103
99
|
summary: Fast and lightweight language identification library. Written in Rust, wrapped
|
104
100
|
in Ruby.
|