mongoid-audit 1.2.1 → 1.2.2

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: bacb993ee9b04649e4094f474ec549608451c779
4
- data.tar.gz: 709cae599cea8bc9c671946c53a083a7694f5a85
3
+ metadata.gz: ce146a60faae0787e0b24e004b4d8880e535bfa7
4
+ data.tar.gz: 2d027891c38c8954fe9493f1b23323a98dfd78e4
5
5
  SHA512:
6
- metadata.gz: 9f12e21c9cc3c54a1ea44f4bb31e25b931fcd2071e090867cb7fae83a709ebd74845b0219587246ea2085de3b775b24d396a37fe140d60a5a6f5eb539b163537
7
- data.tar.gz: dc6b12db7f3918561edbe742eb080493db1bd3c93db4b5446e2ca0c5ff53388695e6e92a0183b753bfe34334b60f28e3852eb8c3f50187f83fc63c2c008e741f
6
+ metadata.gz: b4a54c4159a81f476aea0424c2438702666d9bdd2b47c4e354a7997901e79156de06fe930ee353949755ca2d90a1411f634fc21d487ad9bbf12b5cb4ea4366c5
7
+ data.tar.gz: 20bb364a600ab4c446f65a409729d56a56c5773106083a0813febfeff6b0a85ac765ea88873ee3d9a835553b3134eeece111a2458d1bedfd9afef342fef1838d
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mongoid-audit (1.2.1)
4
+ mongoid-audit (1.2.2)
5
5
  activesupport
6
6
  glebtv_mongoid_userstamp
7
7
  kaminari-mongoid
@@ -1,6 +1,6 @@
1
1
  class HistoryTracker
2
2
  include Mongoid::History::Tracker
3
3
  include Mongoid::Userstamp
4
- include Kaminari::MongoidExtension::Document
4
+ include Kaminari::Mongoid::MongoidExtension::Document
5
5
  end
6
6
 
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Audit
3
- VERSION = "1.2.1"
3
+ VERSION = "1.2.2"
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: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Tv