hstorly 0.1.2 → 0.1.3

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: dcca16b1add0b062644a31d3c58c7a8355e01e65
4
- data.tar.gz: a2b5960e0f99c97fa69bfc1f307b0acc093fdbed
3
+ metadata.gz: 49e78f2ad73e498d1ddfa10fc098789d2d558680
4
+ data.tar.gz: 2e1ea65d75bd2e55b63cac691a18b9751aeb4b05
5
5
  SHA512:
6
- metadata.gz: 31dceccdeb55530dd4e0715ba772516ed9ad3454e3d60d6799344a71eb476f2b77fb07faaf1307c40f6080c0e87dea4b143ffcf690cb202791a53058607644bd
7
- data.tar.gz: 2413adf12f8784b98507b1c14f34d855563be61f9e1747c52b8143ef6c197a33b245e404cac89c4e2902e5c8c31e2b84dc6153da43acb05172d4052837b034b2
6
+ metadata.gz: e312a4c80366882291c1951790c9386a89d5d4742c8d32d366f4f41012b11846a74daa66012ba458002e56f026e235e54a8477981edb6f9c2d483b856d8111d0
7
+ data.tar.gz: cad22851fc00c78fe5709f77d16c63f368bed439f6ea8674266bc5bc5639d4968ccfc32230fbc474cb251bf46f8542d4759f5f89e17a6898f3e002a903fbb7f1
@@ -22,7 +22,7 @@ module Hstorly
22
22
  if value.is_a?(Hash)
23
23
  write_attribute attribute, value
24
24
  elsif self[attribute].present?
25
- write_attribute attribute, send(attribute).merge({I18n.locale => value })
25
+ write_attribute attribute, self[attribute].merge({I18n.locale => value })
26
26
  value
27
27
  else
28
28
  write_attribute attribute, {I18n.locale => value }
@@ -1,3 +1,3 @@
1
1
  module Hstorly
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hstorly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hendrik Kleinwaechter