opendal 0.1.8-aarch64-linux → 0.1.9-aarch64-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/.gitignore +0 -1
- data/Cargo.lock +3448 -0
- data/Cargo.toml +1 -1
- data/DEPENDENCIES.rust.tsv +31 -31
- data/README.md +4 -1
- data/Rakefile +0 -7
- data/lib/opendal_ruby.so +0 -0
- data/opendal.gemspec +5 -1
- metadata +3 -2
data/Cargo.toml
CHANGED
data/DEPENDENCIES.rust.tsv
CHANGED
|
@@ -17,7 +17,7 @@ block-buffer@0.10.4 X X
|
|
|
17
17
|
block-buffer@0.12.1 X X
|
|
18
18
|
block-padding@0.3.3 X X
|
|
19
19
|
bumpalo@3.20.3 X X
|
|
20
|
-
bytes@1.12.
|
|
20
|
+
bytes@1.12.1 X
|
|
21
21
|
cbc@0.1.2 X X
|
|
22
22
|
cc@1.2.66 X X
|
|
23
23
|
cexpr@0.6.0 X X
|
|
@@ -102,8 +102,8 @@ ipnet@2.12.0 X X
|
|
|
102
102
|
itertools@0.13.0 X X
|
|
103
103
|
itertools@0.14.0 X X
|
|
104
104
|
itoa@1.0.18 X X
|
|
105
|
-
jiff@0.2.
|
|
106
|
-
jiff-tzdb@0.1.
|
|
105
|
+
jiff@0.2.32 X X
|
|
106
|
+
jiff-tzdb@0.1.8 X X
|
|
107
107
|
jiff-tzdb-platform@0.1.3 X X
|
|
108
108
|
jni@0.22.4 X X
|
|
109
109
|
jni-macros@0.22.4 X X
|
|
@@ -125,40 +125,40 @@ magnus@0.8.2 X
|
|
|
125
125
|
magnus-macros@0.8.0 X
|
|
126
126
|
md-5@0.11.0 X X
|
|
127
127
|
mea@0.6.4 X
|
|
128
|
-
memchr@2.8.
|
|
128
|
+
memchr@2.8.3 X X
|
|
129
129
|
minimal-lexical@0.2.1 X X
|
|
130
130
|
mio@1.2.1 X
|
|
131
131
|
nom@7.1.3 X
|
|
132
132
|
nonzero_ext@0.3.0 X
|
|
133
133
|
num-bigint-dig@0.8.6 X X
|
|
134
134
|
num-integer@0.1.46 X X
|
|
135
|
-
num-iter@0.1.
|
|
135
|
+
num-iter@0.1.46 X X
|
|
136
136
|
num-traits@0.2.19 X X
|
|
137
137
|
once_cell@1.21.4 X X
|
|
138
|
-
opendal@0.58.
|
|
139
|
-
opendal-core@0.58.
|
|
140
|
-
opendal-http-transport-reqwest@0.58.
|
|
141
|
-
opendal-layer-concurrent-limit@0.58.
|
|
142
|
-
opendal-layer-logging@0.58.
|
|
143
|
-
opendal-layer-retry@0.58.
|
|
144
|
-
opendal-layer-throttle@0.58.
|
|
145
|
-
opendal-layer-timeout@0.58.
|
|
146
|
-
opendal-ruby@0.1.
|
|
147
|
-
opendal-service-azblob@0.58.
|
|
148
|
-
opendal-service-azdls@0.58.
|
|
149
|
-
opendal-service-azfile@0.58.
|
|
150
|
-
opendal-service-azure-common@0.58.
|
|
151
|
-
opendal-service-cos@0.58.
|
|
152
|
-
opendal-service-fs@0.58.
|
|
153
|
-
opendal-service-gcs@0.58.
|
|
154
|
-
opendal-service-ghac@0.58.
|
|
155
|
-
opendal-service-http@0.58.
|
|
156
|
-
opendal-service-ipmfs@0.58.
|
|
157
|
-
opendal-service-obs@0.58.
|
|
158
|
-
opendal-service-oss@0.58.
|
|
159
|
-
opendal-service-s3@0.58.
|
|
160
|
-
opendal-service-webdav@0.58.
|
|
161
|
-
opendal-service-webhdfs@0.58.
|
|
138
|
+
opendal@0.58.1 X
|
|
139
|
+
opendal-core@0.58.1 X
|
|
140
|
+
opendal-http-transport-reqwest@0.58.1 X
|
|
141
|
+
opendal-layer-concurrent-limit@0.58.1 X
|
|
142
|
+
opendal-layer-logging@0.58.1 X
|
|
143
|
+
opendal-layer-retry@0.58.1 X
|
|
144
|
+
opendal-layer-throttle@0.58.1 X
|
|
145
|
+
opendal-layer-timeout@0.58.1 X
|
|
146
|
+
opendal-ruby@0.1.9 X
|
|
147
|
+
opendal-service-azblob@0.58.1 X
|
|
148
|
+
opendal-service-azdls@0.58.1 X
|
|
149
|
+
opendal-service-azfile@0.58.1 X
|
|
150
|
+
opendal-service-azure-common@0.58.1 X
|
|
151
|
+
opendal-service-cos@0.58.1 X
|
|
152
|
+
opendal-service-fs@0.58.1 X
|
|
153
|
+
opendal-service-gcs@0.58.1 X
|
|
154
|
+
opendal-service-ghac@0.58.1 X
|
|
155
|
+
opendal-service-http@0.58.1 X
|
|
156
|
+
opendal-service-ipmfs@0.58.1 X
|
|
157
|
+
opendal-service-obs@0.58.1 X
|
|
158
|
+
opendal-service-oss@0.58.1 X
|
|
159
|
+
opendal-service-s3@0.58.1 X
|
|
160
|
+
opendal-service-webdav@0.58.1 X
|
|
161
|
+
opendal-service-webhdfs@0.58.1 X
|
|
162
162
|
openssl-probe@0.2.1 X X
|
|
163
163
|
ordered-multimap@0.7.3 X
|
|
164
164
|
parking_lot@0.12.5 X X
|
|
@@ -219,7 +219,7 @@ rustls-pki-types@1.15.0 X X
|
|
|
219
219
|
rustls-platform-verifier@0.7.0 X X
|
|
220
220
|
rustls-platform-verifier-android@0.1.1 X X
|
|
221
221
|
rustls-webpki@0.103.13 X
|
|
222
|
-
rustversion@1.0.
|
|
222
|
+
rustversion@1.0.23 X X
|
|
223
223
|
ryu@1.0.23 X X
|
|
224
224
|
salsa20@0.10.2 X X
|
|
225
225
|
same-file@1.0.6 X X
|
|
@@ -303,7 +303,7 @@ writeable@0.6.3 X
|
|
|
303
303
|
xattr@1.6.1 X X
|
|
304
304
|
yoke@0.8.3 X
|
|
305
305
|
yoke-derive@0.8.2 X
|
|
306
|
-
zerocopy@0.8.
|
|
306
|
+
zerocopy@0.8.54 X X X
|
|
307
307
|
zerofrom@0.1.8 X
|
|
308
308
|
zerofrom-derive@0.1.7 X
|
|
309
309
|
zeroize@1.9.0 X X
|
data/README.md
CHANGED
|
@@ -7,7 +7,10 @@ OpenDAL's Ruby [gem](https://rubygems.org/gems/opendal): access S3, GCS, Azure B
|
|
|
7
7
|
|
|
8
8
|

|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
We release the OpenDAL Ruby binding independently of the
|
|
11
|
+
[`opendal` crate](https://crates.io/crates/opendal) (Rust core). For updates
|
|
12
|
+
and compatibility, use the Ruby binding version instead of the `opendal` crate
|
|
13
|
+
version.
|
|
11
14
|
|
|
12
15
|
## Useful Links
|
|
13
16
|
|
data/Rakefile
CHANGED
|
@@ -123,13 +123,6 @@ end
|
|
|
123
123
|
directory "lib"
|
|
124
124
|
|
|
125
125
|
extension_sources = FileList["Cargo.toml", "build.rs", "src/**/*.rs"]
|
|
126
|
-
# CargoBuilder invokes `cargo rustc --locked`, but Cargo.lock is not tracked
|
|
127
|
-
# for this binding. Model it as a generated file so Rake creates it only for
|
|
128
|
-
# tasks that need the native extension build.
|
|
129
|
-
file "Cargo.lock" => "Cargo.toml" do
|
|
130
|
-
sh ENV.fetch("CARGO", "cargo"), "generate-lockfile", "--manifest-path", "Cargo.toml"
|
|
131
|
-
end
|
|
132
|
-
|
|
133
126
|
file EXTENSION_PATH => ["lib", "Cargo.lock", *extension_sources] do
|
|
134
127
|
original_verbose = Gem.configuration.verbose
|
|
135
128
|
# `:loud` enables RubyGems' highest verbosity and prints the exact Cargo
|
data/lib/opendal_ruby.so
CHANGED
|
Binary file
|
data/opendal.gemspec
CHANGED
|
@@ -65,8 +65,12 @@ Gem::Specification.new do |spec|
|
|
|
65
65
|
# the unpacked files when Bundler loads this gemspec from an installed gem.
|
|
66
66
|
spec.files = Dir.chdir(__dir__) do
|
|
67
67
|
git_files = tracked_files_or_glob.call(__dir__).reject do |f|
|
|
68
|
-
f.start_with?(*%w[.bundle/ gems/ pkg/ target/ tmp/ .git/ vendor/]) ||
|
|
68
|
+
f.start_with?(*%w[.bundle/ gems/ pkg/ target/ tmp/ .git/ vendor/]) ||
|
|
69
|
+
f.end_with?(*%w[.log .tmp .bak]) ||
|
|
70
|
+
(f.end_with?(".lock") && f != "Cargo.lock") ||
|
|
71
|
+
f == "."
|
|
69
72
|
end
|
|
73
|
+
git_files |= ["Cargo.lock"] if File.file?("Cargo.lock")
|
|
70
74
|
|
|
71
75
|
# When building release package, include core directory files for rake build
|
|
72
76
|
distributed_core_dir = "core"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opendal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: aarch64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- OpenDAL Contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email:
|
|
@@ -22,6 +22,7 @@ files:
|
|
|
22
22
|
- ".tool-versions"
|
|
23
23
|
- ".yardopts"
|
|
24
24
|
- CONTRIBUTING.md
|
|
25
|
+
- Cargo.lock
|
|
25
26
|
- Cargo.toml
|
|
26
27
|
- DEPENDENCIES.md
|
|
27
28
|
- DEPENDENCIES.rust.tsv
|