fake_pipe 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: c07b29d1ab2b3d32b98fab8942abe59e0ce45559
4
- data.tar.gz: 0726decc0dc8929f3de8d5502ec9f4d0ab530eda
3
+ metadata.gz: b2c358563e35f1b4620de238d387be9eba3ac5f2
4
+ data.tar.gz: a605a8ed79214081cf4e64bd2ad48746aff29dc2
5
5
  SHA512:
6
- metadata.gz: 9f0a8dfc6281091f53a60b2aef2ca19716eb076c3a891b114d60ef6460bcc7f34313041732f97654c10d353e6bf0e67909d2a22ca7e820855aa0d8a23395ac28
7
- data.tar.gz: 57a1e3265c29828b8ef43933724921e0b1a752e706a1689a072905099a67feea9ba090c88598ffcf371f78162610b5935fff8c68f73240eea43a7edebf4f0604
6
+ metadata.gz: b3c5d179efc840eaacf1bcf7801c2dc6e281509bc976cd3e96524ad93931394acc22eeda93f7cb730bb6631d4ce4fcfe6aff78c12508aaeb64fc27f7cdb6c44a
7
+ data.tar.gz: 9a2d62e7325924fa2a5a5498ec237dae1cb7c8caeede0e2e494e083bfa9eab221abe92ca186cce31cf15e41c2d574c8c7fde13f1f30045e3492a484ae81e0f0a
data/fake_pipe.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['ddrscott@gmail.com']
11
11
 
12
12
  spec.summary = 'Anonymize a database SQL dump file by adding schema comments and piping through `fake_pipe`'
13
- spec.homepage = 'https://github.com/centro/fake_pipe'
13
+ spec.homepage = 'https://github.com/ddrscott/fake_pipe'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module FakePipe
2
- VERSION = '0.2.1'.freeze
2
+ VERSION = '0.2.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fake_pipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Pierce
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-17 00:00:00.000000000 Z
11
+ date: 2017-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -110,7 +110,7 @@ files:
110
110
  - lib/fake_pipe/postgres/copy_block.rb
111
111
  - lib/fake_pipe/text_block.rb
112
112
  - lib/fake_pipe/version.rb
113
- homepage: https://github.com/centro/fake_pipe
113
+ homepage: https://github.com/ddrscott/fake_pipe
114
114
  licenses:
115
115
  - MIT
116
116
  metadata: {}