accepts_nested_serialized_attributes 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b1940475b622c6225080765c6e1edaf9ca7b034
4
- data.tar.gz: a2fd850fc13cb62a6182fbee1f659431c30fb3e7
3
+ metadata.gz: f477629adbf073bd9d37a2b7eadfeae0379a111b
4
+ data.tar.gz: 89770b86538dd538eee4c173670c440ba4774307
5
5
  SHA512:
6
- metadata.gz: 11dc0e8d40cdec1e7fb7b1b0a6acf159a7da3e95387bead7be58bb2c24ead729a7d81df302db0c0f29dae14ec44867e36fb8e866961ed042fd79dce98f8ba71d
7
- data.tar.gz: cbbb3ef526be55361fb98f6ab0976bfc13d93d00d4eeed4f6b1a5c8417ed3c396f638813fabf795e3277e297c879aa4f760a38a405b9375bd53cdba4df8620ee
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")
@@ -1,3 +1,3 @@
1
1
  module AcceptsNestedSerializedAttributes
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: {}