sample_data_dump 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +47 -45
- data/LICENSE.md +11 -0
- data/README.md +2 -2
- data/lib/sample_data_dump/types.rb +1 -1
- data/lib/sample_data_dump/version.rb +1 -1
- data/sample_data_dump.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e194b2c36893afb9bdc82bc22204a2400545a92
|
4
|
+
data.tar.gz: 93e2a3a5d08eb8890ed397f6e27785663b09b9db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 400f56806cdac83e0e67afb0cacbfd7a4e272bc42167984a3f95d0df06e87f0efe66b15da0c60982685b4a8b64d77a5fe80e8d651b765a62f0ea36256b4ea1cf
|
7
|
+
data.tar.gz: 50ad5e9d56126af2565bf28f3f230fb4c88bfd3b97609c2084e7605486e896a566b444c578942823eadafeec3f502a42200c63f1b9dd911a81865dbdfd82621f
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
sample_data_dump (0.0.
|
4
|
+
sample_data_dump (0.0.3)
|
5
5
|
dry-matcher
|
6
6
|
dry-monads
|
7
7
|
dry-struct
|
8
|
-
dry-types
|
8
|
+
dry-types (>= 0.15)
|
9
9
|
duckface-interfaces
|
10
10
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (5.2.
|
14
|
+
activesupport (5.2.3)
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
16
|
i18n (>= 0.7, < 2)
|
17
17
|
minitest (~> 5.1)
|
@@ -21,52 +21,53 @@ GEM
|
|
21
21
|
descendants_tracker (~> 0.0.4)
|
22
22
|
ice_nine (~> 0.11.0)
|
23
23
|
thread_safe (~> 0.3, >= 0.3.1)
|
24
|
-
byebug (
|
24
|
+
byebug (11.0.1)
|
25
25
|
codeclimate-engine-rb (0.4.1)
|
26
26
|
virtus (~> 1.0)
|
27
27
|
coderay (1.1.2)
|
28
28
|
coercible (1.0.0)
|
29
29
|
descendants_tracker (~> 0.0.1)
|
30
|
-
concurrent-ruby (1.
|
30
|
+
concurrent-ruby (1.1.5)
|
31
31
|
descendants_tracker (0.0.4)
|
32
32
|
thread_safe (~> 0.3, >= 0.3.1)
|
33
33
|
diff-lcs (1.3)
|
34
34
|
docile (1.3.1)
|
35
|
-
dry-configurable (0.
|
35
|
+
dry-configurable (0.8.2)
|
36
36
|
concurrent-ruby (~> 1.0)
|
37
|
-
|
37
|
+
dry-core (~> 0.4, >= 0.4.7)
|
38
|
+
dry-container (0.7.0)
|
38
39
|
concurrent-ruby (~> 1.0)
|
39
40
|
dry-configurable (~> 0.1, >= 0.1.3)
|
40
41
|
dry-core (0.4.7)
|
41
42
|
concurrent-ruby (~> 1.0)
|
42
|
-
dry-equalizer (0.2.
|
43
|
+
dry-equalizer (0.2.2)
|
43
44
|
dry-inflector (0.1.2)
|
44
|
-
dry-logic (0.
|
45
|
+
dry-logic (0.5.0)
|
45
46
|
dry-container (~> 0.2, >= 0.2.6)
|
46
47
|
dry-core (~> 0.2)
|
47
48
|
dry-equalizer (~> 0.2)
|
48
49
|
dry-matcher (0.7.0)
|
49
|
-
dry-monads (1.
|
50
|
+
dry-monads (1.2.0)
|
50
51
|
concurrent-ruby (~> 1.0)
|
51
52
|
dry-core (~> 0.4, >= 0.4.4)
|
52
53
|
dry-equalizer
|
53
|
-
dry-struct (0.
|
54
|
+
dry-struct (0.7.0)
|
54
55
|
dry-core (~> 0.4, >= 0.4.3)
|
55
56
|
dry-equalizer (~> 0.2)
|
56
|
-
dry-types (~> 0.
|
57
|
+
dry-types (~> 0.15)
|
57
58
|
ice_nine (~> 0.11)
|
58
|
-
dry-types (0.
|
59
|
+
dry-types (0.15.0)
|
59
60
|
concurrent-ruby (~> 1.0)
|
60
61
|
dry-container (~> 0.3)
|
61
62
|
dry-core (~> 0.4, >= 0.4.4)
|
62
|
-
dry-equalizer (~> 0.2)
|
63
|
+
dry-equalizer (~> 0.2, >= 0.2.2)
|
63
64
|
dry-inflector (~> 0.1, >= 0.1.2)
|
64
|
-
dry-logic (~> 0.
|
65
|
-
duckface-interfaces (0.0.
|
65
|
+
dry-logic (~> 0.5, >= 0.5)
|
66
|
+
duckface-interfaces (0.0.4)
|
66
67
|
equalizer (0.0.11)
|
67
|
-
ffi (1.
|
68
|
+
ffi (1.10.0)
|
68
69
|
formatador (0.2.5)
|
69
|
-
guard (2.
|
70
|
+
guard (2.15.0)
|
70
71
|
formatador (>= 0.2.4)
|
71
72
|
listen (>= 2.7, < 4.0)
|
72
73
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -80,43 +81,44 @@ GEM
|
|
80
81
|
guard (~> 2.1)
|
81
82
|
guard-compat (~> 1.1)
|
82
83
|
rspec (>= 2.99.0, < 4.0)
|
83
|
-
i18n (1.0
|
84
|
+
i18n (1.6.0)
|
84
85
|
concurrent-ruby (~> 1.0)
|
85
86
|
ice_nine (0.11.2)
|
86
|
-
jaro_winkler (1.5.
|
87
|
-
json (2.
|
87
|
+
jaro_winkler (1.5.2)
|
88
|
+
json (2.2.0)
|
88
89
|
kwalify (0.7.2)
|
89
90
|
listen (3.1.5)
|
90
91
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
91
92
|
rb-inotify (~> 0.9, >= 0.9.7)
|
92
93
|
ruby_dep (~> 1.2)
|
93
94
|
lumberjack (1.0.13)
|
94
|
-
method_source (0.9.
|
95
|
+
method_source (0.9.2)
|
95
96
|
minitest (5.11.3)
|
96
97
|
nenv (0.3.0)
|
97
98
|
notiffany (0.1.1)
|
98
99
|
nenv (~> 0.1)
|
99
100
|
shellany (~> 0.0)
|
100
|
-
parallel (1.
|
101
|
-
parser (2.
|
101
|
+
parallel (1.16.0)
|
102
|
+
parser (2.6.2.0)
|
102
103
|
ast (~> 2.4.0)
|
103
|
-
|
104
|
-
pry (0.11.3)
|
104
|
+
pry (0.12.2)
|
105
105
|
coderay (~> 1.1.0)
|
106
106
|
method_source (~> 0.9.0)
|
107
|
-
pry-byebug (3.
|
108
|
-
byebug (~>
|
107
|
+
pry-byebug (3.7.0)
|
108
|
+
byebug (~> 11.0)
|
109
109
|
pry (~> 0.10)
|
110
|
+
psych (3.1.0)
|
110
111
|
rainbow (3.0.0)
|
111
|
-
rake (12.3.
|
112
|
+
rake (12.3.2)
|
112
113
|
rb-fsevent (0.10.3)
|
113
|
-
rb-inotify (0.
|
114
|
-
ffi (
|
114
|
+
rb-inotify (0.10.0)
|
115
|
+
ffi (~> 1.0)
|
115
116
|
rb-readline (0.5.5)
|
116
|
-
reek (5.
|
117
|
+
reek (5.3.2)
|
117
118
|
codeclimate-engine-rb (~> 0.4.0)
|
118
119
|
kwalify (~> 0.7.0)
|
119
|
-
parser (>= 2.5.0.0, < 2.
|
120
|
+
parser (>= 2.5.0.0, < 2.7, != 2.5.1.1)
|
121
|
+
psych (~> 3.1.0)
|
120
122
|
rainbow (>= 2.0, < 4.0)
|
121
123
|
rspec (3.8.0)
|
122
124
|
rspec-core (~> 3.8.0)
|
@@ -124,40 +126,40 @@ GEM
|
|
124
126
|
rspec-mocks (~> 3.8.0)
|
125
127
|
rspec-core (3.8.0)
|
126
128
|
rspec-support (~> 3.8.0)
|
127
|
-
rspec-expectations (3.8.
|
129
|
+
rspec-expectations (3.8.2)
|
128
130
|
diff-lcs (>= 1.2.0, < 2.0)
|
129
131
|
rspec-support (~> 3.8.0)
|
130
132
|
rspec-mocks (3.8.0)
|
131
133
|
diff-lcs (>= 1.2.0, < 2.0)
|
132
134
|
rspec-support (~> 3.8.0)
|
133
135
|
rspec-support (3.8.0)
|
134
|
-
rubocop (0.
|
136
|
+
rubocop (0.66.0)
|
135
137
|
jaro_winkler (~> 1.5.1)
|
136
138
|
parallel (~> 1.10)
|
137
139
|
parser (>= 2.5, != 2.5.1.1)
|
138
|
-
|
140
|
+
psych (>= 3.1.0)
|
139
141
|
rainbow (>= 2.2.2, < 4.0)
|
140
142
|
ruby-progressbar (~> 1.7)
|
141
|
-
unicode-display_width (
|
142
|
-
rubocop-rspec (1.
|
143
|
-
rubocop (>= 0.
|
144
|
-
ruby-progressbar (1.
|
143
|
+
unicode-display_width (>= 1.4.0, < 1.6)
|
144
|
+
rubocop-rspec (1.32.0)
|
145
|
+
rubocop (>= 0.60.0)
|
146
|
+
ruby-progressbar (1.10.0)
|
145
147
|
ruby_dep (1.5.0)
|
146
148
|
shellany (0.0.1)
|
147
|
-
shoulda-matchers (
|
148
|
-
activesupport (>= 4.
|
149
|
+
shoulda-matchers (4.0.1)
|
150
|
+
activesupport (>= 4.2.0)
|
149
151
|
simplecov (0.16.1)
|
150
152
|
docile (~> 1.1)
|
151
153
|
json (>= 1.8, < 3)
|
152
154
|
simplecov-html (~> 0.10.0)
|
153
155
|
simplecov-html (0.10.2)
|
154
156
|
stackprof (0.2.12)
|
155
|
-
thor (0.20.
|
157
|
+
thor (0.20.3)
|
156
158
|
thread_safe (0.3.6)
|
157
159
|
timecop (0.9.1)
|
158
160
|
tzinfo (1.2.5)
|
159
161
|
thread_safe (~> 0.1)
|
160
|
-
unicode-display_width (1.
|
162
|
+
unicode-display_width (1.5.0)
|
161
163
|
virtus (1.0.5)
|
162
164
|
axiom-types (~> 0.1)
|
163
165
|
coercible (~> 1.0)
|
@@ -186,4 +188,4 @@ DEPENDENCIES
|
|
186
188
|
timecop
|
187
189
|
|
188
190
|
BUNDLED WITH
|
189
|
-
1.17.
|
191
|
+
1.17.2
|
data/LICENSE.md
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
Copyright 2018 Bellroy
|
2
|
+
|
3
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
4
|
+
|
5
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
6
|
+
|
7
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
8
|
+
|
9
|
+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
10
|
+
|
11
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
data/README.md
CHANGED
@@ -12,7 +12,7 @@ This gem provides:
|
|
12
12
|
4. Pass the gateways and settings to the appropriate command.
|
13
13
|
5. Use the result to take your next action.
|
14
14
|
|
15
|
-
```
|
15
|
+
```ruby
|
16
16
|
settings = SampleDataDump::Settings.new(
|
17
17
|
compacted_dump_directory: '/tmp/compacted_dumps',
|
18
18
|
config_file_path: 'config/sample_data_dump.yml'
|
@@ -28,7 +28,7 @@ end
|
|
28
28
|
|
29
29
|
Some useful source code for creating rake tasks:
|
30
30
|
|
31
|
-
```
|
31
|
+
```ruby
|
32
32
|
namespace :sample_data do
|
33
33
|
desc 'dumps sample data to files'
|
34
34
|
task dump: :environment do
|
data/sample_data_dump.gemspec
CHANGED
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
|
|
31
31
|
spec.add_dependency 'dry-matcher'
|
32
32
|
spec.add_dependency 'dry-monads'
|
33
33
|
spec.add_dependency 'dry-struct'
|
34
|
-
spec.add_dependency 'dry-types'
|
34
|
+
spec.add_dependency 'dry-types', '>= 0.15'
|
35
35
|
spec.add_dependency 'duckface-interfaces'
|
36
36
|
|
37
37
|
spec.add_development_dependency 'bundler', '>= 1.13'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sample_data_dump
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bellroy Dev Team
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dry-matcher
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '0'
|
61
|
+
version: '0.15'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '0'
|
68
|
+
version: '0.15'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: duckface-interfaces
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -138,6 +138,7 @@ files:
|
|
138
138
|
- Gemfile
|
139
139
|
- Gemfile.lock
|
140
140
|
- Guardfile
|
141
|
+
- LICENSE.md
|
141
142
|
- README.md
|
142
143
|
- lib/sample_data_dump.rb
|
143
144
|
- lib/sample_data_dump/commands/decompress_and_load_sample_data_dumps.rb
|