mordor-auditing 0.0.4 → 0.0.5

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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mordor-auditing (0.0.3)
4
+ mordor-auditing (0.0.4)
5
5
  mordor (= 0.2.1)
6
6
 
7
7
  GEM
data/auditing.gemspec CHANGED
@@ -2,7 +2,7 @@ Gem::Specification.new do |s|
2
2
  s.name = "mordor-auditing"
3
3
 
4
4
  # Do not set the version and date field manually, this is done by the release script
5
- s.version = "0.0.4"
5
+ s.version = "0.0.5"
6
6
  s.date = "2011-12-27"
7
7
 
8
8
  s.summary = "mordor-auditing"
@@ -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
@@ -7,7 +7,7 @@ module Auditing
7
7
  attribute :method
8
8
  attribute :params
9
9
  attribute :user_id, :finder_method => :find_by_user, :index => true
10
- attribute :real_user_id
10
+ attribute :real_user_id, :index => true
11
11
  attribute :at, :index => true
12
12
 
13
13
  def to_hash
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jan-Willem Koelewijn