dtr_core 0.11.3 → 0.11.5

Sign up to get free protection for your applications and to get access to all the features.
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: ebc443343136072701e718820ba746699118e60dfb4dcc4bd16496891982fb4b
4
+ data.tar.gz: 97a0bd1cc0777a9533596ac7829657e310d92ae825601422800c4aa77b7b3063
5
5
  SHA512:
6
- metadata.gz: a5544cb10f24d134ee3c96d8ab8f2d0911a89b4492e33952ba466a60b86648c6b5a74d337ba5821ffcef955c6229a5d492bb00ebd04a3b318006d9dfaa16551e
7
- data.tar.gz: 1fda60bb5d2adbad557e32398a0a0272de1b0e5068b632f0db3a47acea128a68167f94069ebe7568aa684872edb1761b0c562ea536c60b2be75169d62e233a81
6
+ metadata.gz: 233a83f0e99800eaae0f27a080444136c0dee32a14164f3874ee6a3e356083cb3f7e1359ded50d720efd1e1a52c415dff175edecb649378ba7a13ee42aa29dca
7
+ data.tar.gz: e211885adc685d177070e5d78039bd2c9c500aa89aa58b50b9df7196aa74a3460c915ab165a081c0104d4a97b99d48648a1485d9dc4a70a3470a282194b03173
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.5
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