mongoid-audit 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/mongoid-audit.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require 'mongoid-audit/version'
2
2
  require 'easy_diff'
3
+ require 'mongoid'
3
4
 
4
5
  module Mongoid
5
6
  module Audit
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Audit
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-audit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-20 00:00:00.000000000 Z
12
+ date: 2013-03-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: easy_diff
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  requirements: []
173
173
  rubyforge_project:
174
- rubygems_version: 1.8.22
174
+ rubygems_version: 1.8.25
175
175
  signing_key:
176
176
  specification_version: 3
177
177
  summary: Easily track model change history and mantain audit log with mongoid
@@ -182,4 +182,3 @@ test_files:
182
182
  - spec/support/mongoid.rb
183
183
  - spec/trackable_spec.rb
184
184
  - spec/tracker_spec.rb
185
- has_rdoc: