dtr_core 0.11.3 → 0.11.4

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf259c0fa09e996c7a8734178f172c6a6c634208507163947fb3c31e7ae79ff2
4
- data.tar.gz: e6f7df77e81e7cec19938f284185c02ee75792f685919b816e99e28d98531d58
3
+ metadata.gz: 87fa41dc9a1d657126e69fa9a54685ffabfe8d9f1be134aa9d6ed9cf5a4e01bf
4
+ data.tar.gz: 4d140d5455e46be956f58ca632fe3b464494a49cb4f7a9901162b64ef3cb0da5
5
5
  SHA512:
6
- metadata.gz: a5544cb10f24d134ee3c96d8ab8f2d0911a89b4492e33952ba466a60b86648c6b5a74d337ba5821ffcef955c6229a5d492bb00ebd04a3b318006d9dfaa16551e
7
- data.tar.gz: 1fda60bb5d2adbad557e32398a0a0272de1b0e5068b632f0db3a47acea128a68167f94069ebe7568aa684872edb1761b0c562ea536c60b2be75169d62e233a81
6
+ metadata.gz: abd6cc98d4695fe231a73a92b9608cc4d244ebc6b49ef93a0b638b1b1f6d1c6f60a543bb7808292ca8c4c711109ba4f1c2954f5297747a90f64fc0ef334db328
7
+ data.tar.gz: 4788aa1a64297e492382f26ccc0ecf394c9bf4277034db5e6ab929355606d49a063a487a7ca847ce434ea016eb22317e234c028431e435802321790c9a13019b
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtr_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.3
4
+ version: 0.11.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Durst
@@ -11,10 +11,12 @@ cert_chain: []
11
11
  date: 2024-07-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |+
14
- Ruby gem serving as the reference implementation for the parsing and consumption of [Digicus Textual Representation (DTR)](https://spaced-out-thoughts-dev-foundation.github.io/digicus/#digicus-textual-representation).We expect folks to leverage this gem when writing Digicus [compiler plugins](https://spaced-out-thoughts-dev-foundation.github.io/digicus/#a-compiler-plugin-framework). As an example of this, consider looking at:
14
+ Ruby gem serving as the reference implementation for the parsing and consumption of Digicus Textual Representation (DTR). We expect folks to leverage this gem when writing Digicus compiler plugins.
15
15
 
16
- * [Soroban Rust Backend](https://github.com/spaced-out-thoughts-dev-foundation/soroban_rust_backend)
17
- * [Digicus Web Backend](https://github.com/spaced-out-thoughts-dev-foundation/digicus_web_backend)
16
+ As an example of this, consider looking at:
17
+
18
+ * Soroban Rust Backend
19
+ * Digicus Web Backend]
18
20
 
19
21
  email:
20
22
  - me@robdurst.com