russial 0.8.3 → 0.8.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
  SHA1:
3
- metadata.gz: 60419e59cd72f93622f131d5a71ab05b0c8f8932
4
- data.tar.gz: 9f9bf662368398d3b22d3019b75f5f15f4d88bee
3
+ metadata.gz: 5eef385a0b15c56df0bd66fb5934f00faf9f730f
4
+ data.tar.gz: 33727ec9f64f1c1687403d47f9c4dde20514d10f
5
5
  SHA512:
6
- metadata.gz: 7660863bd546b81c601fed053616b9c99db1debd98cb3729db6cfb7cbd9454a41ef3553d3732506d7235d3daf0bbc316ebf7e436781c359101b5d4bdc6219678
7
- data.tar.gz: 4670b1f7198351f94e7130e1cabec37d131c906ffab5cbe4c2caa6952cf11fcb895416259e3ad2480aff7a3e1845919176bb58756883da3175cb736e6f82ddb0
6
+ metadata.gz: 70776efed140150b0fb3a61aa4fac770b11163a84cc410b9be785df31f26922035dc147f1174f992abeca679fc9c5a9155006edf44fab688700060c171a5a297
7
+ data.tar.gz: 07f776ab381428162eb555141e12207a2891c7b3ede3669fe9d13db1d77af7bc7dbb718ece50b151265fc9ec0abd5e369992bcd64f15b6d0fbf8713507e73ae6
@@ -27,7 +27,7 @@ class Russial
27
27
  def initialize(word, dictionary: {}, substitutions: {})
28
28
  @word = word.to_sym
29
29
  @dictionary = prepare_dictionary(dictionary)
30
- @substitutions = substitutions
30
+ @substitutions = substitutions || {}
31
31
  @path = []
32
32
  end
33
33
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  class Russial
3
- VERSION = "0.8.3"
3
+ VERSION = "0.8.4"
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.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mesto.ru