opendal 0.1.6.pre.rc.1 → 0.1.6.pre.rc.2
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/Cargo.toml +1 -1
- 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: 5e22056579b4faaa137bd4d59d298d10d689af04d05bd77c7363a89019acaf12
|
|
4
|
+
data.tar.gz: c0a1f2c807a25de4a7081a290d818d0fad4690551e0f93957de8261ff8e918e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b1fe1eac64853c9c76a3dfccbc88f2eb3ba7db33b9c985e983b329c762171fb07743ac057fa83342784dd59f1c3a2c052069ba2fd1f40398e9da3a1a1fcd66e
|
|
7
|
+
data.tar.gz: 272317bb4e5721f7573a47c5da88162277789cdc510117876da0eee66408f459ba8d686fb2188218dd20708f7de85dc6ecaf57166e1fc80f0b2d03fc871f412a
|
data/Cargo.toml
CHANGED
|
@@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
|
|
|
25
25
|
license = "Apache-2.0"
|
|
26
26
|
repository = "https://github.com/apache/opendal"
|
|
27
27
|
rust-version = "1.82"
|
|
28
|
-
version = "0.1.6-rc.
|
|
28
|
+
version = "0.1.6-rc.2" # updates this version to bump Rubygem version during release process
|
|
29
29
|
|
|
30
30
|
[lib]
|
|
31
31
|
crate-type = ["cdylib"]
|
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: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenDAL Contributors
|
|
@@ -830,9 +830,11 @@ homepage: https://opendal.apache.org/
|
|
|
830
830
|
licenses:
|
|
831
831
|
- Apache-2.0
|
|
832
832
|
metadata:
|
|
833
|
+
bug_tracker_uri: https://github.com/apache/opendal/issues
|
|
834
|
+
changelog_uri: https://github.com/apache/opendal/releases
|
|
835
|
+
documentation_uri: https://opendal.apache.org/docs/ruby/
|
|
833
836
|
homepage_uri: https://opendal.apache.org/
|
|
834
837
|
source_code_uri: https://github.com/apache/opendal
|
|
835
|
-
changelog_uri: https://github.com/apache/opendal/releases
|
|
836
838
|
rubygems_mfa_required: 'true'
|
|
837
839
|
post_install_message:
|
|
838
840
|
rdoc_options: []
|