dtr_core 0.2.3 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e15634e89ddfb8c1e44545a37c658e8f325ca63a4c20b25276012eef5b8031f5
4
- data.tar.gz: 216b926f76a91092c6738af46ad1466af3d62522ff7786b3125bbd96a97b07f6
3
+ metadata.gz: 3352d93fadaa5ab7f0ff8eb5f5efbfe60612ab00b6ae6a78eabd52493a706058
4
+ data.tar.gz: 71ce0be5d19044f5e0dd3b0ecf18622932ee66826af2ca9866dbf0a0b68020bb
5
5
  SHA512:
6
- metadata.gz: 0f2e0bb8f5c398d5c4f9508066de783ff36c8305453ff1f34fc77bd1754792820dd167e3d99fdaf891a29c25fbaa5da3adfc94702a9a307d579bcf7d1c82ac41
7
- data.tar.gz: f5ce52e4ba4759c4ed35026071449442a9fe1cb0bfac75ef7e736fdc3c0bb86203a7421c3c400bca611d51dc46cfb45c2006554a8f5e836f00d203907202c7f5
6
+ metadata.gz: 5c84f2e6aa5a073d1a51459b935ea250e7da97348bbb0dc7db73512e5039d632d17b99523aff63c6407112764827c5dc97913b16aa659c490b15d325f62946c3
7
+ data.tar.gz: 6ca2a19d5eda16344272aeb6fe26d408b39be39f7b59323361b05f37c1a99540276734ea194cb9a2e458b8ea9c0164dd3d0ec181a719ea9173c08ca2cd37dffa
@@ -29,7 +29,7 @@ module DTRCore
29
29
  { name: 'multiply_numbers', description: 'Multiply two numbers.', category: INSTRUCTION_CATEGORY_NUMERIC },
30
30
  { name: 'divide_numbers', description: 'Divide two numbers.', category: INSTRUCTION_CATEGORY_NUMERIC },
31
31
  # string operations
32
- { name: 'add_strings', description: 'Concatenate two strings.', category: INSTRUCTION_CATEGORY_STRING }
32
+ { name: 'add_strings', description: 'Concatenate two strings.', category: INSTRUCTION_CATEGORY_STRING },
33
33
  # environment operations
34
34
  { name: 'contract_address', description: 'Get the contract address.', category: INSTRUCTION_CATEGORY_ENVIRONMENT}
35
35
  ].freeze
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.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Durst