paper_trail_actor 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3837f07bb53b6a29e540afec8575a8f0578eef5d
4
- data.tar.gz: b1f4d89af2ff32deeac8ce13de6a9f80cb4d1cad
3
+ metadata.gz: 3333f99f08c0dc0b3c1352eb651c9b86f713de8f
4
+ data.tar.gz: 346741c94f92d538777b1dc91603905003e5514a
5
5
  SHA512:
6
- metadata.gz: 0ec61ca17d5062c42b751ff76f2fcb1cb4a8ec86e6e102483db922bc7a1d4943c5c2ebdf39c4d6507d82f7378b629c2b0ba98206baa4810651e1f382c7934311
7
- data.tar.gz: c55f0c3488ff120a2a8b6097598432fb34ea8f9f128592d00d12086879b0f9881d1a794c0e0d5eebcf138a5f25e3265e6e2d68fbc0733f937dfd91b83d192b33
6
+ metadata.gz: 6841523e52c413326518f2864393094223f7371ed57a81ae00b403e7807bbd1d652b1813116d449eb0fe72ff7152a8c8b4c13e05d1cc6debd1851ab04ba766e6
7
+ data.tar.gz: 819aee5cfaeae80fa71340781a4f49a0a8f08d3eb47a37638f4aa94f7d0434173ecd982f5fbef1fdc88b81822add91801bde7725e0a403e613d076ca90c4e47f
@@ -2,7 +2,7 @@
2
2
  # @author ToanDP <toandptech@gmail.com>
3
3
  module PaperTrailActor
4
4
  module Constants
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  ACTOR_TABLE_NAME = "paper_trail_actors"
7
7
  end
8
8
  end
@@ -5,7 +5,7 @@ require "paper_trail_actor/version"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "paper_trail_actor"
7
7
  spec.version = PaperTrailActor::VERSION
8
- spec.authors = ["toandptech"]
8
+ spec.authors = ["toandp"]
9
9
  spec.email = ["toandptech@gmail.com"]
10
10
 
11
11
  spec.summary = "An extension to paper_trail, using this you can fetch actual object who was responsible for this change"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paper_trail_actor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - toandptech
7
+ - toandp
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-18 00:00:00.000000000 Z
11
+ date: 2018-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: paper_trail-globalid