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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 690ddc95616a5296f9b9ed9023b00b832202b01c
4
- data.tar.gz: ad1f6408aa5f8e310f596fa22406f9eb53adec18
3
+ metadata.gz: 2a65574b97c92c0fe647e9186b3a15ddda3b131c
4
+ data.tar.gz: 25aa22d82fc9c76ed6310b4b5605fd49d1a378c9
5
5
  SHA512:
6
- metadata.gz: e7c345354039b42bb39f332364648cec8ef8688b9fa5953da31ef8ec0e060751ce75bf19507b2ecd0d47f5ced72e4a707caf69f82c922c121a4f3a549057de3b
7
- data.tar.gz: 9d3058591a35734e2a7dc02198393a4a89722a5a0cb798ff15b69feb0c75757fcf6fef009328951ee8122fd46565168597af64e8ce0357752de1d253331ad9f9
6
+ metadata.gz: 75feb4f410bd61d3e78fea770c8511d8f2ebe1dde334e2c33e7e552c79cb9439decf580b73d47689288d532663fef1596cfd087c3ad72f2341912d32456e1361
7
+ data.tar.gz: 29e9e0775a5669199c8eeed9eba2906eb169c7d542f72767ef97ace4d55652094e6e8e419b78749341ce790441484446a50e7291f3edd57933ff2efbad501571
@@ -1,3 +1,3 @@
1
1
  module DirtyAssociations
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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 associations using
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 associations.
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