accepts_nested_serialized_attributes 0.0.1 → 0.0.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f477629adbf073bd9d37a2b7eadfeae0379a111b
|
|
4
|
+
data.tar.gz: 89770b86538dd538eee4c173670c440ba4774307
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9622058ff1570ebc7e0103adecfcc8b0434d6775dd2a4bb512fccf1a4cd05d0856680a01727e213a4a29730366a56552a4b02a4b6ee501db10245b792ab9f1e9
|
|
7
|
+
data.tar.gz: 4705a216d84114486333f7cdf72b55cb31f90528866b17bc2ca56edaeadd3b10dfdea21b8f157113df4fffe988384f2b3a99132081e1f3d5be8abb6cbca4c28f
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["diego@greyrobot.com"]
|
|
11
11
|
spec.summary = %q{Adds support for serializing nested associations that work with accepts_nested_attributes_for.}
|
|
12
12
|
spec.description = %q{A tiny hack for Rails to make Model#as_json(include: :association) return a hash with association keys suffixed with _attributes.}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/DiegoSalazar/accepts_nested_serialized_attributes.git"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: accepts_nested_serialized_attributes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Diego Salazar
|
|
@@ -102,7 +102,7 @@ files:
|
|
|
102
102
|
- lib/accepts_nested_serialized_attributes/version.rb
|
|
103
103
|
- spec/spec_helper.rb
|
|
104
104
|
- spec/the_spec.rb
|
|
105
|
-
homepage:
|
|
105
|
+
homepage: https://github.com/DiegoSalazar/accepts_nested_serialized_attributes.git
|
|
106
106
|
licenses:
|
|
107
107
|
- MIT
|
|
108
108
|
metadata: {}
|