sijka 0.0.3.3.3 → 0.0.3.3.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: 3225ad7bad75ffe76e2762a56b2aa1bdb22669b4
4
- data.tar.gz: a00f99643c2e51c6b0dbc65c5cc993d32e7ebdfb
3
+ metadata.gz: 01ee39cd1c5125ab27462733bead5664d079ad9d
4
+ data.tar.gz: c0702b7347228b33e631b7ba486bf9feba424a42
5
5
  SHA512:
6
- metadata.gz: 19b9c39e979b1629c41a817128299bd00c2f5e826fae002952e109e780a083f8aad20352563d1445e6701247ab167e3f54b027ef0a24cddbb9adde219b28df15
7
- data.tar.gz: 673a653a4af9d1c76e18897e3fa030ff5dad6937eab15604125ae0d73d36f5637a5c853d0309fcb7b320e227b1c417633c9800de0ff059e3c5c749eef7548b8a
6
+ metadata.gz: a75ae067d54df056be0b2566170843951d55af18568702990ad632752b74fc9fd3a67ceaa36579fb026a633157390967e324bcb6377c03c2140d4f09d978b70a
7
+ data.tar.gz: e0952f3c1503dca45d5e7b1fffda382810fb658424a6a9e63fe4665d71218d0c94c372b4c3ca05ebc91648f511720209d9b68bd1d70309ebf266100eeaa713bc
@@ -7,8 +7,8 @@ module Sijka
7
7
  I18n.enforce_available_locales = false
8
8
  end
9
9
 
10
- def smoken_with_locale(subject = 'sijka')
11
- I18n.t subject, locale: I18n.locale, default: I18n.t(subject, locale: :en)
10
+ def smoken_with_locale(subject)
11
+ I18n.t subject, locale: I18n.locale, default: I18n.t('sijka', locale: :en)
12
12
  end
13
13
  end
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module Sijka
2
- VERSION = '0.0.3.3.3'.freeze
2
+ VERSION = '0.0.3.3.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sijka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.3.3
4
+ version: 0.0.3.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario_Sparta