mongoid-grid_fs 2.5.0 → 2.6.0
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/lib/mongoid/grid_fs/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 731132f0dc42c4d794d1bfb55d276fec747898dea7b33205b674be4481d49cb6
|
|
4
|
+
data.tar.gz: e38362e6fb7ec45e513281b9d8411cb51af3c3c838fd9cd20be2d83963412f17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2bddb50d507a94136b4370cedf504c5182461d293495b234c91c804145ea4dae27eb5185ec46212300fe93282fdd0273faed708c26034a75c1ffca6c08ede751
|
|
7
|
+
data.tar.gz: 6f0561fdf134bc8f27d934babe67a377fa4c17982287c5de1b815331a4b55d2f28243fd91ac90a6c67b1660fe8409cd24eb56157fdf6882a3f11a0f6b334da89
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mongoid-grid_fs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ara T. Howard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|
|
@@ -109,7 +109,7 @@ dependencies:
|
|
|
109
109
|
version: '3.0'
|
|
110
110
|
- - "<"
|
|
111
111
|
- !ruby/object:Gem::Version
|
|
112
|
-
version: '
|
|
112
|
+
version: '10.0'
|
|
113
113
|
type: :runtime
|
|
114
114
|
prerelease: false
|
|
115
115
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -119,7 +119,7 @@ dependencies:
|
|
|
119
119
|
version: '3.0'
|
|
120
120
|
- - "<"
|
|
121
121
|
- !ruby/object:Gem::Version
|
|
122
|
-
version: '
|
|
122
|
+
version: '10.0'
|
|
123
123
|
description: A pure Mongoid/Moped implementation of the MongoDB GridFS specification
|
|
124
124
|
email:
|
|
125
125
|
- ara.t.howard@gmail.com
|
|
@@ -158,11 +158,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
159
|
version: '0'
|
|
160
160
|
requirements: []
|
|
161
|
-
rubygems_version: 3.
|
|
161
|
+
rubygems_version: 3.5.16
|
|
162
162
|
signing_key:
|
|
163
163
|
specification_version: 4
|
|
164
164
|
summary: A MongoDB GridFS implementation for Mongoid
|
|
165
165
|
test_files:
|
|
166
|
-
- test/testing.rb
|
|
167
166
|
- test/helper.rb
|
|
168
167
|
- test/mongoid-grid_fs_test.rb
|
|
168
|
+
- test/testing.rb
|