pg_anonymize 0.2.0 → 0.2.1
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 +4 -4
- data/lib/pg_anonymize/anonymizer.rb +0 -1
- data/lib/pg_anonymize/version.rb +1 -1
- data/lib/pg_anonymize.rb +2 -2
- data/pg_anonymize.gemspec +1 -1
- metadata +2 -3
- data/pg_anonymize-0.1.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e2b48748cae6af48751961d313fed03a6b6fa30ab58e73071ecd12beffcf1ef
|
4
|
+
data.tar.gz: 78160e36bbefc3b8a72fc52144e9636714d8f8482bdc8029bdf60bd4c2441ba9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f81d4a21cd5001459f3e01e0a50304886a149dd5e5352028d0bef420f844a43dc5672d6f9801c672187cfea5b9f7e9411fa5a632f79248869de3b1d2a8500fc
|
7
|
+
data.tar.gz: c9765beb919fb8621215156528384a18e4cbba41c8af91fec76c8dbb6e7134a9ef498a6cbc46fd81a89186e255ab4f68114bd0b156702a7aa62cad4159191573
|
data/lib/pg_anonymize/version.rb
CHANGED
data/lib/pg_anonymize.rb
CHANGED
@@ -58,11 +58,11 @@ module PgAnonymize
|
|
58
58
|
end
|
59
59
|
|
60
60
|
def self.included(klass)
|
61
|
-
klass.send :extend, ActiveRecordAnonymizer::ClassMethods
|
61
|
+
klass.send :extend, PgAnonymize::ActiveRecordAnonymizer::ClassMethods
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
65
|
class ApplicationRecord
|
66
|
-
include ActiveRecordAnonymizer
|
66
|
+
include PgAnonymize::ActiveRecordAnonymizer
|
67
67
|
end
|
68
68
|
end
|
data/pg_anonymize.gemspec
CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.email = ['akashani62@gmail.com']
|
13
13
|
spec.summary = 'Anonymize postgres'
|
14
14
|
spec.description = 'Anonymize postgres to use development data'
|
15
|
-
spec.homepage = '
|
15
|
+
spec.homepage = 'https://github.com/akashani62/pg_anonymize'
|
16
16
|
spec.license = 'MIT'
|
17
17
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pg_anonymize
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arash Kashani
|
@@ -166,9 +166,8 @@ files:
|
|
166
166
|
- lib/pg_anonymize.rb
|
167
167
|
- lib/pg_anonymize/anonymizer.rb
|
168
168
|
- lib/pg_anonymize/version.rb
|
169
|
-
- pg_anonymize-0.1.0.gem
|
170
169
|
- pg_anonymize.gemspec
|
171
|
-
homepage:
|
170
|
+
homepage: https://github.com/akashani62/pg_anonymize
|
172
171
|
licenses:
|
173
172
|
- MIT
|
174
173
|
metadata: {}
|
data/pg_anonymize-0.1.0.gem
DELETED
Binary file
|