dtr_to_rust 0.2.7 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/instruction/handler.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eabb499b2e25982294bc11b888ca9ffee179ef95d157a2be49504e19dc80802d
4
- data.tar.gz: 18f93c3aede7c92866d942fb055d9ebcf20f1eeb7d8f6362cbcf2514f5bd3ead
3
+ metadata.gz: 2e162b79fdd4a6f372b08c6b36c28980c2c4cb1d66577a80d23a244f6ade8cd3
4
+ data.tar.gz: a570d2d370182232c38e425c4e179996308ca15db6430d8bfc341a69ff470800
5
5
  SHA512:
6
- metadata.gz: e952945621e5e793f4d33a7c930a87dd1f5aa9e6489eff3c3c52967aea02b04572112dd8377b87c4d3a2be35f993ec7b2834f9ef15471583e1b6250095424e55
7
- data.tar.gz: fef0476e3724474a6cb0a996d9baea0d6854f00aad5cee3b123b3b6f56ca2abc3324b6a0078a0527df3f3660ea9149138d5c7f35b5d3147822290bb720f35af1
6
+ metadata.gz: 1386ba89bdcd93832c74f7cb6cbb1d832a27ea7f53c0fdb0cfe8ccd1dd9b2922d55f193450673e8d3b1320cefd82c8ec8a78edb0e8b13b81b2e40c4c14ac83ae
7
+ data.tar.gz: 79436cffb6d41f451c18a43b6fac27946f47d636e1a444a52a2b153216edbf1ae5b6a5d139fd39024e4ee2dc262d476dd2cae246aacdd667554f693ac81f69ac
@@ -13,7 +13,7 @@ module DTRToRust
13
13
  end
14
14
 
15
15
  def spacing(scope)
16
- ' ' * scope
16
+ ' ' * (scope + 1)
17
17
  end
18
18
 
19
19
  def form_rust_string(instruction_string, scope)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtr_to_rust
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.9
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-06 00:00:00.000000000 Z
11
+ date: 2024-06-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rust to DTR translator (Digicus Textual Representation).
14
14
  email: