sql_to_csv_stream 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +9 -0
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +91 -88
- data/lib/sql_to_csv_stream/version.rb +1 -1
- data/sql_to_csv_stream.gemspec +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ec01f23c07c6837f723004415b68a389b5cc8693a481fe15bf00f8c90d9ad04d
|
4
|
+
data.tar.gz: c2a07ff5870acb2b740600a96352954826f5ae2a2757d3cb0184bcc0d55bbfa2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aaba6ef6bae4c49648098090c3df36a8bc0a92045d4b1be66043f8e1ab2aac3e356e1d1ace13a844ac8cc07690b6dd1a004526c8d25c607ee94a0ac79f8ee30f
|
7
|
+
data.tar.gz: 45d900d193a4f03c4f35011e87638f7743606ea45ab0713e858adf6f2e3f4970bfb1a1198a8aa7b08853b87d4b94c836d1197427880c51b01a79d5e0d8840dbf
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,58 +1,58 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
sql_to_csv_stream (0.2.
|
4
|
+
sql_to_csv_stream (0.2.1)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
actioncable (5.2.
|
10
|
-
actionpack (= 5.2.
|
9
|
+
actioncable (5.2.4.2)
|
10
|
+
actionpack (= 5.2.4.2)
|
11
11
|
nio4r (~> 2.0)
|
12
12
|
websocket-driver (>= 0.6.1)
|
13
|
-
actionmailer (5.2.
|
14
|
-
actionpack (= 5.2.
|
15
|
-
actionview (= 5.2.
|
16
|
-
activejob (= 5.2.
|
13
|
+
actionmailer (5.2.4.2)
|
14
|
+
actionpack (= 5.2.4.2)
|
15
|
+
actionview (= 5.2.4.2)
|
16
|
+
activejob (= 5.2.4.2)
|
17
17
|
mail (~> 2.5, >= 2.5.4)
|
18
18
|
rails-dom-testing (~> 2.0)
|
19
|
-
actionpack (5.2.
|
20
|
-
actionview (= 5.2.
|
21
|
-
activesupport (= 5.2.
|
22
|
-
rack (~> 2.0)
|
19
|
+
actionpack (5.2.4.2)
|
20
|
+
actionview (= 5.2.4.2)
|
21
|
+
activesupport (= 5.2.4.2)
|
22
|
+
rack (~> 2.0, >= 2.0.8)
|
23
23
|
rack-test (>= 0.6.3)
|
24
24
|
rails-dom-testing (~> 2.0)
|
25
25
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
26
|
-
actionview (5.2.
|
27
|
-
activesupport (= 5.2.
|
26
|
+
actionview (5.2.4.2)
|
27
|
+
activesupport (= 5.2.4.2)
|
28
28
|
builder (~> 3.1)
|
29
29
|
erubi (~> 1.4)
|
30
30
|
rails-dom-testing (~> 2.0)
|
31
31
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
32
|
-
activejob (5.2.
|
33
|
-
activesupport (= 5.2.
|
32
|
+
activejob (5.2.4.2)
|
33
|
+
activesupport (= 5.2.4.2)
|
34
34
|
globalid (>= 0.3.6)
|
35
|
-
activemodel (5.2.
|
36
|
-
activesupport (= 5.2.
|
37
|
-
activerecord (5.2.
|
38
|
-
activemodel (= 5.2.
|
39
|
-
activesupport (= 5.2.
|
35
|
+
activemodel (5.2.4.2)
|
36
|
+
activesupport (= 5.2.4.2)
|
37
|
+
activerecord (5.2.4.2)
|
38
|
+
activemodel (= 5.2.4.2)
|
39
|
+
activesupport (= 5.2.4.2)
|
40
40
|
arel (>= 9.0)
|
41
|
-
activestorage (5.2.
|
42
|
-
actionpack (= 5.2.
|
43
|
-
activerecord (= 5.2.
|
41
|
+
activestorage (5.2.4.2)
|
42
|
+
actionpack (= 5.2.4.2)
|
43
|
+
activerecord (= 5.2.4.2)
|
44
44
|
marcel (~> 0.3.1)
|
45
|
-
activesupport (5.2.
|
45
|
+
activesupport (5.2.4.2)
|
46
46
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
47
47
|
i18n (>= 0.7, < 2)
|
48
48
|
minitest (~> 5.1)
|
49
49
|
tzinfo (~> 1.1)
|
50
|
-
addressable (2.
|
51
|
-
public_suffix (>= 2.0.2, <
|
50
|
+
addressable (2.7.0)
|
51
|
+
public_suffix (>= 2.0.2, < 5.0)
|
52
52
|
arel (9.0.0)
|
53
53
|
ast (2.4.0)
|
54
|
-
builder (3.2.
|
55
|
-
capybara (3.
|
54
|
+
builder (3.2.4)
|
55
|
+
capybara (3.31.0)
|
56
56
|
addressable
|
57
57
|
mini_mime (>= 0.1.3)
|
58
58
|
nokogiri (~> 1.8)
|
@@ -61,110 +61,113 @@ GEM
|
|
61
61
|
regexp_parser (~> 1.5)
|
62
62
|
xpath (~> 3.2)
|
63
63
|
coderay (1.1.2)
|
64
|
-
concurrent-ruby (1.1.
|
65
|
-
crass (1.0.
|
64
|
+
concurrent-ruby (1.1.6)
|
65
|
+
crass (1.0.6)
|
66
66
|
diff-lcs (1.3)
|
67
|
-
erubi (1.
|
67
|
+
erubi (1.9.0)
|
68
68
|
fivemat (1.3.7)
|
69
69
|
globalid (0.4.2)
|
70
70
|
activesupport (>= 4.2.0)
|
71
|
-
i18n (1.
|
71
|
+
i18n (1.8.2)
|
72
72
|
concurrent-ruby (~> 1.0)
|
73
|
-
jaro_winkler (1.5.
|
74
|
-
loofah (2.
|
73
|
+
jaro_winkler (1.5.4)
|
74
|
+
loofah (2.4.0)
|
75
75
|
crass (~> 1.0.2)
|
76
76
|
nokogiri (>= 1.5.9)
|
77
77
|
mail (2.7.1)
|
78
78
|
mini_mime (>= 0.1.1)
|
79
79
|
marcel (0.3.3)
|
80
80
|
mimemagic (~> 0.3.2)
|
81
|
-
method_source (0.
|
82
|
-
mimemagic (0.3.
|
81
|
+
method_source (1.0.0)
|
82
|
+
mimemagic (0.3.4)
|
83
83
|
mini_mime (1.0.2)
|
84
84
|
mini_portile2 (2.4.0)
|
85
|
-
minitest (5.
|
86
|
-
nio4r (2.
|
87
|
-
nokogiri (1.10.
|
85
|
+
minitest (5.14.0)
|
86
|
+
nio4r (2.5.2)
|
87
|
+
nokogiri (1.10.9)
|
88
88
|
mini_portile2 (~> 2.4.0)
|
89
|
-
parallel (1.
|
90
|
-
parser (2.
|
89
|
+
parallel (1.19.1)
|
90
|
+
parser (2.7.0.5)
|
91
91
|
ast (~> 2.4.0)
|
92
|
-
pg (1.
|
93
|
-
pry (0.
|
94
|
-
coderay (~> 1.1
|
95
|
-
method_source (~>
|
92
|
+
pg (1.2.3)
|
93
|
+
pry (0.13.0)
|
94
|
+
coderay (~> 1.1)
|
95
|
+
method_source (~> 1.0)
|
96
96
|
pry-rails (0.3.9)
|
97
97
|
pry (>= 0.10.4)
|
98
|
-
public_suffix (
|
99
|
-
puma (3.
|
100
|
-
|
98
|
+
public_suffix (4.0.3)
|
99
|
+
puma (4.3.3)
|
100
|
+
nio4r (~> 2.0)
|
101
|
+
rack (2.2.2)
|
101
102
|
rack-test (1.1.0)
|
102
103
|
rack (>= 1.0, < 3)
|
103
|
-
rails (5.2.
|
104
|
-
actioncable (= 5.2.
|
105
|
-
actionmailer (= 5.2.
|
106
|
-
actionpack (= 5.2.
|
107
|
-
actionview (= 5.2.
|
108
|
-
activejob (= 5.2.
|
109
|
-
activemodel (= 5.2.
|
110
|
-
activerecord (= 5.2.
|
111
|
-
activestorage (= 5.2.
|
112
|
-
activesupport (= 5.2.
|
104
|
+
rails (5.2.4.2)
|
105
|
+
actioncable (= 5.2.4.2)
|
106
|
+
actionmailer (= 5.2.4.2)
|
107
|
+
actionpack (= 5.2.4.2)
|
108
|
+
actionview (= 5.2.4.2)
|
109
|
+
activejob (= 5.2.4.2)
|
110
|
+
activemodel (= 5.2.4.2)
|
111
|
+
activerecord (= 5.2.4.2)
|
112
|
+
activestorage (= 5.2.4.2)
|
113
|
+
activesupport (= 5.2.4.2)
|
113
114
|
bundler (>= 1.3.0)
|
114
|
-
railties (= 5.2.
|
115
|
+
railties (= 5.2.4.2)
|
115
116
|
sprockets-rails (>= 2.0.0)
|
116
117
|
rails-dom-testing (2.0.3)
|
117
118
|
activesupport (>= 4.2.0)
|
118
119
|
nokogiri (>= 1.6)
|
119
|
-
rails-html-sanitizer (1.
|
120
|
-
loofah (~> 2.
|
121
|
-
railties (5.2.
|
122
|
-
actionpack (= 5.2.
|
123
|
-
activesupport (= 5.2.
|
120
|
+
rails-html-sanitizer (1.3.0)
|
121
|
+
loofah (~> 2.3)
|
122
|
+
railties (5.2.4.2)
|
123
|
+
actionpack (= 5.2.4.2)
|
124
|
+
activesupport (= 5.2.4.2)
|
124
125
|
method_source
|
125
126
|
rake (>= 0.8.7)
|
126
127
|
thor (>= 0.19.0, < 2.0)
|
127
128
|
rainbow (3.0.0)
|
128
|
-
rake (
|
129
|
-
regexp_parser (1.
|
130
|
-
|
131
|
-
|
132
|
-
rspec-
|
133
|
-
rspec-
|
134
|
-
|
135
|
-
|
136
|
-
|
129
|
+
rake (13.0.1)
|
130
|
+
regexp_parser (1.7.0)
|
131
|
+
rexml (3.2.4)
|
132
|
+
rspec (3.9.0)
|
133
|
+
rspec-core (~> 3.9.0)
|
134
|
+
rspec-expectations (~> 3.9.0)
|
135
|
+
rspec-mocks (~> 3.9.0)
|
136
|
+
rspec-core (3.9.1)
|
137
|
+
rspec-support (~> 3.9.1)
|
138
|
+
rspec-expectations (3.9.1)
|
137
139
|
diff-lcs (>= 1.2.0, < 2.0)
|
138
|
-
rspec-support (~> 3.
|
139
|
-
rspec-mocks (3.
|
140
|
+
rspec-support (~> 3.9.0)
|
141
|
+
rspec-mocks (3.9.1)
|
140
142
|
diff-lcs (>= 1.2.0, < 2.0)
|
141
|
-
rspec-support (~> 3.
|
142
|
-
rspec-support (3.
|
143
|
-
rubocop (0.
|
143
|
+
rspec-support (~> 3.9.0)
|
144
|
+
rspec-support (3.9.2)
|
145
|
+
rubocop (0.80.1)
|
144
146
|
jaro_winkler (~> 1.5.1)
|
145
147
|
parallel (~> 1.10)
|
146
|
-
parser (>= 2.
|
148
|
+
parser (>= 2.7.0.1)
|
147
149
|
rainbow (>= 2.2.2, < 4.0)
|
150
|
+
rexml
|
148
151
|
ruby-progressbar (~> 1.7)
|
149
152
|
unicode-display_width (>= 1.4.0, < 1.7)
|
150
|
-
rubocop-bitcrowd (1.
|
151
|
-
rubocop (~> 0.
|
152
|
-
rubocop-rails (2.
|
153
|
+
rubocop-bitcrowd (2.1.2)
|
154
|
+
rubocop (~> 0.57)
|
155
|
+
rubocop-rails (2.4.2)
|
153
156
|
rack (>= 1.1)
|
154
157
|
rubocop (>= 0.72.0)
|
155
158
|
ruby-progressbar (1.10.1)
|
156
|
-
sprockets (
|
159
|
+
sprockets (4.0.0)
|
157
160
|
concurrent-ruby (~> 1.0)
|
158
161
|
rack (> 1, < 3)
|
159
162
|
sprockets-rails (3.2.1)
|
160
163
|
actionpack (>= 4.0)
|
161
164
|
activesupport (>= 4.0)
|
162
165
|
sprockets (>= 3.0.0)
|
163
|
-
thor (0.
|
166
|
+
thor (1.0.1)
|
164
167
|
thread_safe (0.3.6)
|
165
|
-
tzinfo (1.2.
|
168
|
+
tzinfo (1.2.6)
|
166
169
|
thread_safe (~> 0.1)
|
167
|
-
unicode-display_width (1.6.
|
170
|
+
unicode-display_width (1.6.1)
|
168
171
|
websocket-driver (0.7.1)
|
169
172
|
websocket-extensions (>= 0.1.0)
|
170
173
|
websocket-extensions (0.1.4)
|
@@ -181,9 +184,9 @@ DEPENDENCIES
|
|
181
184
|
pg
|
182
185
|
pry
|
183
186
|
pry-rails
|
184
|
-
puma (~> 3
|
187
|
+
puma (~> 4.3)
|
185
188
|
rails (~> 5.2.2)
|
186
|
-
rake (~>
|
189
|
+
rake (~> 13.0)
|
187
190
|
rspec (~> 3.0)
|
188
191
|
rubocop
|
189
192
|
rubocop-bitcrowd
|
data/sql_to_csv_stream.gemspec
CHANGED
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
|
|
35
35
|
|
36
36
|
spec.add_development_dependency 'bundler', '~> 1.17'
|
37
37
|
spec.add_development_dependency 'pry'
|
38
|
-
spec.add_development_dependency 'rake', '~>
|
38
|
+
spec.add_development_dependency 'rake', '~> 13.0'
|
39
39
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
40
40
|
spec.add_development_dependency 'fivemat'
|
41
41
|
|
@@ -43,7 +43,7 @@ Gem::Specification.new do |spec|
|
|
43
43
|
spec.add_development_dependency 'capybara'
|
44
44
|
spec.add_development_dependency 'pg'
|
45
45
|
spec.add_development_dependency 'pry-rails'
|
46
|
-
spec.add_development_dependency 'puma', '~> 3
|
46
|
+
spec.add_development_dependency 'puma', '~> 4.3'
|
47
47
|
spec.add_development_dependency 'rails', '~> 5.2.2'
|
48
48
|
spec.add_development_dependency 'rubocop'
|
49
49
|
spec.add_development_dependency 'rubocop-bitcrowd'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sql_to_csv_stream
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Philipp Tessenow
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -44,14 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
47
|
+
version: '13.0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
54
|
+
version: '13.0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rspec
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -128,14 +128,14 @@ dependencies:
|
|
128
128
|
requirements:
|
129
129
|
- - "~>"
|
130
130
|
- !ruby/object:Gem::Version
|
131
|
-
version: '3
|
131
|
+
version: '4.3'
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
135
135
|
requirements:
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: '3
|
138
|
+
version: '4.3'
|
139
139
|
- !ruby/object:Gem::Dependency
|
140
140
|
name: rails
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
@@ -244,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
244
244
|
- !ruby/object:Gem::Version
|
245
245
|
version: '0'
|
246
246
|
requirements: []
|
247
|
-
rubygems_version: 3.0.
|
247
|
+
rubygems_version: 3.0.1
|
248
248
|
signing_key:
|
249
249
|
specification_version: 4
|
250
250
|
summary: A shortcut to the COPY command from PostgreSQL. Give it SQL and get an Enumerator
|