innologix 0.0.5 → 0.0.6

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: adc97eb5a68f5cf28cd99327e98fc2caad42082a
4
- data.tar.gz: 3ecc23f3d40fb46f8b267a01caa11e10b899f9d0
3
+ metadata.gz: a24eaa320003bc7f76305fb3cce0f5541db009e5
4
+ data.tar.gz: 77b50c5944e9516561582a53f3aa41bc99c0c185
5
5
  SHA512:
6
- metadata.gz: 21b5ddd10ff957716e7e920863524336623cb30e8421ad3f832ec23ca8d01e411c5477d3884a46185e153ba7ee52f842ec132103591a7e8c5f9656aa84f15083
7
- data.tar.gz: ec7d2c1d4d23f77ae27f200a9d85f049849bb012a66e77072c68384ff8a1b1283b4b979e11ef8bb4590e78e1ebe75b91d4ea3a61301569f566c86a93b5d7dc6b
6
+ metadata.gz: 887cb132491e84ed3acdbf81d973e318aa31f0fca404502b42f7d0e03d01b886ad61b3fd78da29028e2f8cb34b708114e3a735d31f1a5653d23570f8521ea86f
7
+ data.tar.gz: 5a2a1e7ca24b02cc0df3603b67c75d0df9cf1170b917049083ccf478eca90bb052bd67aaa3bb874cff57d0bb9be460856707a873d08a01aa271ed1038c6163d3
@@ -96,6 +96,13 @@ module Innologix
96
96
  group.supervisor_id = attributes[:supervisor_id]
97
97
  group.created_at = attributes[:created_at]
98
98
  group.updated_at = attributes[:updated_at]
99
+
100
+ group.m2ms = []
101
+ if attributes[:m2ms] != nil
102
+ attributes[:m2ms].each do |m2m|
103
+ group.m2ms.push(Innologix::M2m.new(m2m))
104
+ end
105
+ end
99
106
  group
100
107
  end
101
108
  end
@@ -1,3 +1,3 @@
1
1
  module Innologix
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: innologix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - SkyLab Innogram