what_you_say 0.6.8-aarch64-linux → 0.6.10-aarch64-linux

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: 2f212e04567ef3a5af4f188902df9b0f54265d7e97c0ebeb91c37d680503ab13
4
- data.tar.gz: 730fca0dc33a3f6743340f31457b1987208bb6d994573e7d522856f516d0900f
3
+ metadata.gz: 0b044aaefeaacc23bae64a82a2f779b1b70a3e4aa34d62332cb0549c161fdfb0
4
+ data.tar.gz: 119e0e635965ff35adc1c59455959259fccab8d720cc221c44454cf61a29bcff
5
5
  SHA512:
6
- metadata.gz: ee7eea29dd7cb35236ab635b3caaafa4c05940341f058ccd8c676df61785a447d41cab1c0a2c84796418ebffa0ad33d1695e5c05639933670185a757beef7019
7
- data.tar.gz: 98a1f93e8c4c031192801f4aa15463e604c75ec45c9b8cfa46b582f2f07667d5d061feaf5df91896fb67a5b748661e62926ae9b8e8c717a4f85b90090080ee88
6
+ metadata.gz: b75b8feb893f65582bc3358b11a4e8947c8abda30345906761abb320b4ace2047a932098b27e7e032d26773e75c9c94c7ac5a631cbd198a74164c234f1b01299
7
+ data.tar.gz: 601c03850c3caf73c39d35f1be058f4d56608ea441868ef22019ff090140d6db3711bee75a7da8c9f93315b9325ee539cd4ef924e9f57defd3667bb9ec363739
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class WhatYouSay
4
- VERSION = "0.6.8"
4
+ VERSION = "0.6.10"
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.8
4
+ version: 0.6.10
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-07-29 00:00:00.000000000 Z
11
+ date: 2024-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -51,7 +51,6 @@ files:
51
51
  - lib/what_you_say.rb
52
52
  - lib/what_you_say/3.1/what_you_say.so
53
53
  - lib/what_you_say/3.2/what_you_say.so
54
- - lib/what_you_say/3.3/what_you_say.so
55
54
  - lib/what_you_say/extension.rb
56
55
  - lib/what_you_say/lang.rb
57
56
  - lib/what_you_say/version.rb
@@ -74,14 +73,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
73
  version: '3.1'
75
74
  - - "<"
76
75
  - !ruby/object:Gem::Version
77
- version: 3.4.dev
76
+ version: 3.3.dev
78
77
  required_rubygems_version: !ruby/object:Gem::Requirement
79
78
  requirements:
80
79
  - - ">="
81
80
  - !ruby/object:Gem::Version
82
81
  version: 3.3.22
83
82
  requirements: []
84
- rubygems_version: 3.4.4
83
+ rubygems_version: 3.5.23
85
84
  signing_key:
86
85
  specification_version: 4
87
86
  summary: Fast and lightweight language identification library. Written in Rust, wrapped
Binary file