dirty_associations 0.2.0 → 0.2.1
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 +4 -4
- data/lib/dirty_associations/version.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a65574b97c92c0fe647e9186b3a15ddda3b131c
|
|
4
|
+
data.tar.gz: 25aa22d82fc9c76ed6310b4b5605fd49d1a378c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75feb4f410bd61d3e78fea770c8511d8f2ebe1dde334e2c33e7e552c79cb9439decf580b73d47689288d532663fef1596cfd087c3ad72f2341912d32456e1361
|
|
7
|
+
data.tar.gz: 29e9e0775a5669199c8eeed9eba2906eb169c7d542f72767ef97ace4d55652094e6e8e419b78749341ce790441484446a50e7291f3edd57933ff2efbad501571
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dirty_associations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jen Page
|
|
@@ -52,8 +52,8 @@ dependencies:
|
|
|
52
52
|
- - '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: Provides a concern for monitoring changes to has_many
|
|
56
|
-
ActiveModel::Dirty.
|
|
55
|
+
description: Provides a concern for monitoring changes to has_many and has_many_and_belongs_to
|
|
56
|
+
associations using ActiveModel::Dirty.
|
|
57
57
|
email:
|
|
58
58
|
- jenipage1989@gmail.com
|
|
59
59
|
executables: []
|
|
@@ -113,7 +113,8 @@ files:
|
|
|
113
113
|
- test/factories/foo.rb
|
|
114
114
|
- test/test_helper.rb
|
|
115
115
|
homepage: https://github.com/jmpage/dirty_associations
|
|
116
|
-
licenses:
|
|
116
|
+
licenses:
|
|
117
|
+
- MIT
|
|
117
118
|
metadata: {}
|
|
118
119
|
post_install_message:
|
|
119
120
|
rdoc_options: []
|
|
@@ -134,7 +135,8 @@ rubyforge_project:
|
|
|
134
135
|
rubygems_version: 2.0.0
|
|
135
136
|
signing_key:
|
|
136
137
|
specification_version: 4
|
|
137
|
-
summary: Provides a concern for monitoring changes to has_many
|
|
138
|
+
summary: Provides a concern for monitoring changes to has_many and has_many_and_belongs_to
|
|
139
|
+
associations.
|
|
138
140
|
test_files:
|
|
139
141
|
- test/dirty_associations_test.rb
|
|
140
142
|
- test/dummy/app/assets/javascripts/application.js
|