opendal 0.1.6.pre.rc.1-arm64-darwin-23 → 0.1.6.pre.rc.2-arm64-darwin-23
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/opendal_ruby/opendal_ruby.bundle +0 -0
- data/opendal.gemspec +8 -4
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49dbb5db67d7c48f56c1113921b82e15f610fa24e375e54497d99d8ee01ad12c
|
|
4
|
+
data.tar.gz: 9a0e5149e6c440dc3f9f98d8f79f2e32f312a297c5e1ac3f5d8a5881ff8ac5d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26255d84ea28281ccfc48a78b1877048f16a024bbc0de0015c59613c47f7cf3ee5782edbb9f5919ce6aef97fb29a91aaf056bccf1571c41d398cecfc8e61ae92
|
|
7
|
+
data.tar.gz: 365ba275ec6b889780eb6747a660cb2e47cc82b744b7f16630c3ca1e5c86d7411c186b75ccb55d2fa6b30c166ec3550c2b9d8abf52cc8e880bc42306d85b25fe
|
|
Binary file
|
data/opendal.gemspec
CHANGED
|
@@ -41,10 +41,14 @@ Gem::Specification.new do |spec|
|
|
|
41
41
|
spec.homepage = "https://opendal.apache.org/"
|
|
42
42
|
spec.license = "Apache-2.0"
|
|
43
43
|
|
|
44
|
-
spec.metadata
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
44
|
+
spec.metadata = {
|
|
45
|
+
"bug_tracker_uri" => "https://github.com/apache/opendal/issues",
|
|
46
|
+
"changelog_uri" => "https://github.com/apache/opendal/releases",
|
|
47
|
+
"documentation_uri" => "https://opendal.apache.org/docs/ruby/",
|
|
48
|
+
"homepage_uri" => spec.homepage,
|
|
49
|
+
"source_code_uri" => "https://github.com/apache/opendal",
|
|
50
|
+
"rubygems_mfa_required" => "true"
|
|
51
|
+
}
|
|
48
52
|
|
|
49
53
|
# Specify which files should be added to a source release gem when we release OpenDAL Ruby gem.
|
|
50
54
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opendal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.6.pre.rc.
|
|
4
|
+
version: 0.1.6.pre.rc.2
|
|
5
5
|
platform: arm64-darwin-23
|
|
6
6
|
authors:
|
|
7
7
|
- OpenDAL Contributors
|
|
@@ -210,9 +210,11 @@ homepage: https://opendal.apache.org/
|
|
|
210
210
|
licenses:
|
|
211
211
|
- Apache-2.0
|
|
212
212
|
metadata:
|
|
213
|
+
bug_tracker_uri: https://github.com/apache/opendal/issues
|
|
214
|
+
changelog_uri: https://github.com/apache/opendal/releases
|
|
215
|
+
documentation_uri: https://opendal.apache.org/docs/ruby/
|
|
213
216
|
homepage_uri: https://opendal.apache.org/
|
|
214
217
|
source_code_uri: https://github.com/apache/opendal
|
|
215
|
-
changelog_uri: https://github.com/apache/opendal/releases
|
|
216
218
|
rubygems_mfa_required: 'true'
|
|
217
219
|
post_install_message:
|
|
218
220
|
rdoc_options: []
|