sequel_paranoia 0.0.2 → 0.0.3

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTFmMTMzNzEwZTMyMTJmOTYwOTI5ZGUwNDA2Y2JjZmY0ZjhlNjM2NQ==
4
+ OTZiZDVkYjBlN2Y1Y2NiODU3YzQ3NDllMWIwZTM2MmUzOWZhMjczMw==
5
5
  data.tar.gz: !binary |-
6
- MTQwMTVmNzIwZjM2MzIxNGZkOWZmOTgzNzc1NGI5NjEyN2FlYWU5YQ==
6
+ ODFhZmIwOWVmMDUwZDk0MzI3ZWMyNmI5NDMxNGZkNWEwZDdhZDM4Yg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YWI1YmMxOGU2NTc0NmQwYzQxZjhkMzM1YWZkMDEyMjcyMzk1YjYyYTU0MGFk
10
- OWEzODI1ZTNiMGQyYTUxYjY2ZDMwYWMzYTA2Y2NlOWJkZmI0YTgwMGY2MTc3
11
- NzhmZDkyZTAxOTI4ZTU1ODM5YmY1N2E5NzVlMDdiOGE4NzA1ODM=
9
+ MTc2MTliZDMzYmJkZDg1ODA1MDMwZTBmMWMxMDYxMWNhMjI5Y2E0NGNlMmU0
10
+ ODU1YTEwN2M0M2E0MWU5MjZiNWQ0Yzc0NzAwNDU1ZGMxMzFkYWI1ZGRhZGVi
11
+ NzBkMDY3ZWM4NDk4NWI4ODEzYzBjNjBmN2JlMjUwMjFhYTA0NTI=
12
12
  data.tar.gz: !binary |-
13
- MThkM2ViZDQ1ZDQzMDRlNTI2MmJjZWQzYzM0ZjhhMmQ0MTc0Njg4NmMzZjhh
14
- YTdkNzUzNGUwZmVmOWUwMzVmYWZmOTk4NjY2MGI3YzhlYjhlYmM1Mjg3NGM4
15
- MmNmY2ZlMzJhYjk2NDBmOTMyYjViNWJhNjMxMGJiNjMwNGM4OTk=
13
+ NzkzNzdhMmU3MzQ4NzBlMGE3MTE5YWJmMTJiYTg1ZGYxZmMyYzg4MmEyMjdh
14
+ ZDg5NDBmOTQ5MDdjOWRlMTVmYWEyYjU5YTc5ZGIzODdlYjIzZDdkZDFiYWVm
15
+ ZDg2NzdjOTJjMmRmZTVlNTM2NTdmMzcyY2ZlMjZkNjBiNWU5YjE=
@@ -1,3 +1,3 @@
1
1
  module SequelParanoia
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -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
+ <br>
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
+ <br>
17
17
  EOF
18
18
 
19
19
  spec.summary = <<EOF
20
20
  Works like ActiveRecord's acts_as_paranoid, but for sequel.
21
-
21
+ <br>
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Misha Conway
@@ -40,12 +40,14 @@ dependencies:
40
40
  prerelease: false
41
41
  description: ! ' Works like ActiveRecord''s acts_as_paranoid, but for sequel.
42
42
 
43
+ <br>
43
44
 
44
45
  I am not the original author of this plugin. I merely took the source, fixed one
45
46
  minor bug, and put it up on rubygems because I found it so useful.
46
47
 
47
48
  The original author is at https://gist.github.com/bgentry.
48
49
 
50
+ <br>
49
51
 
50
52
  '
51
53
  email:
@@ -85,7 +87,8 @@ rubyforge_project:
85
87
  rubygems_version: 2.0.3
86
88
  signing_key:
87
89
  specification_version: 4
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.
90
+ summary: Works like ActiveRecord's acts_as_paranoid, but for sequel. <br> I am not
91
+ the original author of this plugin. I merely took the source, fixed one minor bug,
92
+ and put it up on rubygems because I found it so useful. The original author is at
93
+ https://gist.github.com/bgentry.
91
94
  test_files: []