sin_lru_redux 2.5.1 → 2.5.2
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/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/lru_redux/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf7571b2016719c1a7c64a739ecf886af45734c84ade0216148670379839c043
|
4
|
+
data.tar.gz: e31ef06f5733165370594ae6b870a5c532821678e1ca89d96ca6b7981d9248d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c23b6af4cb525d28dfdecfa9d992f4c4ed3ee9e6f40bcc64c416a5b087f69fd09f388bdc19c12e39f1d4f80c33f0eda11c31d1b8349096741b6feb58a005640a
|
7
|
+
data.tar.gz: 85c3b9945a983f6fa3432b17f372d3fd0a24144492c9d676d4fff45760cb2f042f35d80a44461a9154f87dcee49db457a795b32b8d62da8f79eac9ed1ed2e68f
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
[](https://github.com/cadenza-tech/sin_lru_redux/blob/main/LICENSE.txt) [](https://github.com/cadenza-tech/sin_lru_redux/blob/main/CHANGELOG.md) [](https://github.com/cadenza-tech/sin_lru_redux/actions?query=workflow%3Arelease) [](https://github.com/cadenza-tech/sin_lru_redux/actions?query=workflow%3Atest) [](https://github.com/cadenza-tech/sin_lru_redux/actions?query=workflow%3Alint)
|
4
4
|
|
5
|
-
Efficient and thread-safe LRU cache
|
5
|
+
Efficient and thread-safe LRU cache
|
6
6
|
|
7
7
|
Forked from [LruRedux](https://github.com/SamSaffron/lru_redux).
|
8
8
|
|
data/lib/lru_redux/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sin_lru_redux
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.5.
|
4
|
+
version: 2.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Masahiro
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-12 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
|
-
description: Efficient and thread-safe LRU cache
|
12
|
+
description: Efficient and thread-safe LRU cache
|
13
13
|
email:
|
14
14
|
- watanabe@cadenza-tech.com
|
15
15
|
executables: []
|
@@ -38,15 +38,15 @@ files:
|
|
38
38
|
- lib/sin_lru_redux/util.rb
|
39
39
|
- lib/sin_lru_redux/util/safe_sync.rb
|
40
40
|
- lib/sin_lru_redux/version.rb
|
41
|
-
homepage: https://github.com/cadenza-tech/sin_lru_redux/tree/v2.5.
|
41
|
+
homepage: https://github.com/cadenza-tech/sin_lru_redux/tree/v2.5.2
|
42
42
|
licenses:
|
43
43
|
- MIT
|
44
44
|
metadata:
|
45
|
-
homepage_uri: https://github.com/cadenza-tech/sin_lru_redux/tree/v2.5.
|
46
|
-
source_code_uri: https://github.com/cadenza-tech/sin_lru_redux/tree/v2.5.
|
47
|
-
changelog_uri: https://github.com/cadenza-tech/sin_lru_redux/blob/v2.5.
|
45
|
+
homepage_uri: https://github.com/cadenza-tech/sin_lru_redux/tree/v2.5.2
|
46
|
+
source_code_uri: https://github.com/cadenza-tech/sin_lru_redux/tree/v2.5.2
|
47
|
+
changelog_uri: https://github.com/cadenza-tech/sin_lru_redux/blob/v2.5.2/CHANGELOG.md
|
48
48
|
bug_tracker_uri: https://github.com/cadenza-tech/sin_lru_redux/issues
|
49
|
-
documentation_uri: https://rubydoc.info/gems/sin_lru_redux/2.5.
|
49
|
+
documentation_uri: https://rubydoc.info/gems/sin_lru_redux/2.5.2
|
50
50
|
funding_uri: https://patreon.com/CadenzaTech
|
51
51
|
rubygems_mfa_required: 'true'
|
52
52
|
required_jruby_version: ">= 9.4.0.0"
|
@@ -68,5 +68,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements: []
|
69
69
|
rubygems_version: 3.6.2
|
70
70
|
specification_version: 4
|
71
|
-
summary: Efficient and thread-safe LRU cache
|
71
|
+
summary: Efficient and thread-safe LRU cache
|
72
72
|
test_files: []
|