expressir 2.4.8 → 2.4.9
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/ext/expressir_core/Cargo.toml +0 -5
- data/lib/expressir/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1dac0cba9583d9371198d313d26da56bb31fa9b62392acd9548981eda41a115a
|
|
4
|
+
data.tar.gz: e0b069f89d8358e1244d930ddac24f56be78bfe2aa6e3bf9ab91b895049326fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2f3cf0c7f2d375454ebcd182eb0bfcbffbf3b1725b484b9c8e81a92fbef9de65384509eff26aea2462adf4888c375d0d7e7bd5228ac59cff974cdc7c7c78d1a
|
|
7
|
+
data.tar.gz: d61dcd5186a1c52bf1a259fa3146bc6e3ca6701459785a3854d5a2e3c430bb1ded81267ad90fba4ee345531f6822baee5ebe2535d848bc3d5f19d7d4ddaa49f6
|
|
@@ -17,8 +17,3 @@ serde_json = "1.0"
|
|
|
17
17
|
# is built by rb_sys with its own cargo invocation.
|
|
18
18
|
[workspace]
|
|
19
19
|
|
|
20
|
-
# Same magnus/rb-sys pins as parsanol-ruby (Ruby 4.0 support).
|
|
21
|
-
[patch.crates-io]
|
|
22
|
-
magnus = { git = "https://github.com/matsadler/magnus", rev = "9407bd9" }
|
|
23
|
-
magnus-macros = { git = "https://github.com/matsadler/magnus", rev = "9407bd9" }
|
|
24
|
-
rb-sys = { git = "https://github.com/oxidize-rb/rb-sys.git", rev = "daa12b6521a0c442a705d7f9a929029119aab1d6" }
|
data/lib/expressir/version.rb
CHANGED