sequel_paranoia 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/sequel_paranoia/version.rb +1 -1
- data/sequel_paranoia.gemspec +3 -3
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzNmMzU5MWE1OGI2OGFjYWFkOTJhNDgwYTdkMjRhN2FlMjk2NDg5Yg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NDE1MzZlOGRkYjIyMjQxZWM0MzBiYmY1YTM4ZDE4YmRiMTIyMDE2Ng==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzM2MmZkYTQ2NTcxZGJiN2NhMjZkNzliMGI5MWYxMDQwYjRiNmRiZDczYWJl
|
10
|
+
ZjczYTMwY2ZlNmNkZDFmZGU3MjIxMzhhNWIxNWZmODhhYzZiZTM2M2RhMWIx
|
11
|
+
Mjc3NTI4YjA1MTM1Mjc1MjY4YzdhNTYyNDU3YTc5ZDdiMmIwMGU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NGJmZGU5Y2ZlYjQ1ODk5ZTczZDVlOGQ3MDI1NDQ2MjY5NWE0ZDQ2ZjkxMjFl
|
14
|
+
YzYxYzQwNmQ4NmI3YWEyODRjYzg5ZDgzZjM4ODAxNjdiMzM2YmM2YzBjNTEy
|
15
|
+
YmI2ZGIyZDM1NmI0OWY0ZTMwYzFlOGYyY2FlZDAxNWU3MDVjN2Y=
|
data/sequel_paranoia.gemspec
CHANGED
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["MishaAConway@gmail.com"]
|
11
11
|
spec.description = <<EOF
|
12
12
|
Works like ActiveRecord's acts_as_paranoid, but for sequel.
|
13
|
-
|
13
|
+
|
14
14
|
I am not the original author of this plugin. I merely took the source, fixed one minor bug, and put it up on rubygems because I found it so useful.
|
15
15
|
The original author is at https://gist.github.com/bgentry.
|
16
|
-
|
16
|
+
|
17
17
|
EOF
|
18
18
|
|
19
19
|
spec.summary = <<EOF
|
20
20
|
Works like ActiveRecord's acts_as_paranoid, but for sequel.
|
21
|
-
|
21
|
+
|
22
22
|
I am not the original author of this plugin. I merely took the source, fixed one minor bug, and put it up on rubygems because I found it so useful.
|
23
23
|
The original author is at https://gist.github.com/bgentry.
|
24
24
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sequel_paranoia
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Misha Conway
|
@@ -40,14 +40,12 @@ dependencies:
|
|
40
40
|
prerelease: false
|
41
41
|
description: ! ' Works like ActiveRecord''s acts_as_paranoid, but for sequel.
|
42
42
|
|
43
|
-
<br>
|
44
43
|
|
45
44
|
I am not the original author of this plugin. I merely took the source, fixed one
|
46
45
|
minor bug, and put it up on rubygems because I found it so useful.
|
47
46
|
|
48
47
|
The original author is at https://gist.github.com/bgentry.
|
49
48
|
|
50
|
-
<br>
|
51
49
|
|
52
50
|
'
|
53
51
|
email:
|
@@ -87,8 +85,7 @@ rubyforge_project:
|
|
87
85
|
rubygems_version: 2.0.3
|
88
86
|
signing_key:
|
89
87
|
specification_version: 4
|
90
|
-
summary: Works like ActiveRecord's acts_as_paranoid, but for sequel.
|
91
|
-
|
92
|
-
|
93
|
-
https://gist.github.com/bgentry.
|
88
|
+
summary: Works like ActiveRecord's acts_as_paranoid, but for sequel. I am not the
|
89
|
+
original author of this plugin. I merely took the source, fixed one minor bug, and
|
90
|
+
put it up on rubygems because I found it so useful. The original author is at https://gist.github.com/bgentry.
|
94
91
|
test_files: []
|