abstract-synthesizer 0.0.8 → 0.0.9

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: 94b5f09e6d6303a0698d77f572badc7b97bcf964f20409fec41d034e066d5d5e
4
- data.tar.gz: 472ba6a65b8f2cb2b5d13f0813e4d67c93d515336bfbff7a6612e70c757924d7
3
+ metadata.gz: 22d772bc26562b5ccb413c16cd751a51a8ab4b49c3e9c1b2e242b4cd796db05f
4
+ data.tar.gz: 29cfbb7de6f35542b805411e1d1defc0d3580eda967b880252a97a7161ace833
5
5
  SHA512:
6
- metadata.gz: a52452357e4df9aa454b5a7a64a5b2ed0a2fe5ed369666d6bf340a7992a0c7c4756ac993928e044919aa7c85c1948442d915782aceeecf7f2ff011c575d4d533
7
- data.tar.gz: a7faf3cae3244da1e4595b40c3007204ceeb953a865f0df3209ff8723176cd997447dc4c3a105ea37ef1f139f465afbcf7550d0cecafb31969d22d9b0ae0c8b9
6
+ metadata.gz: 9805481cfdb4750aecbb881faca5135d303cd92e764df9472f6c1d4c8b57e32623cc2020ff7578c8fad2a99d82da03d9e3cd2f128541f9986a7bc85dce3c361e
7
+ data.tar.gz: d6f14ed657a2ec13624c8db3933d17dc7638cdc1049e503c2f4632d10086a804613ebf5aa55fab887495b16f683a2d5b47d0e855981d5ca21d9ca4b152f8cfb8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- abstract-synthesizer (0.0.8)
4
+ abstract-synthesizer (0.0.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/gemset.nix CHANGED
@@ -6,7 +6,7 @@
6
6
  path = ./.;
7
7
  type = "path";
8
8
  };
9
- version = "0.0.8";
9
+ version = "0.0.9";
10
10
  };
11
11
  ast = {
12
12
  groups = ["default" "development"];
@@ -1,3 +1,3 @@
1
1
  module AbstractSynthesizer
2
- VERSION = %(0.0.8).freeze
2
+ VERSION = %(0.0.9).freeze
3
3
  end
@@ -17,7 +17,7 @@ class AbstractSynthesizer
17
17
  end
18
18
 
19
19
  def clear_synthesis!
20
- translation[:template] = nil
20
+ translation[:template] = {}
21
21
  end
22
22
 
23
23
  def load_synthesis_data(data)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: abstract-synthesizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - drzzln@protonmail.com