karamzin 1.0.1 → 1.0.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: 4e5c2e54d7c3679435e125b8f1da2206ae56c9cb
4
- data.tar.gz: f51c40873b5f90dc417e318a9fe5cc3b0324ae7d
3
+ metadata.gz: 5bb862146eebec0b5cd5e0efb85321d4c877c52d
4
+ data.tar.gz: 5de6529786a1ce66ce3b43ffc5fd7ce9e285c18f
5
5
  SHA512:
6
- metadata.gz: 1fc1c59a41a3f64c7805aa1ac9100cb8943c2cb4b8f3bdc1ba84cec397a0d5899a68fe811a24f8faf59cbe12324b193a639ec833b68c9ad61d7ac212f9de362a
7
- data.tar.gz: 5ea0f6bd272ade144b3c072896b4cf03ba623ea785558995dae5df986198c6aca94d2627ac28488bec9c66d392c92396fa63b665ee895171fd9c4aedd70f1294
6
+ metadata.gz: 486161e4ff65e1ac326cfa2ebaa3dc7db945ac19b35cc50772d5a64c841d21ca51f3f9f276b911dc5c4f7786fc688886f0df6c41abcfe066811b526b5d0ad118
7
+ data.tar.gz: ad270bb39bc3b09403f619bde07138f4d0eae713482bbd20529d97620e2216a99e196f21714b7bf5504352e8548d68d25d53f0696ed111426391eebdf115f4d9
@@ -6,8 +6,8 @@ require 'karamzin/words_helper'
6
6
  require 'yaml'
7
7
 
8
8
  module Karamzin
9
- include WordsHelper
10
9
  include Config
10
+ include WordsHelper
11
11
 
12
12
  E_LETTER = 'е'
13
13
  YO_LETTER = 'ё'
@@ -1,5 +1,6 @@
1
1
  module Karamzin
2
2
  class Dictionary
3
+ include Config
3
4
  def initialize(name)
4
5
  @dictionary = make_dictionary name
5
6
  end
@@ -1,3 +1,3 @@
1
1
  module Karamzin
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: karamzin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov