sql_to_csv_stream 0.2.1 → 0.2.2

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: ec01f23c07c6837f723004415b68a389b5cc8693a481fe15bf00f8c90d9ad04d
4
- data.tar.gz: c2a07ff5870acb2b740600a96352954826f5ae2a2757d3cb0184bcc0d55bbfa2
3
+ metadata.gz: 8fdabe29231b110d1e59f6ba20706eeb6f2592ee7b7a211abea74a385b3044a5
4
+ data.tar.gz: 8ebe1abccc66a4281c95afb6672162d6f8fd6994e1e136ed42b16819022fed6a
5
5
  SHA512:
6
- metadata.gz: aaba6ef6bae4c49648098090c3df36a8bc0a92045d4b1be66043f8e1ab2aac3e356e1d1ace13a844ac8cc07690b6dd1a004526c8d25c607ee94a0ac79f8ee30f
7
- data.tar.gz: 45d900d193a4f03c4f35011e87638f7743606ea45ab0713e858adf6f2e3f4970bfb1a1198a8aa7b08853b87d4b94c836d1197427880c51b01a79d5e0d8840dbf
6
+ metadata.gz: 0f2be941caea8b743cbdfda04aad9f129acbf5d46f49c4cd11f4fc0578f2c26aa4fad1329825ffd729703151a9d91bf369ec3479736c385d97cabe512d3fc4fd
7
+ data.tar.gz: a11b3ae6d077a1674986c9178b26030005b53570586a194929d834a8e0affba416f5e6409d4d768497546610aa5eea1910a278052f5d85f160fa41e71ac60515
@@ -1,27 +1,32 @@
1
1
  # SqlToCsvStream Changelog
2
2
 
3
- ## 0.4.0 / unreleased
3
+ ## 0.3.0 / unreleased
4
4
 
5
5
  ### Features
6
6
 
7
- *
8
-
7
+ -
9
8
 
10
9
  ### Bug fixes
11
10
 
12
- *
11
+ -
12
+
13
+ ## 0.2.2 / 2020-06-25
14
+
15
+ ### Security
16
+
17
+ - updated dependencies (puma, websocket-extensions, rails, rack) addressing various security reports
13
18
 
14
19
  ## 0.2.1 / 2020-03-23
15
20
 
16
21
  ### Security
17
22
 
18
- * update all gems (addressed GHSA-65cv-r6x7-79hv)
19
- * updated rubocop and added some new Cops
23
+ - update all gems (addressed GHSA-65cv-r6x7-79hv)
24
+ - updated rubocop and added some new Cops
20
25
 
21
26
  ## 0.2.0 / 2019-08-21
22
27
 
23
28
  ### Security
24
29
 
25
- * upgrade nokogiri (addressed CVE-2019-5477)
26
- * upgrade all dependent gems
27
- * move to CircleCI
30
+ - upgrade nokogiri (addressed CVE-2019-5477)
31
+ - upgrade all dependent gems
32
+ - move to CircleCI
@@ -6,43 +6,43 @@ PATH
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- actioncable (5.2.4.2)
10
- actionpack (= 5.2.4.2)
9
+ actioncable (5.2.4.3)
10
+ actionpack (= 5.2.4.3)
11
11
  nio4r (~> 2.0)
12
12
  websocket-driver (>= 0.6.1)
13
- actionmailer (5.2.4.2)
14
- actionpack (= 5.2.4.2)
15
- actionview (= 5.2.4.2)
16
- activejob (= 5.2.4.2)
13
+ actionmailer (5.2.4.3)
14
+ actionpack (= 5.2.4.3)
15
+ actionview (= 5.2.4.3)
16
+ activejob (= 5.2.4.3)
17
17
  mail (~> 2.5, >= 2.5.4)
18
18
  rails-dom-testing (~> 2.0)
19
- actionpack (5.2.4.2)
20
- actionview (= 5.2.4.2)
21
- activesupport (= 5.2.4.2)
19
+ actionpack (5.2.4.3)
20
+ actionview (= 5.2.4.3)
21
+ activesupport (= 5.2.4.3)
22
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.4.2)
27
- activesupport (= 5.2.4.2)
26
+ actionview (5.2.4.3)
27
+ activesupport (= 5.2.4.3)
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.4.2)
33
- activesupport (= 5.2.4.2)
32
+ activejob (5.2.4.3)
33
+ activesupport (= 5.2.4.3)
34
34
  globalid (>= 0.3.6)
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)
35
+ activemodel (5.2.4.3)
36
+ activesupport (= 5.2.4.3)
37
+ activerecord (5.2.4.3)
38
+ activemodel (= 5.2.4.3)
39
+ activesupport (= 5.2.4.3)
40
40
  arel (>= 9.0)
41
- activestorage (5.2.4.2)
42
- actionpack (= 5.2.4.2)
43
- activerecord (= 5.2.4.2)
41
+ activestorage (5.2.4.3)
42
+ actionpack (= 5.2.4.3)
43
+ activerecord (= 5.2.4.3)
44
44
  marcel (~> 0.3.1)
45
- activesupport (5.2.4.2)
45
+ activesupport (5.2.4.3)
46
46
  concurrent-ruby (~> 1.0, >= 1.0.2)
47
47
  i18n (>= 0.7, < 2)
48
48
  minitest (~> 5.1)
@@ -68,10 +68,10 @@ GEM
68
68
  fivemat (1.3.7)
69
69
  globalid (0.4.2)
70
70
  activesupport (>= 4.2.0)
71
- i18n (1.8.2)
71
+ i18n (1.8.3)
72
72
  concurrent-ruby (~> 1.0)
73
73
  jaro_winkler (1.5.4)
74
- loofah (2.4.0)
74
+ loofah (2.5.0)
75
75
  crass (~> 1.0.2)
76
76
  nokogiri (>= 1.5.9)
77
77
  mail (2.7.1)
@@ -79,10 +79,10 @@ GEM
79
79
  marcel (0.3.3)
80
80
  mimemagic (~> 0.3.2)
81
81
  method_source (1.0.0)
82
- mimemagic (0.3.4)
82
+ mimemagic (0.3.5)
83
83
  mini_mime (1.0.2)
84
84
  mini_portile2 (2.4.0)
85
- minitest (5.14.0)
85
+ minitest (5.14.1)
86
86
  nio4r (2.5.2)
87
87
  nokogiri (1.10.9)
88
88
  mini_portile2 (~> 2.4.0)
@@ -96,32 +96,32 @@ GEM
96
96
  pry-rails (0.3.9)
97
97
  pry (>= 0.10.4)
98
98
  public_suffix (4.0.3)
99
- puma (4.3.3)
99
+ puma (4.3.5)
100
100
  nio4r (~> 2.0)
101
- rack (2.2.2)
101
+ rack (2.2.3)
102
102
  rack-test (1.1.0)
103
103
  rack (>= 1.0, < 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)
104
+ rails (5.2.4.3)
105
+ actioncable (= 5.2.4.3)
106
+ actionmailer (= 5.2.4.3)
107
+ actionpack (= 5.2.4.3)
108
+ actionview (= 5.2.4.3)
109
+ activejob (= 5.2.4.3)
110
+ activemodel (= 5.2.4.3)
111
+ activerecord (= 5.2.4.3)
112
+ activestorage (= 5.2.4.3)
113
+ activesupport (= 5.2.4.3)
114
114
  bundler (>= 1.3.0)
115
- railties (= 5.2.4.2)
115
+ railties (= 5.2.4.3)
116
116
  sprockets-rails (>= 2.0.0)
117
117
  rails-dom-testing (2.0.3)
118
118
  activesupport (>= 4.2.0)
119
119
  nokogiri (>= 1.6)
120
120
  rails-html-sanitizer (1.3.0)
121
121
  loofah (~> 2.3)
122
- railties (5.2.4.2)
123
- actionpack (= 5.2.4.2)
124
- activesupport (= 5.2.4.2)
122
+ railties (5.2.4.3)
123
+ actionpack (= 5.2.4.3)
124
+ activesupport (= 5.2.4.3)
125
125
  method_source
126
126
  rake (>= 0.8.7)
127
127
  thor (>= 0.19.0, < 2.0)
@@ -156,7 +156,7 @@ GEM
156
156
  rack (>= 1.1)
157
157
  rubocop (>= 0.72.0)
158
158
  ruby-progressbar (1.10.1)
159
- sprockets (4.0.0)
159
+ sprockets (4.0.2)
160
160
  concurrent-ruby (~> 1.0)
161
161
  rack (> 1, < 3)
162
162
  sprockets-rails (3.2.1)
@@ -165,12 +165,12 @@ GEM
165
165
  sprockets (>= 3.0.0)
166
166
  thor (1.0.1)
167
167
  thread_safe (0.3.6)
168
- tzinfo (1.2.6)
168
+ tzinfo (1.2.7)
169
169
  thread_safe (~> 0.1)
170
170
  unicode-display_width (1.6.1)
171
- websocket-driver (0.7.1)
171
+ websocket-driver (0.7.2)
172
172
  websocket-extensions (>= 0.1.0)
173
- websocket-extensions (0.1.4)
173
+ websocket-extensions (0.1.5)
174
174
  xpath (3.2.0)
175
175
  nokogiri (~> 1.8)
176
176
 
@@ -185,7 +185,7 @@ DEPENDENCIES
185
185
  pry
186
186
  pry-rails
187
187
  puma (~> 4.3)
188
- rails (~> 5.2.2)
188
+ rails (~> 5.2.4)
189
189
  rake (~> 13.0)
190
190
  rspec (~> 3.0)
191
191
  rubocop
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SqlToCsvStream
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
@@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
44
44
  spec.add_development_dependency 'pg'
45
45
  spec.add_development_dependency 'pry-rails'
46
46
  spec.add_development_dependency 'puma', '~> 4.3'
47
- spec.add_development_dependency 'rails', '~> 5.2.2'
47
+ spec.add_development_dependency 'rails', '~> 5.2.4'
48
48
  spec.add_development_dependency 'rubocop'
49
49
  spec.add_development_dependency 'rubocop-bitcrowd'
50
50
  spec.add_development_dependency 'rubocop-rails'
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philipp Tessenow
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-23 00:00:00.000000000 Z
11
+ date: 2020-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -142,14 +142,14 @@ dependencies:
142
142
  requirements:
143
143
  - - "~>"
144
144
  - !ruby/object:Gem::Version
145
- version: 5.2.2
145
+ version: 5.2.4
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - "~>"
151
151
  - !ruby/object:Gem::Version
152
- version: 5.2.2
152
+ version: 5.2.4
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: rubocop
155
155
  requirement: !ruby/object:Gem::Requirement
@@ -229,7 +229,7 @@ metadata:
229
229
  homepage_uri: https://github.com/tessi/sql_to_csv_stream
230
230
  source_code_uri: https://github.com/tessi/sql_to_csv_stream
231
231
  changelog_uri: https://github.com/tessi/sql_to_csv_stream/master/CHANGELOG.md
232
- post_install_message:
232
+ post_install_message:
233
233
  rdoc_options: []
234
234
  require_paths:
235
235
  - lib
@@ -244,8 +244,8 @@ 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.1
248
- signing_key:
247
+ rubygems_version: 3.1.3
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
251
251
  for the CSV that comes out of it.