mongoid-audit_log 0.0.2 → 0.0.3

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OGI3Njg4MzMwNTAyMGU5NGU4YTY3YWJiZDVjYThlYzhhNTA4YTY1YQ==
4
+ YzU0YTE1ZmM5YTJkMDFkZDljNThiNTM2NzQwYjZmMGJlNzZhYzk4Mw==
5
5
  data.tar.gz: !binary |-
6
- Y2FhZTBlOTY3MTNhY2JhM2RmZTUyOTAzN2E3NDdjOWM4ZjM3YTgyYg==
6
+ NzhmNWZiMmU5ZTc4NDE0ZjYzZGZkZDlkOTU4MDEwOTAxOTNiY2E1MA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MjhlZDZkNmZmODZhNTM3OTBhMzFiMjhiMjQ2MmZhZTg1ODFmYmZmZjM2OWIz
10
- ODUzN2ZlMjgyZTFlNDJiZTMxZTgyNjU1YTdjMmM4NDIxMGM3NmIxMDcyNDdl
11
- NjAyZmUwYjM4MzA3NjY0YmVhNTliNzNmYTQxZWVkMjY0ZGI4ODc=
9
+ ZjQzY2UyMGYyY2ZlNjc0Yjk5ZDVlOWYzMThiMWIzNmE4MmI1MTVkMDQ4ZWNj
10
+ ZWFiMjAyNTNmYTQ5N2IxYTMxYjg1NWMyNDYzNTQwMTI3M2ZiNzZiYzVkM2Fm
11
+ Zjg1YTE4YzVlNGUxNGQwYzI1YzNlYzM2ODM1YmYwMzk4NzU3NDI=
12
12
  data.tar.gz: !binary |-
13
- N2VlYjBmZWQ3NTFmNzhjZTNiMzY1ZTNkZGNhNjkwMGFjNDBhNTk1NTc5ODRl
14
- NjMzOTU1MGI2NjI0OTk3ODhiNWI5MjA4NjFjZDNlYjcyOGM2ZTQ0Y2E1MTAy
15
- MDg0MDdlMjU5NTVkYjI1NWI5YjZhYWZiYTRiNjUyMzc4NzNkMTc=
13
+ ZjFmNWNkY2FjNzMwZTBjY2Y3Njg1Yzg0OTVjZDk5MWRkZjc2OTAzNDQzNTk4
14
+ ZDZiZDkxMjg0Y2Y5YzJiNjI1NTYxZTFhNmM0ZmI2MWIyYTE2ZjE2YjQwZWI2
15
+ MzJjYjhhNzU2YzZlMWFjMGRlN2M1ZjI0YWY3N2UxNDFjZjJiYzg=
@@ -11,7 +11,7 @@ module Mongoid
11
11
 
12
12
  included do
13
13
  has_many :audit_log_entries, :as => :audited,
14
- :class_name => 'Mongoid::AuditLog::Entry'
14
+ :class_name => 'Mongoid::AuditLog::Entry', :validate => false
15
15
 
16
16
  Mongoid::AuditLog.actions.each do |action|
17
17
  send("before_#{action}") do
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module AuditLog
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-audit_log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Crouse