logga 0.5.1 → 0.5.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 +4 -4
- data/lib/logga/active_record.rb +1 -1
- data/lib/logga/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e91018c65649f3c7283d826c44107f1a85687308
|
4
|
+
data.tar.gz: 5fd24ac692b6f09c7d099578e846de9e1f1fe63b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2038ea08c6607a314b626a8e5a639c1e6200c5ed0a67a37b9c09a9c72fc6e5c272d372132a25ec1abcd8afc3d6bdc1cce9b7d7c2ca1216a1e56aa4d331d37281
|
7
|
+
data.tar.gz: c9b8818bb74311472cae33524e3cf903898c0ffbdb2273719a2d56d4368396f310e3a0e1b6c84117a761ee22b901e0b04c51262eb6e89be982caa10e7e245cc4
|
data/lib/logga/active_record.rb
CHANGED
@@ -2,7 +2,7 @@ module Logga
|
|
2
2
|
module ActiveRecord
|
3
3
|
extend ActiveSupport::Concern
|
4
4
|
|
5
|
-
EXCLUDED_KEYS = [:created_at, :deleted_at, :initial, :updated_at, :log, :sent_photos_chaser_email, :sent_after_sales_emails]
|
5
|
+
EXCLUDED_KEYS = [:id, :created_at, :deleted_at, :initial, :updated_at, :log, :sent_photos_chaser_email, :sent_after_sales_emails]
|
6
6
|
EXCLUDED_KEYS_SUFFIXES = [:_id, :_filenames]
|
7
7
|
|
8
8
|
included do
|
data/lib/logga/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logga
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stuart Chinery, Rob Hesketh, Lorenzo Tello
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
162
|
version: '0'
|
163
163
|
requirements: []
|
164
164
|
rubyforge_project:
|
165
|
-
rubygems_version: 2.6.
|
165
|
+
rubygems_version: 2.6.13
|
166
166
|
signing_key:
|
167
167
|
specification_version: 4
|
168
168
|
summary: Extensions to ActiveRecord to log entries on model changes
|