russial 0.9.0 → 0.9.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: 389e7a04267e1b9a54e05b95132bc673f6aad07f
4
- data.tar.gz: 258e0009c09ccd332b8105b221e18509840b61cc
3
+ metadata.gz: 8a8fca2276ace25021a9691b5e16a0a690a38b55
4
+ data.tar.gz: 058a230274acf90a2499302ee55d693d20c44759
5
5
  SHA512:
6
- metadata.gz: c8805f7efb94a78ee6bf4beb835746e6429d27a6ebd9eaa8a3046909c5bc036c87ae401ae7e9c7b9f248045bc5c4460b4cbe0e4ce7783cd8d9a389115e8779be
7
- data.tar.gz: 72f23efcc2de0e9ca68ac9307bbaa29c80d7a3c5309e77a8b111218d54b49a8623d8363a300ed37964a26f5324c956c4642a322acbd367490b44adf6cf94b3b5
6
+ metadata.gz: 4cb189067c29ba7638f46220df4bbc7c1a13e5d8ec62e88c7129fde5b0c9ad1d785b49f0dd9ad75b393a2a889820f81ef68016998b6666225b80c8ff39766798
7
+ data.tar.gz: 68150d5651439a8afe473b8f66b29591c9a04b35a5b8e108eb55c3e9f464838fe8a6529defec43078e8deb95a72d5c56d8b4cc2edd75a802ca37ccaabf3d6737
data/README.md CHANGED
@@ -29,7 +29,7 @@ Keys must be symbols.
29
29
 
30
30
  ### Plain Ruby
31
31
 
32
- With plain Ruby it's looks like:
32
+ With plain Ruby it looks like:
33
33
 
34
34
  ```ruby
35
35
  ruby_dictionary = {
@@ -1,5 +1,4 @@
1
1
  # frozen_string_literal: true
2
- require "i18n"
3
2
 
4
3
  class Russial
5
4
  module Dictionary
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  class Russial
3
- VERSION = "0.9.0"
3
+ VERSION = "0.9.2"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: russial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mesto.ru
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-30 00:00:00.000000000 Z
11
+ date: 2017-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler