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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69a16996a6f5e332d51e2cf6d352f323a7fe01939d3ff238eec27c1d640958d5
4
- data.tar.gz: 8ddc1c3aca1f1d0a70a41af04436c50d4892be178b1991978b8e95bd03d50da6
3
+ metadata.gz: ec01f23c07c6837f723004415b68a389b5cc8693a481fe15bf00f8c90d9ad04d
4
+ data.tar.gz: c2a07ff5870acb2b740600a96352954826f5ae2a2757d3cb0184bcc0d55bbfa2
5
5
  SHA512:
6
- metadata.gz: 18295c63a869342ab2f1833b968c1374228375fbe7544187c41a68d750de497f67b8659ed44539968f3943df8ff9c7781835ad1475ce142b8d4513651e8ed4e8
7
- data.tar.gz: f47042d236d18caa9965d33e7302befd14f14d0c5abb6be343d38ed486e89386890c32955e8836b08575fcb02860f1cbb761a1378ef7a61922140b60be992b8d
6
+ metadata.gz: aaba6ef6bae4c49648098090c3df36a8bc0a92045d4b1be66043f8e1ab2aac3e356e1d1ace13a844ac8cc07690b6dd1a004526c8d25c607ee94a0ac79f8ee30f
7
+ data.tar.gz: 45d900d193a4f03c4f35011e87638f7743606ea45ab0713e858adf6f2e3f4970bfb1a1198a8aa7b08853b87d4b94c836d1197427880c51b01a79d5e0d8840dbf
@@ -16,3 +16,12 @@ AllCops:
16
16
 
17
17
  Metrics/MethodLength:
18
18
  Max: 15
19
+
20
+ Style/HashEachMethods:
21
+ Enabled: true
22
+
23
+ Style/HashTransformKeys:
24
+ Enabled: true
25
+
26
+ Style/HashTransformValues:
27
+ Enabled: true
@@ -11,6 +11,12 @@
11
11
 
12
12
  *
13
13
 
14
+ ## 0.2.1 / 2020-03-23
15
+
16
+ ### Security
17
+
18
+ * update all gems (addressed GHSA-65cv-r6x7-79hv)
19
+ * updated rubocop and added some new Cops
14
20
 
15
21
  ## 0.2.0 / 2019-08-21
16
22
 
@@ -1,58 +1,58 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sql_to_csv_stream (0.2.0)
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.3)
10
- actionpack (= 5.2.3)
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.3)
14
- actionpack (= 5.2.3)
15
- actionview (= 5.2.3)
16
- activejob (= 5.2.3)
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.3)
20
- actionview (= 5.2.3)
21
- activesupport (= 5.2.3)
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.3)
27
- activesupport (= 5.2.3)
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.3)
33
- activesupport (= 5.2.3)
32
+ activejob (5.2.4.2)
33
+ activesupport (= 5.2.4.2)
34
34
  globalid (>= 0.3.6)
35
- activemodel (5.2.3)
36
- activesupport (= 5.2.3)
37
- activerecord (5.2.3)
38
- activemodel (= 5.2.3)
39
- activesupport (= 5.2.3)
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.3)
42
- actionpack (= 5.2.3)
43
- activerecord (= 5.2.3)
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.3)
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.6.0)
51
- public_suffix (>= 2.0.2, < 4.0)
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.3)
55
- capybara (3.28.0)
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.5)
65
- crass (1.0.4)
64
+ concurrent-ruby (1.1.6)
65
+ crass (1.0.6)
66
66
  diff-lcs (1.3)
67
- erubi (1.8.0)
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.6.0)
71
+ i18n (1.8.2)
72
72
  concurrent-ruby (~> 1.0)
73
- jaro_winkler (1.5.3)
74
- loofah (2.2.3)
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.9.2)
82
- mimemagic (0.3.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.11.3)
86
- nio4r (2.4.0)
87
- nokogiri (1.10.4)
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.17.0)
90
- parser (2.6.3.0)
89
+ parallel (1.19.1)
90
+ parser (2.7.0.5)
91
91
  ast (~> 2.4.0)
92
- pg (1.1.4)
93
- pry (0.12.2)
94
- coderay (~> 1.1.0)
95
- method_source (~> 0.9.0)
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 (3.1.1)
99
- puma (3.12.1)
100
- rack (2.0.7)
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.3)
104
- actioncable (= 5.2.3)
105
- actionmailer (= 5.2.3)
106
- actionpack (= 5.2.3)
107
- actionview (= 5.2.3)
108
- activejob (= 5.2.3)
109
- activemodel (= 5.2.3)
110
- activerecord (= 5.2.3)
111
- activestorage (= 5.2.3)
112
- activesupport (= 5.2.3)
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.3)
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.2.0)
120
- loofah (~> 2.2, >= 2.2.2)
121
- railties (5.2.3)
122
- actionpack (= 5.2.3)
123
- activesupport (= 5.2.3)
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 (10.5.0)
129
- regexp_parser (1.6.0)
130
- rspec (3.8.0)
131
- rspec-core (~> 3.8.0)
132
- rspec-expectations (~> 3.8.0)
133
- rspec-mocks (~> 3.8.0)
134
- rspec-core (3.8.2)
135
- rspec-support (~> 3.8.0)
136
- rspec-expectations (3.8.4)
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.8.0)
139
- rspec-mocks (3.8.1)
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.8.0)
142
- rspec-support (3.8.2)
143
- rubocop (0.74.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.6)
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.3.0)
151
- rubocop (~> 0.56)
152
- rubocop-rails (2.3.0)
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 (3.7.2)
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.20.3)
166
+ thor (1.0.1)
164
167
  thread_safe (0.3.6)
165
- tzinfo (1.2.5)
168
+ tzinfo (1.2.6)
166
169
  thread_safe (~> 0.1)
167
- unicode-display_width (1.6.0)
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.11)
187
+ puma (~> 4.3)
185
188
  rails (~> 5.2.2)
186
- rake (~> 10.0)
189
+ rake (~> 13.0)
187
190
  rspec (~> 3.0)
188
191
  rubocop
189
192
  rubocop-bitcrowd
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SqlToCsvStream
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
@@ -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', '~> 10.0'
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.11'
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.0
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: 2019-08-21 00:00:00.000000000 Z
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: '10.0'
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: '10.0'
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.11'
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.11'
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.2
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