ree_lib 1.0.95 → 1.0.96

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
  SHA256:
3
- metadata.gz: 7e8b705443daf4776540951e35b4f80fb232b95292bd0c1c589124e24914fb7d
4
- data.tar.gz: aefa991e6d624886cca7052a14b8a126222cdf4e29a0438b1b473b6b62020fe6
3
+ metadata.gz: 223876a9348e9e59a9aa90f96c2f5223fbfcc682f107ff394313c12bd56194f9
4
+ data.tar.gz: aa990adc4c53576149fa67a112ebc8b566a43f1a4ee5ff4434cd7b33b156c7e1
5
5
  SHA512:
6
- metadata.gz: c8efb3a06244abe7248da8aefa9438fcab0fad88167ead0017f82ea95aba3b25bf816b093480cb91d87c8948da0af91447c0316d25299e6357e213605f8356fc
7
- data.tar.gz: cf257f985bcf7a0b7389567480fa53790d771e56e0c45d915fcec10000f719f9ac0e28bee42468e25f7ce158ac705956509de93d70acf465f2edb83bdef4b050
6
+ metadata.gz: b1593f3e015194612c0bc3fc0fb58b3eb345100825611a3537ddeb3f1101426109b747f9b849076df37f561caa0ef15a0569da6a9acb957921e3bf0195e98bcc
7
+ data.tar.gz: a5cbc22112a3e34c7fe1f389150fe2729da8c4cec1f55489f606c0dca02cf61101e54be26f8c0a815c0beaba05cd4063f1d448f83e38f0309c4c36ae22800e91
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ree_lib (1.0.95)
4
+ ree_lib (1.0.96)
5
5
  bigdecimal (~> 3.1.6)
6
6
  binding_of_caller (~> 1.0.0)
7
7
  i18n (~> 1.14.1)
@@ -2,8 +2,8 @@ module ReeErrors
2
2
  class Error < StandardError
3
3
  include Ree::LinkDSL
4
4
 
5
- link :t, from: :ree_i18n
6
5
  link :check_locale_exists, from: :ree_i18n
6
+ link :t, from: :ree_i18n
7
7
  link :underscore, from: :ree_string
8
8
 
9
9
  def initialize(msg = nil)
@@ -20,7 +20,7 @@ module ReeErrors
20
20
  has_path = path.include?(".")
21
21
 
22
22
  if has_path
23
- pre_path = [caller_module, caller_class].compact.map { underscore(_)}.join(".")
23
+ pre_path = [caller_module, caller_class].compact.map { underscore(_1)}.join(".")
24
24
 
25
25
  if check_locale_exists(path)
26
26
  t(path, default_by_locale: :en)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ReeLib
4
- VERSION = "1.0.95"
4
+ VERSION = "1.0.96"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ree_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.95
4
+ version: 1.0.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ruslan Gatiyatov