form_obj 0.1.0 → 0.2.0

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: 37cb560bca46560cd655e1741e7a818fb3c9217c
4
- data.tar.gz: fd1faa6a1ffd99974e23cff0e99a2c02f91551be
3
+ metadata.gz: eeb32fd14183054f50cfaec89ec797af0a7f140d
4
+ data.tar.gz: 08fe5c0cdbecc3345296641b8a6e5ff40534d06a
5
5
  SHA512:
6
- metadata.gz: bab457aec9e9a0d01faa28bb1e7d4ac0e36cbfeb94a5de393d691f15bf6cad7d62aa014422aad97438f8ea29573e508e5899cea2e53cceaffc4ac21ff7fc0606
7
- data.tar.gz: 37b7c80c65d6fd042cea4559dc826fa2caeb02a52046abd66441dc48ac52ac91a71594fd44a3e24c78274253ed787679e2acc810a718dd299b847c2fa07b0418
6
+ metadata.gz: 39f4c2cd027487b12228d0faa7b28b0fee2bb52771607fdf1b950f5396d5b843d15effe3109e3bbb23c4a3cb6e0ff2184ce70c88a79078f3db9dd445a32cdbdc
7
+ data.tar.gz: 0c89aa102243011e9fddb6660e48bcadee9e81210ff1b03e0fdc9a9af05f56aabd20b946d0a81885c044f9fbd04adc7b1bc68ed4036855469dc39201560c1aa0
data/Gemfile.lock CHANGED
@@ -1,9 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- form_obj (0.1.0)
4
+ form_obj (0.2.0)
5
5
  activemodel (>= 3.2)
6
- typed_array (>= 1.0.0)
6
+ activesupport (>= 3.2)
7
+ tree_struct (>= 1.0.2)
7
8
 
8
9
  GEM
9
10
  remote: https://rubygems.org/
@@ -29,7 +30,7 @@ GEM
29
30
  diff-lcs (1.3)
30
31
  erubis (2.7.0)
31
32
  hike (1.2.3)
32
- i18n (0.9.3)
33
+ i18n (0.9.5)
33
34
  concurrent-ruby (~> 1.0)
34
35
  journey (1.0.4)
35
36
  multi_json (1.13.1)
@@ -58,6 +59,9 @@ GEM
58
59
  rack (~> 1.0)
59
60
  tilt (~> 1.1, != 1.3.0)
60
61
  tilt (1.4.1)
62
+ tree_struct (1.0.2)
63
+ activesupport (>= 3.2)
64
+ typed_array (>= 1.0.0)
61
65
  typed_array (1.0.1)
62
66
 
63
67
  PLATFORMS