mordor-auditing 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mordor-auditing (0.0.5)
4
+ mordor-auditing (0.0.6)
5
5
  mordor (= 0.2.2)
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.6"
5
+ s.version = "0.0.7"
6
6
  s.date = "2011-12-28"
7
7
 
8
8
  s.summary = "mordor-auditing"
@@ -3,7 +3,7 @@ module Auditing
3
3
  include Mordor::Resource
4
4
 
5
5
  attribute :url
6
- attribute :url_parts
6
+ attribute :url_parts, :index => true
7
7
  attribute :method
8
8
  attribute :params
9
9
  attribute :user_id, :finder_method => :find_by_user, :index => true
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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jan-Willem Koelewijn