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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42b460018084e41b910908bbafb017a58f4cd918
4
- data.tar.gz: e09b53a900e7859880eb521d30b459e33d7b33c3
3
+ metadata.gz: 5e194b2c36893afb9bdc82bc22204a2400545a92
4
+ data.tar.gz: 93e2a3a5d08eb8890ed397f6e27785663b09b9db
5
5
  SHA512:
6
- metadata.gz: 04f4391e631cb33f8fe5e9c7d443d8ad65ab2d9e89a274477cb8bcb9af178de192e970872a6f1f7c03337453894fde2e56b0b82811c588ad7295060f5afb4f50
7
- data.tar.gz: 2ec63119a0593f6285da5569762a4011cd3742d8add99f0b0070d64131d60caddd752fcb28ddc85f083326fe69f314cd55a4cc7d07e73d0b180a4e03f4de0265
6
+ metadata.gz: 400f56806cdac83e0e67afb0cacbfd7a4e272bc42167984a3f95d0df06e87f0efe66b15da0c60982685b4a8b64d77a5fe80e8d651b765a62f0ea36256b4ea1cf
7
+ data.tar.gz: 50ad5e9d56126af2565bf28f3f230fb4c88bfd3b97609c2084e7605486e896a566b444c578942823eadafeec3f502a42200c63f1b9dd911a81865dbdfd82621f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ 0.0.3
2
+
3
+ * Dependency updates
4
+
1
5
  0.0.2
2
6
 
3
7
  * Split all I/O across multiple gateways based on data type
data/Gemfile.lock CHANGED
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sample_data_dump (0.0.2)
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.0)
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 (10.0.2)
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.0.5)
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.7.0)
35
+ dry-configurable (0.8.2)
36
36
  concurrent-ruby (~> 1.0)
37
- dry-container (0.6.0)
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.1)
43
+ dry-equalizer (0.2.2)
43
44
  dry-inflector (0.1.2)
44
- dry-logic (0.4.2)
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.1.0)
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.6.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.13)
57
+ dry-types (~> 0.15)
57
58
  ice_nine (~> 0.11)
58
- dry-types (0.13.3)
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.4, >= 0.4.2)
65
- duckface-interfaces (0.0.3)
65
+ dry-logic (~> 0.5, >= 0.5)
66
+ duckface-interfaces (0.0.4)
66
67
  equalizer (0.0.11)
67
- ffi (1.9.25)
68
+ ffi (1.10.0)
68
69
  formatador (0.2.5)
69
- guard (2.14.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.1)
84
+ i18n (1.6.0)
84
85
  concurrent-ruby (~> 1.0)
85
86
  ice_nine (0.11.2)
86
- jaro_winkler (1.5.1)
87
- json (2.1.0)
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.0)
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.12.1)
101
- parser (2.5.1.2)
101
+ parallel (1.16.0)
102
+ parser (2.6.2.0)
102
103
  ast (~> 2.4.0)
103
- powerpack (0.1.2)
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.6.0)
108
- byebug (~> 10.0)
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.1)
112
+ rake (12.3.2)
112
113
  rb-fsevent (0.10.3)
113
- rb-inotify (0.9.10)
114
- ffi (>= 0.5.0, < 2)
114
+ rb-inotify (0.10.0)
115
+ ffi (~> 1.0)
115
116
  rb-readline (0.5.5)
116
- reek (5.0.2)
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.6, != 2.5.1.1)
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.0)
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.58.2)
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
- powerpack (~> 0.1)
140
+ psych (>= 3.1.0)
139
141
  rainbow (>= 2.2.2, < 4.0)
140
142
  ruby-progressbar (~> 1.7)
141
- unicode-display_width (~> 1.0, >= 1.0.1)
142
- rubocop-rspec (1.27.0)
143
- rubocop (>= 0.56.0)
144
- ruby-progressbar (1.9.0)
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 (3.1.2)
148
- activesupport (>= 4.0.0)
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.0)
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.4.0)
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.1
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
@@ -4,6 +4,6 @@ require 'dry-types'
4
4
 
5
5
  module SampleDataDump
6
6
  module Types
7
- include Dry::Types.module
7
+ include Dry.Types
8
8
  end
9
9
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SampleDataDump
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
@@ -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.2
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: 2018-12-03 00:00:00.000000000 Z
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