mudis 0.8.0 → 0.8.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.
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mudis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kiebor81
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2025-10-25 00:00:00.000000000 Z
11
+ date: 2025-10-26 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: climate_control
@@ -40,6 +41,7 @@ dependencies:
40
41
  description: Mudis is a fast, thread-safe, in-memory, sharded LRU cache for Ruby applications.
41
42
  Inspired by Redis, it provides value serialization, optional compression, per-key
42
43
  expiry, and metric tracking in a lightweight, dependency-free package.
44
+ email:
43
45
  executables: []
44
46
  extensions: []
45
47
  extra_rdoc_files:
@@ -73,6 +75,7 @@ homepage: https://github.com/kiebor81/mudis
73
75
  licenses:
74
76
  - MIT
75
77
  metadata: {}
78
+ post_install_message:
76
79
  rdoc_options: []
77
80
  require_paths:
78
81
  - lib
@@ -87,7 +90,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
90
  - !ruby/object:Gem::Version
88
91
  version: '0'
89
92
  requirements: []
90
- rubygems_version: 3.6.2
93
+ rubygems_version: 3.5.17
94
+ signing_key:
91
95
  specification_version: 4
92
96
  summary: A fast in-memory, thread-safe and high performance Ruby LRU cache with compression
93
97
  and auto-expiry.