dtr_core 0.11.1 → 0.11.3

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 +7 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63137198f11287cf84f4a62df74afb125146867e2379f59b73a6146840051748
4
- data.tar.gz: d3967276a7b33fbd0e1db027754b22746e5e464a087445466417e79a1c4730e1
3
+ metadata.gz: bf259c0fa09e996c7a8734178f172c6a6c634208507163947fb3c31e7ae79ff2
4
+ data.tar.gz: e6f7df77e81e7cec19938f284185c02ee75792f685919b816e99e28d98531d58
5
5
  SHA512:
6
- metadata.gz: 41066cf773aa89c5bcf005ca9306b5286f1c8a5d84e73d8a43feee2754c33c0f2228a8576c99d744a55e6d1e2554d55edace7d39494da3580f871e79ac4529a7
7
- data.tar.gz: ca54b572bad2667dd337184ac9b5c74addcdf5290912e0efe8e707bc7cf545dc1ab098c0f9015b55f700aee46de5a5c8f8296e97333026840441ffe2f71250df
6
+ metadata.gz: a5544cb10f24d134ee3c96d8ab8f2d0911a89b4492e33952ba466a60b86648c6b5a74d337ba5821ffcef955c6229a5d492bb00ebd04a3b318006d9dfaa16551e
7
+ data.tar.gz: 1fda60bb5d2adbad557e32398a0a0272de1b0e5068b632f0db3a47acea128a68167f94069ebe7568aa684872edb1761b0c562ea536c60b2be75169d62e233a81
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.1
4
+ version: 0.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Durst
@@ -10,8 +10,12 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2024-07-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Core smart contract intermediate language (Digicus Textual Representation)
14
- parser.
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:
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)
18
+
15
19
  email:
16
20
  - me@robdurst.com
17
21
  executables: []