simple_audit_trail 1.1.0 → 1.1.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: d6676d538e06da759f96c5312bfddbe870847225
4
- data.tar.gz: d1a314e1d44cba111a208a19c06875e60df109c3
3
+ metadata.gz: 11aca1e7a43d471d227e630c01ff17479734a485
4
+ data.tar.gz: bd3e3217be44168d407713caa65c30af73f6ada5
5
5
  SHA512:
6
- metadata.gz: 591e787a48ca58f5f5772f2fb05c629bf0f369d7de229a0aad3ed5f68f267d8d63a345b7d533398904acaf1d31dcf6cc3a56771372b9c55782c626e9cb96ed06
7
- data.tar.gz: 04a2b9116578b4a609bed9c2925c3f2bcdabbd5738b8f015a51ed8f1314d26631f34cd33d704d7d02a7dcd01da32795dfe17949168202372b86c5e8fcbf0cab4
6
+ metadata.gz: 9a02b27eadf2d32b12710b1d57dbc734b4ae922346b040e8c6599ba725ea148956008e0ba124eb9a76d0c9fd974cb356b1446d8bf9fd9431705bcc1940bef3ba
7
+ data.tar.gz: a07d2cd06364c02e8653d095bbc5fce52b3de25fadd4f1a97ea1b4b0818cfb719a49f9fab2044002d377556d1cf8354b2ad761b5a73f96b73e620f8b726a264a
@@ -1,3 +1,3 @@
1
1
  module SimpleAuditTrail
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
@@ -13,7 +13,6 @@ module SimpleAuditTrail
13
13
  self.audit_options = { :require_audited_user_id => true }.merge(options)
14
14
 
15
15
  attr_accessor :audited_user_id
16
- attr_accessible :audited_user_id
17
16
 
18
17
  has_many :simple_audits,
19
18
  :as => :simple_audit_trailable,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_audit_trail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Maujean
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-26 00:00:00.000000000 Z
11
+ date: 2017-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails