mongoid-audit 1.0.0.alpha.2 → 1.0.0.beta.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: c09017cfc6cd61cd836ab528bc6c722365331e7b
4
- data.tar.gz: 7832c2d2eb1e0ba22a573a0c7c553862430c3fed
3
+ metadata.gz: 5ae2f493a1df9ae008870919a2989a42396a18bf
4
+ data.tar.gz: ee0dafc5dbe7842c6d4988e2cda7aeacca31842e
5
5
  SHA512:
6
- metadata.gz: c6ce65420b734aab239bee9755a1c4cf393c39bcd3492951cfe6b4f297651bbd70e1a101ef588ad7890cc7e641f1a06fa4f544fd5b22f7c84dbb11fd11bb66cf
7
- data.tar.gz: 31472e60944be9c94136385e0e5b4ef1866b201b20fdc24c76377c1bb73aaf4af43b65dc87638fe510f12c3dff10cbb31e755e88d75844d427d820fea2be85ff
6
+ metadata.gz: af6bb721720e57c422da80101d83ac26aa9dbd77852cc36f9c6734ba60990fd3afba1e04fcbd11c20a4cb0144ea2456db199012382534ccd50d08e960c8576ec
7
+ data.tar.gz: 70afffe2ba44cec9930f7bd6617ea9b65b9e1808dba55c01fdea429a70105b2d97d6ffa50a06eaa1496cef021aa9a378a8a4602ac7b962f54c9a2c1b240027ef
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mongoid-audit (1.0.0.alpha.2)
4
+ mongoid-audit (1.0.0.beta.1)
5
5
  activesupport
6
6
  glebtv_mongoid_userstamp
7
7
  kaminari
@@ -1,6 +1,7 @@
1
1
  module Trackable
2
2
  extend ActiveSupport::Concern
3
3
  include Mongoid::History::Trackable
4
+ include Mongoid::Userstamp
4
5
  included do
5
6
  track_history({
6
7
  track_create: true,
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Audit
3
- VERSION = "1.0.0.alpha.2"
3
+ VERSION = "1.0.0.beta.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-audit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.alpha.2
4
+ version: 1.0.0.beta.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Tv
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-19 00:00:00.000000000 Z
11
+ date: 2014-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid