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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4088a76938fa78627377bc7f537235f7a8351b347ff49f864865483f7885f5fe
4
- data.tar.gz: 87ff397405e34766842d3fcf8863a69918e15bebf0bcd0cec920e33d9c9184bd
3
+ metadata.gz: 5e2b48748cae6af48751961d313fed03a6b6fa30ab58e73071ecd12beffcf1ef
4
+ data.tar.gz: 78160e36bbefc3b8a72fc52144e9636714d8f8482bdc8029bdf60bd4c2441ba9
5
5
  SHA512:
6
- metadata.gz: 3d98e6b6493eba573c4f8bb2e97458f961403e0de196f5bd5431165be535a8107b9f75234bae928f063a9c997b464b40a72c13ec08f21ebc743a124886283ea1
7
- data.tar.gz: 556f83985d17cf60791ade0cc549ed0c3a307e28426b2462a98da6f47d7af28ac8acab05c992d36c75ef55a0c66b5d20a63d18e3dc82bdf7400ac7686224a268
6
+ metadata.gz: 5f81d4a21cd5001459f3e01e0a50304886a149dd5e5352028d0bef420f844a43dc5672d6f9801c672187cfea5b9f7e9411fa5a632f79248869de3b1d2a8500fc
7
+ data.tar.gz: c9765beb919fb8621215156528384a18e4cbba41c8af91fec76c8dbb6e7134a9ef498a6cbc46fd81a89186e255ab4f68114bd0b156702a7aa62cad4159191573
@@ -4,7 +4,6 @@ module PgAnonymize
4
4
  class Anonymizer
5
5
  class << ::ActiveRecord::Base
6
6
  def do
7
- puts "\n\n\n\n\nBitch Please!\n\n\n\n"
8
7
  end
9
8
 
10
9
  def anonymize_with(options)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgAnonymize
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
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 = 'http://arashkashani.com'
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.0
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: http://arashkashani.com
170
+ homepage: https://github.com/akashani62/pg_anonymize
172
171
  licenses:
173
172
  - MIT
174
173
  metadata: {}
Binary file