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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71c43018c492c0e23e2a1b78388e7df6406da28fe90e330206eb9e1d5623b1f5
4
- data.tar.gz: f9097500200623a27c05f752062f0602daf5dd00f4b0d31971811c96119ecddd
3
+ metadata.gz: 042bf955c9fb6f27e51d670084140c310c49dd704d546ecb73a57212237a593e
4
+ data.tar.gz: 928f054fbebf8ea89c7c352117456c173b72bdd99d360333e648528eac8198d0
5
5
  SHA512:
6
- metadata.gz: 1af6795e0b5b13d33cb9a5902195c956bc14f7966f17c3f6479da9626d5cebbe07d454e26a4cde60f2418ee7cf41d1483bf1b67fa918f03d90fe20322c3cd427
7
- data.tar.gz: 3022888f880101f4ef125def7601607d5e8a605c5cae0796cdb15f337717c2fd99a55d4fd6ade1140b88f298e27e7dbe44a7e3741d1a013e395d7e8e6eddf3b2
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-2024, by Samuel Williams.
4
+ # Copyright, 2022-2025, by Samuel Williams.
5
5
 
6
- require 'fiber'
6
+ require "fiber"
7
7
 
8
8
  class Fiber
9
9
  module Storage
10
- VERSION = "1.0.0"
10
+ VERSION = "1.0.1"
11
11
  end
12
12
  end
data/lib/fiber/storage.rb CHANGED
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # Released under the MIT License.
4
- # Copyright, 2022-2024, by Samuel Williams.
4
+ # Copyright, 2022-2025, by Samuel Williams.
5
5
 
6
- require 'fiber'
6
+ require "fiber"
7
7
 
8
8
  # @namespace
9
9
  class Fiber
data/license.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright, 2022-2024, by Samuel Williams.
3
+ Copyright, 2022-2025, by Samuel Williams.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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
@@ -0,0 +1,5 @@
1
+ # Releases
2
+
3
+ ## v1.0.1
4
+
5
+ - Fix test suite incompatibiltiies with Ruby 3.4+.
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.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: 2024-08-08 00:00:00.000000000 Z
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: '2.7'
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.5.11
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