what_you_say 0.6.9-arm64-darwin → 0.6.11-arm64-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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65d637c3d4fcacb7081d62c06eccd6aff024357c08ce979b34efac1e1485f202
|
4
|
+
data.tar.gz: e3642dd0aac3e14ccc4a3b9e0077e910bc36dee30891ecddfd291a259421aff9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 021f69ee0afeaef74d11a52c6e7d0cea301fa2989e40cc3a501174d4d6c43f02dd441d8d3d5de85344c012cf6c5789342deed295fea2d9bd61abcc3664641774
|
7
|
+
data.tar.gz: b8fce1a8a4b855c7fbe57b19d5bf4b793130f9a9ed7f858b61e06167781c538605f4ad118134052e367b25cf82b3df81aece6021678ac34e30c6f74c5d53b4c6
|
Binary file
|
Binary file
|
Binary file
|
data/lib/what_you_say/version.rb
CHANGED
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.
|
4
|
+
version: 0.6.11
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Garen J. Torikian
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
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.bundle
|
53
52
|
- lib/what_you_say/3.2/what_you_say.bundle
|
54
53
|
- lib/what_you_say/3.3/what_you_say.bundle
|
54
|
+
- lib/what_you_say/3.4/what_you_say.bundle
|
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.
|
74
|
+
version: '3.2'
|
75
75
|
- - "<"
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: 3.
|
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.
|
82
|
+
version: '3.4'
|
83
83
|
requirements: []
|
84
|
-
rubygems_version: 3.
|
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
|