dtr_core 0.4.1 → 0.5.0
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/lib/dtr_core/parser.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee072b6dce36bea6dc63d4c72d16021b519846088a3a9e2300dee4ad94e5183e
|
4
|
+
data.tar.gz: c27c0898e590ce11f2b592764e7ab8deaf91c3a4b190085aa314b22c5fcf24ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6621c3c36a912547bf75c8d9b49bac6c851fa64dfd9c2852a7b0c37fc7c583a18e130bc10030fbc710eae38768e72b2eb8e3ee1c84ea418497d599473564ae14
|
7
|
+
data.tar.gz: 397ac9609eab13ab3e2aa8b9d5d172b25cb207276f2bbbc5ae93950d5b16ccdff83089d4e52e168ea366a61d3b93c9a8428e72a43a9050f5815d88320e7acdce
|
data/lib/dtr_core/parser.rb
CHANGED
@@ -49,7 +49,7 @@ module DTRCore
|
|
49
49
|
def function_section
|
50
50
|
return @function_definitions if @function_definitions
|
51
51
|
|
52
|
-
function_section = first_match_for_content(/\[
|
52
|
+
function_section = first_match_for_content(/\[InternalFunctions\]:(?<all>.*):\[InternalFunctions\]/m)
|
53
53
|
|
54
54
|
return nil if function_section.nil?
|
55
55
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dtr_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rob Durst
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Core smart contract intermediate language (Digicus Textual Representation)
|
14
14
|
parser.
|