sin_lru_redux 2.5.0 → 2.5.1
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 +7 -0
- data/README.md +1 -1
- data/lib/lru_redux/version.rb +1 -1
- metadata +8 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff8de8966a9a288fa43e66461aaf804e2e10f4dded516597c12e242c66cfe681
|
4
|
+
data.tar.gz: f93a0589c337befa2de5134d38c60a2ae380c93eb7d20b25423dd68a845c21f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69807c37d3b28a61077235ad2d49fc1f9afab0537a746bff25a0ec19979159e078f1496945b8a24dce934063bd985dbc8e93e45429620b912dde1c0434c65626
|
7
|
+
data.tar.gz: 15f6aa14fd2b1929c3440c0978dd3bcf2cfbb4bf38b03f5d5f08cf0861018999a28998ae028939646f0787b96119ba2bfa4474c5202e4e8759378a545f8bd425
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# SinLruRedux
|
2
2
|
|
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
5
|
Efficient and thread-safe LRU cache.
|
6
6
|
|
data/lib/lru_redux/version.rb
CHANGED
metadata
CHANGED
@@ -1,17 +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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Masahiro
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
|
-
description:
|
13
|
-
Efficient and thread-safe LRU cache.
|
14
|
-
Forked from LruRedux.
|
12
|
+
description: Efficient and thread-safe LRU cache.
|
15
13
|
email:
|
16
14
|
- watanabe@cadenza-tech.com
|
17
15
|
executables: []
|
@@ -40,15 +38,15 @@ files:
|
|
40
38
|
- lib/sin_lru_redux/util.rb
|
41
39
|
- lib/sin_lru_redux/util/safe_sync.rb
|
42
40
|
- lib/sin_lru_redux/version.rb
|
43
|
-
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.1
|
44
42
|
licenses:
|
45
43
|
- MIT
|
46
44
|
metadata:
|
47
|
-
homepage_uri: https://github.com/cadenza-tech/sin_lru_redux/tree/v2.5.
|
48
|
-
source_code_uri: https://github.com/cadenza-tech/sin_lru_redux/tree/v2.5.
|
49
|
-
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.1
|
46
|
+
source_code_uri: https://github.com/cadenza-tech/sin_lru_redux/tree/v2.5.1
|
47
|
+
changelog_uri: https://github.com/cadenza-tech/sin_lru_redux/blob/v2.5.1/CHANGELOG.md
|
50
48
|
bug_tracker_uri: https://github.com/cadenza-tech/sin_lru_redux/issues
|
51
|
-
documentation_uri: https://rubydoc.info/gems/sin_lru_redux/2.5.
|
49
|
+
documentation_uri: https://rubydoc.info/gems/sin_lru_redux/2.5.1
|
52
50
|
funding_uri: https://patreon.com/CadenzaTech
|
53
51
|
rubygems_mfa_required: 'true'
|
54
52
|
required_jruby_version: ">= 9.4.0.0"
|