what_you_say 0.6.8-x64-mingw-ucrt → 0.6.10-x64-mingw-ucrt

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: 143cea953aa03db6b35fcc291a97f854f617c2ea067a6feb33f7adb38092c0c6
4
- data.tar.gz: b4684ebe57e309a047301a7993e1f244451d7d21138cdc04d94431ded52971d2
3
+ metadata.gz: d2baeb97cedad06da27a846981a58dc62f54fe974136f20b6ea67cd8cf0996a6
4
+ data.tar.gz: faa189d6981866705be0617743f818b89b5847d0b658b0ae3cd34c548ab264c6
5
5
  SHA512:
6
- metadata.gz: f048e3a3ee6c5efee404f7b76d5e52070292d0543df5c9ce0a8f92460e3f2f29e49e6c989a188d8daae04822debe2b2c7f0bed61ac3bd23319a5872b2b97734a
7
- data.tar.gz: d83a778f24c1488fc51dfb447822aefe4af3ee6b62685dc1028d21db0103077db38ab5a565e8f4453f05d1e4b2cad08f917cf6dbbf5dbbb169142e5a5a1674d8
6
+ metadata.gz: d6771bd7f3c416fb1f4ed833f155fde597823dd3fed69055e2320f74ba726c17677cff0d4f8f4eb97662a67a3bf07193f8ca1435642f2b4e7fcde664113a729c
7
+ data.tar.gz: 372da54a8bf2968ba499355cbe11efb5edb7d941f8e6f6d502d6014ceb251d06f63dd78acd98e2820976c42438bca28f3fdc07fb1a1c731d298ca15a9a87356d
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: 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-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