expressir 2.4.10 → 2.4.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a8a349971d0d91880df982145a16571130609ca66be9082aa512dad577e2156
4
- data.tar.gz: 19c5b335acdf93eb742096e0405424f7a45fa271aeaa9fd6e7f000787e0574e4
3
+ metadata.gz: 29d1099f121d8528e495476328a9388278187589c0358db455d57e231055a6dc
4
+ data.tar.gz: 6cadd85e6d2b1184ff1cc53883857698f5c3b0d8985ac2f6f962986ceeb84326
5
5
  SHA512:
6
- metadata.gz: 431c803fc5c99f82c513734225fb7cf37f039c7dae5da6f85b130e778cf1b2f2b34bd37a5288b86ad2fd8a2c6861441263e6313501dc484d88ca15b80ece156f
7
- data.tar.gz: 873c8f40bc8c08970258106903cccc04e18b758a5af3a3cd48bf685c909f9cefe3231c4570c64fe87f96bb4e74aced28883e5be2174d3f50683905a731459549
6
+ metadata.gz: 82bd2f4cd92180180f6c9b831dd0964950cc8be5a71e51bd5e737a6538289dad0a7e7b0e91902e6462f7df5aa6878fa0b6ec58c99b019a88e8e8145322eec935
7
+ data.tar.gz: 6c60ea124de34b72f42107538fce8d527488361957eeec4b42e0b7a1b769ac2e4254e17f292fd1be151902ee8a0dab2328d583c71e9290582019f28fc92987ac
@@ -10,7 +10,10 @@ crate-type = ["cdylib"]
10
10
 
11
11
  [dependencies]
12
12
  magnus = { version = "0.9" }
13
- expressir-rs = { git = "https://github.com/lutaml/expressir-rs", branch = "main" }
13
+ # Pinned core release (M1, TODO.parity-ee/19): the ext never floats
14
+ # main — bump the tag per expressir release, alongside the validation
15
+ # run that pins it.
16
+ expressir-rs = { git = "https://github.com/lutaml/expressir-rs", tag = "v0.1.4" }
14
17
  serde_json = "1.0"
15
18
 
16
19
  # Standalone workspace: the repo root workspace owns crates/, the ext
@@ -3,6 +3,6 @@ module Expressir
3
3
  # autoload it (Ruby autoload only works for module/class constants, not
4
4
  # for string constants like `Expressir::VERSION`).
5
5
  module Version
6
- VERSION = "2.4.10".freeze
6
+ VERSION = "2.4.11".freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: expressir
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.10
4
+ version: 2.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.