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 +4 -4
- data/fake_pipe.gemspec +1 -1
- data/lib/fake_pipe/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2c358563e35f1b4620de238d387be9eba3ac5f2
|
|
4
|
+
data.tar.gz: a605a8ed79214081cf4e64bd2ad48746aff29dc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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)/}) }
|
data/lib/fake_pipe/version.rb
CHANGED
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.
|
|
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-
|
|
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/
|
|
113
|
+
homepage: https://github.com/ddrscott/fake_pipe
|
|
114
114
|
licenses:
|
|
115
115
|
- MIT
|
|
116
116
|
metadata: {}
|