fiber-storage 1.0.0 → 1.0.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
- checksums.yaml.gz.sig +0 -0
- data/lib/fiber/storage/version.rb +3 -3
- data/lib/fiber/storage.rb +2 -2
- data/license.md +1 -1
- data/readme.md +8 -0
- data/releases.md +5 -0
- data.tar.gz.sig +0 -0
- metadata +6 -9
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 042bf955c9fb6f27e51d670084140c310c49dd704d546ecb73a57212237a593e
|
4
|
+
data.tar.gz: 928f054fbebf8ea89c7c352117456c173b72bdd99d360333e648528eac8198d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 564606b82a689fcfaccf9361d954c2e1bcacff6b849107b3b542297cfca111e642cefd98f8c4f5d05b5158283026ef4b479334c940b484f37bf0ce467246d405
|
7
|
+
data.tar.gz: 8fc124f1c97a41bccc34acb27b9d2c218de6d69b3fc5ae21ba6659bb444f0780362ea041a1a7644ad95b33d10733fa33ca9e087dc60af77beb344df9f8915a09
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
# Released under the MIT License.
|
4
|
-
# Copyright, 2022-
|
4
|
+
# Copyright, 2022-2025, by Samuel Williams.
|
5
5
|
|
6
|
-
require
|
6
|
+
require "fiber"
|
7
7
|
|
8
8
|
class Fiber
|
9
9
|
module Storage
|
10
|
-
VERSION = "1.0.
|
10
|
+
VERSION = "1.0.1"
|
11
11
|
end
|
12
12
|
end
|
data/lib/fiber/storage.rb
CHANGED
data/license.md
CHANGED
data/readme.md
CHANGED
@@ -16,6 +16,14 @@ Please see the [project documentation](https://ioquatix.github.io/fiber-storage/
|
|
16
16
|
|
17
17
|
- [Getting Started](https://ioquatix.github.io/fiber-storage/guides/getting-started/index) - This guide explains how to use this gem and provides a brief overview of the features.
|
18
18
|
|
19
|
+
## Releases
|
20
|
+
|
21
|
+
Please see the [project releases](https://ioquatix.github.io/fiber-storage/releases/index) for all releases.
|
22
|
+
|
23
|
+
### v1.0.1
|
24
|
+
|
25
|
+
- Fix test suite incompatibiltiies with Ruby 3.4+.
|
26
|
+
|
19
27
|
## Contributing
|
20
28
|
|
21
29
|
We welcome contributions to this project.
|
data/releases.md
ADDED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,11 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fiber-storage
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain:
|
11
10
|
- |
|
@@ -37,10 +36,8 @@ cert_chain:
|
|
37
36
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
38
37
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
39
38
|
-----END CERTIFICATE-----
|
40
|
-
date:
|
39
|
+
date: 2025-04-15 00:00:00.000000000 Z
|
41
40
|
dependencies: []
|
42
|
-
description:
|
43
|
-
email:
|
44
41
|
executables: []
|
45
42
|
extensions: []
|
46
43
|
extra_rdoc_files: []
|
@@ -49,14 +46,15 @@ files:
|
|
49
46
|
- lib/fiber/storage/version.rb
|
50
47
|
- license.md
|
51
48
|
- readme.md
|
49
|
+
- releases.md
|
52
50
|
homepage: https://github.com/ioquatix/fiber-storage
|
53
51
|
licenses:
|
54
52
|
- MIT
|
55
53
|
metadata:
|
54
|
+
homepage_uri: https://github.com/ioquatix/fiber-storage
|
56
55
|
documentation_uri: https://ioquatix.github.io/fiber-storage/
|
57
56
|
funding_uri: https://github.com/sponsors/ioquatix/
|
58
57
|
source_code_uri: https://github.com/ioquatix/fiber-storage.git
|
59
|
-
post_install_message:
|
60
58
|
rdoc_options: []
|
61
59
|
require_paths:
|
62
60
|
- lib
|
@@ -64,15 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
64
62
|
requirements:
|
65
63
|
- - ">="
|
66
64
|
- !ruby/object:Gem::Version
|
67
|
-
version: '
|
65
|
+
version: '3.1'
|
68
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
69
67
|
requirements:
|
70
68
|
- - ">="
|
71
69
|
- !ruby/object:Gem::Version
|
72
70
|
version: '0'
|
73
71
|
requirements: []
|
74
|
-
rubygems_version: 3.
|
75
|
-
signing_key:
|
72
|
+
rubygems_version: 3.6.2
|
76
73
|
specification_version: 4
|
77
74
|
summary: Provides a compatibility shim for fiber storage.
|
78
75
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|