sequel_audited 0.2.1 → 0.2.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1c522f64124c4093fff4db0c1b0eb04b1b17f30
|
4
|
+
data.tar.gz: 266a5f62f3b2fb74d87176d83865f4edb80ecf04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b8e45785ca3bb92f03cc6377320730902d594ce630cc1fd73ae66cdd176c47ef1199ccd7fb46a6b8c43123e5d8716a67096b0bd398e5659c6ff8408640f6547
|
7
|
+
data.tar.gz: 1ad56a6b8e2cf0b50bc69bd661a7eb280759b387f29f632784a3389570e103c1dd9b4c4326f48c8d873be8e550dd42e4c59caa05c9928b5065b4df3a7b85d5d4
|
data/Rakefile
CHANGED
File without changes
|
@@ -8,10 +8,13 @@ Sequel.migration do
|
|
8
8
|
Integer :associated_id
|
9
9
|
String :event
|
10
10
|
String :changed, text: true
|
11
|
-
Integer :version
|
11
|
+
Integer :version
|
12
12
|
Integer :modifier_id
|
13
|
-
String :modifier_type
|
13
|
+
String :modifier_type
|
14
14
|
DateTime :created_at
|
15
|
+
|
16
|
+
index [:associated_type, :associated_id]
|
17
|
+
index [:modifier_type, :modifier_id]
|
15
18
|
end
|
16
19
|
end
|
17
20
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sequel_audited
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kematzy
|
@@ -62,8 +62,8 @@ files:
|
|
62
62
|
- lib/sequel/audited.rb
|
63
63
|
- lib/sequel/audited/version.rb
|
64
64
|
- lib/sequel/plugins/audited.rb
|
65
|
-
- lib/tasks/
|
66
|
-
- lib/tasks/
|
65
|
+
- lib/tasks/sequel_audited/migrate.rake
|
66
|
+
- lib/tasks/sequel_audited/templates/audited_migration.rb
|
67
67
|
- sequel_audited.gemspec
|
68
68
|
homepage: https://github.com/jnylen/sequel_audited
|
69
69
|
licenses:
|