dynabute 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: f7df1bc14b41ec082f3a703c3848a589628d5f79
4
- data.tar.gz: 36ad63195be66694299d49a18cf16fdc53e2d771
3
+ metadata.gz: cb0019189845b7bd3e737b68380c3a904ed950fa
4
+ data.tar.gz: 9254e6306222896e3fe25504f074d3b0a67454ca
5
5
  SHA512:
6
- metadata.gz: b0bb62e29123bdad914df884dda2e053db86aba56cef222378bb7baa13317f655b1118fd1791603c829b24a282c59e859fc580e116eed78cd64a5aea2c870316
7
- data.tar.gz: 462e119f32f7b02d67c850f69c67d81f0afaa7b5a2f1761f3d4806667a259660101d3db94c37fab5a24e21c799a786c08eb3e76f22e70ecacb598e71baabd6d4
6
+ metadata.gz: 4229bcbaed809be6195fc861a32bf4741d598f7c5025f6422f4025408474d54c65bda0a08258fae7e4583af689a1327bb36a18c6f9e4d58fd7dd03aa0606aa37
7
+ data.tar.gz: 017941dfec895439836c972324c898ab8bc23e052c95807b78b9db727d533ba350af1e8484ebd64ff6be2c513d7e841030c02254e5e0bd45a15ed3aea1bb040d
@@ -5,7 +5,7 @@ module Dynabute
5
5
  class FieldNotSpecified < StandardError; end
6
6
  class Builder
7
7
  def initialize(attributes_list, dynabutee)
8
- @attributes_list = attributes_list
8
+ @attributes_list = attributes_list.map{ |a| a.with_indifferent_access }
9
9
  @nested_attributes_to_assign = {}
10
10
  @dynabutee = dynabutee
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module Dynabute
2
- VERSION = '0.0.6'
2
+ VERSION = '0.0.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynabute
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
  - Liooo