mordor-auditing 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/auditing.gemspec +1 -1
- data/lib/auditing/modification.rb +2 -2
- data/lib/auditing/request.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/auditing.gemspec
CHANGED
@@ -3,8 +3,8 @@ module Auditing
|
|
3
3
|
include Mordor::Resource
|
4
4
|
|
5
5
|
attribute :request_id, :index => true
|
6
|
-
attribute :object_type
|
7
|
-
attribute :object_id
|
6
|
+
attribute :object_type, :index => true
|
7
|
+
attribute :object_id, :index => true
|
8
8
|
attribute :changes
|
9
9
|
attribute :action
|
10
10
|
attribute :at, :index => true
|
data/lib/auditing/request.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mordor-auditing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jan-Willem Koelewijn
|