mongory 0.7.6-x86_64-linux → 0.7.7-x86_64-linux
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/Rakefile +0 -14
- data/lib/mongory/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90b9f1b3410cc17ae1b7f0fc7e341f1de255e3213ca08a225d5040c4cebc8ca5
|
4
|
+
data.tar.gz: f95fdb462cfd96eb4d3b1d793d8ddd5188966aabef1eed7700de3b6b6309b5ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed591c9908eaadb402c3f01c703813f931c7ab75bedead39666ea53d27c73ec6bef2abb1e73eec853696404f50756c56a6af4955280988fd2b0cc4ff99b08138
|
7
|
+
data.tar.gz: f4b19c218af1ad185fcf7173af7b41e0e4a631bb715dc7c072937f502bdf7eadd2f37aef42374d069bc9f77258cc0bf57df0ecd2750b6693229b0f3e455ab22c
|
data/Rakefile
CHANGED
@@ -14,8 +14,6 @@ end
|
|
14
14
|
|
15
15
|
# Add support for rake-compiler if available
|
16
16
|
begin
|
17
|
-
ENV['RUBY_CC_VERSION'] ||= '2.6.0:2.7.0:3.0.0:3.1.0:3.2.0:3.3.0'
|
18
|
-
|
19
17
|
spec = Gem::Specification.load('mongory.gemspec')
|
20
18
|
|
21
19
|
Rake::ExtensionTask.new('mongory_ext', spec) do |ext|
|
@@ -24,18 +22,6 @@ begin
|
|
24
22
|
ext.ext_dir = 'ext/mongory_ext'
|
25
23
|
ext.source_pattern = '*.c'
|
26
24
|
ext.gem_spec = spec
|
27
|
-
ext.cross_compile = true
|
28
|
-
ext.cross_platform = [
|
29
|
-
'x86_64-linux',
|
30
|
-
'aarch64-linux',
|
31
|
-
'x86_64-darwin',
|
32
|
-
'arm64-darwin',
|
33
|
-
# 'arm64-mingw-ucrt', # TODO: add this when we have a mingw-ucrt rake-compiler-dock image
|
34
|
-
'x64-mingw32',
|
35
|
-
'x64-mingw-ucrt',
|
36
|
-
'x86_64-linux-musl',
|
37
|
-
'aarch64-linux-musl'
|
38
|
-
]
|
39
25
|
end
|
40
26
|
|
41
27
|
# Add tasks for building with submodule
|
data/lib/mongory/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongory
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.7
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- koten0224
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A Mongo-like in-memory query DSL for Ruby
|
14
14
|
email:
|