naranya_ecm-sdk 0.0.6 → 0.0.7

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: 051efab878ede03ba71216439d6aa4985f02b2c3
4
- data.tar.gz: c3ca3396182aa10c7fc226d171a6a7864abc8ac7
3
+ metadata.gz: f9badc804b619d56f8b474aa14f14e9b82280642
4
+ data.tar.gz: f11bdde95579a9328cccc4978570d9bf0618c9e1
5
5
  SHA512:
6
- metadata.gz: 5a98037ffa90b8061bc867c208d06af0ad805b3fe01502ba01234192a66ff17794bfdc0a74f2faed3a5ab97e76721d18acf30b3fc5984765df317a47dd29fe55
7
- data.tar.gz: 47dbd509de94213649a729266e374ba3f0d1fdde04d579f2f043e7bfb8c3d8bd3fd2348a9cc2e5b250ddc4f43440a7e9c3c9f230f419f83d5406ec3f57c04c5d
6
+ metadata.gz: 3965dfc50dd5ad0a7dd672aa041b1616c988058a524018b1e567e619b4fcddd94a686423c40af640dc302429009fb7fb347565d4d86e99ec33bea1a609d06083
7
+ data.tar.gz: b2923a04c68e350f5422376adb53c39d482ee6151f09a0b16c99e93998c82ad44b8fbe3e8eb38874c2576edfab9640b8d1a203d3b0bcb7d81aae138066213c72
@@ -1,3 +1,3 @@
1
1
  module NaranyaEcm
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -77,9 +77,9 @@ module NaranyaEcm
77
77
  delegate :description, to: :description_translations
78
78
 
79
79
  def initialize(attributes = {}, persisted = false)
80
- attributes[:title_translations] = TitleTranslations.new unless attributes[:title_translations].present?
81
- attributes[:description_translations] = DescriptionTranslations.new unless attributes[:description_translations].present?
82
80
  super
81
+ attributes[:title_translations] = TitleTranslations.new unless attributes[:title_translations].present?
82
+ attributes[:description_translations] = DescriptionTranslations.new unless attributes[:description_translations].present?
83
83
  end
84
84
 
85
85
  include NaranyaEcm::Behaviors::Timestampable
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: naranya_ecm-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Quintanilla