russial 0.8.1 → 0.8.2

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
  SHA1:
3
- metadata.gz: a0d0a9cf227df51337010d8528e06dcdf8a1baee
4
- data.tar.gz: 5b90879d2ece8d864eb7b26036a18ad316df270d
3
+ metadata.gz: 5cab0b8a5ecd5588604b8ed37f4e927fb262e55c
4
+ data.tar.gz: 625787ad743c0a18acd1775b87dc6f42b8a0d81d
5
5
  SHA512:
6
- metadata.gz: 7689c91713b0086d7ef92954d73fb0a16ba1ae3e44e346a317a594c1eeaa857d2545467d8dd19b6a547f80eeb8af5e2a5981ce771753c40c3a08fb027d961719
7
- data.tar.gz: 691a411dff21943fd2b59a1c21f43d8ef266079b988910bf2898dbcb4e8d9cc9b538802016f078dfa32096f47e5d7a3b9b87cb0b58238ede864979e8f24f3eee
6
+ metadata.gz: 9949cc6f98e8f27d62c828eb1c300cc64e39a53d5eb2b530deca44dbb538359fbe128fab2a3e86e123617693ae2adb97a1657fd6af3350da04102bb9f74f54df
7
+ data.tar.gz: f9b3b3ddf4669a631c33003218ffa074addd40f25f0a119a57e0affbf3866a7aadcb2c1fb4c4a2bbe2b7fab9bc36f19f72ee11a1c6a8d9e29fb66176bc7fb81e
@@ -29,8 +29,6 @@ class Russial
29
29
  @dictionary = prepare_dictionary(dictionary)
30
30
  @substitutions = substitutions
31
31
  @path = []
32
-
33
- initialize_defaults
34
32
  end
35
33
 
36
34
  def reset
@@ -6,6 +6,7 @@ class Russial
6
6
  super
7
7
  generate_methods
8
8
  generate_aliases
9
+ initialize_defaults
9
10
  end
10
11
 
11
12
  private
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  class Russial
3
- VERSION = "0.8.1"
3
+ VERSION = "0.8.2"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: russial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mesto.ru