postgres-copy 1.7.1 → 1.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +45 -29
- data/postgres-copy.gemspec +2 -1
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9a0299b4c5c2908e7e8ca8afbff1f96e8f23b3a1a372d05f7a7d3e1fb5c9637
|
4
|
+
data.tar.gz: bbae02425d70ca159946895e8e61f6195ebb4fa23e8610ff0c2f8c1776089805
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3833502e3ba06cdc914b081ef7e43d2a27521d2d11f5c4b04f7fdbb7126fb13ea4371861ddc9c9ba218248bb3f829099a6aff70e590d7c5615520f64762ab41
|
7
|
+
data.tar.gz: a7838c9d7625ec29bb8d5437ebf13c8a0dee92bc322430e80294041026e3ee1a445d22cc8d89356fa47e7b84e82cb6d0bf38628a747a03fea830c6efc9b0e0da
|
data/Gemfile.lock
CHANGED
@@ -1,49 +1,65 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
postgres-copy (1.7.
|
4
|
+
postgres-copy (1.7.2)
|
5
5
|
activerecord (>= 5.1)
|
6
|
+
csv
|
6
7
|
pg (>= 0.17)
|
7
8
|
|
8
9
|
GEM
|
9
10
|
remote: https://rubygems.org/
|
10
11
|
specs:
|
11
|
-
activemodel (7.
|
12
|
-
activesupport (= 7.
|
13
|
-
activerecord (7.
|
14
|
-
activemodel (= 7.
|
15
|
-
activesupport (= 7.
|
16
|
-
|
17
|
-
|
12
|
+
activemodel (7.2.1)
|
13
|
+
activesupport (= 7.2.1)
|
14
|
+
activerecord (7.2.1)
|
15
|
+
activemodel (= 7.2.1)
|
16
|
+
activesupport (= 7.2.1)
|
17
|
+
timeout (>= 0.4.0)
|
18
|
+
activesupport (7.2.1)
|
19
|
+
base64
|
20
|
+
bigdecimal
|
21
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
22
|
+
connection_pool (>= 2.2.5)
|
23
|
+
drb
|
18
24
|
i18n (>= 1.6, < 2)
|
25
|
+
logger (>= 1.4.2)
|
19
26
|
minitest (>= 5.1)
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
27
|
+
securerandom (>= 0.3)
|
28
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
29
|
+
base64 (0.2.0)
|
30
|
+
bigdecimal (3.1.8)
|
31
|
+
concurrent-ruby (1.3.4)
|
32
|
+
connection_pool (2.4.1)
|
33
|
+
csv (3.3.0)
|
34
|
+
diff-lcs (1.5.1)
|
35
|
+
drb (2.2.1)
|
36
|
+
i18n (1.14.5)
|
24
37
|
concurrent-ruby (~> 1.0)
|
25
|
-
|
26
|
-
|
27
|
-
|
38
|
+
logger (1.6.1)
|
39
|
+
minitest (5.25.1)
|
40
|
+
pg (1.5.7)
|
41
|
+
psych (5.1.2)
|
28
42
|
stringio
|
29
43
|
rake (12.3.3)
|
30
|
-
rdoc (6.
|
44
|
+
rdoc (6.7.0)
|
31
45
|
psych (>= 4.0.0)
|
32
|
-
rspec (3.
|
33
|
-
rspec-core (~> 3.
|
34
|
-
rspec-expectations (~> 3.
|
35
|
-
rspec-mocks (~> 3.
|
36
|
-
rspec-core (3.
|
37
|
-
rspec-support (~> 3.
|
38
|
-
rspec-expectations (3.
|
46
|
+
rspec (3.13.0)
|
47
|
+
rspec-core (~> 3.13.0)
|
48
|
+
rspec-expectations (~> 3.13.0)
|
49
|
+
rspec-mocks (~> 3.13.0)
|
50
|
+
rspec-core (3.13.0)
|
51
|
+
rspec-support (~> 3.13.0)
|
52
|
+
rspec-expectations (3.13.2)
|
39
53
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
|
-
rspec-support (~> 3.
|
41
|
-
rspec-mocks (3.
|
54
|
+
rspec-support (~> 3.13.0)
|
55
|
+
rspec-mocks (3.13.1)
|
42
56
|
diff-lcs (>= 1.2.0, < 2.0)
|
43
|
-
rspec-support (~> 3.
|
44
|
-
rspec-support (3.
|
45
|
-
|
46
|
-
|
57
|
+
rspec-support (~> 3.13.0)
|
58
|
+
rspec-support (3.13.1)
|
59
|
+
securerandom (0.3.1)
|
60
|
+
stringio (3.1.1)
|
61
|
+
timeout (0.4.1)
|
62
|
+
tzinfo (2.0.6)
|
47
63
|
concurrent-ruby (~> 1.0)
|
48
64
|
|
49
65
|
PLATFORMS
|
data/postgres-copy.gemspec
CHANGED
@@ -5,7 +5,7 @@ $:.unshift lib unless $:.include?(lib)
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "postgres-copy"
|
8
|
-
s.version = "1.7.
|
8
|
+
s.version = "1.7.2"
|
9
9
|
s.platform = Gem::Platform::RUBY
|
10
10
|
s.required_ruby_version = ">= 1.9.3"
|
11
11
|
s.authors = ["Diogo Biazus"]
|
@@ -22,6 +22,7 @@ Gem::Specification.new do |s|
|
|
22
22
|
|
23
23
|
s.add_dependency "pg", ">= 0.17"
|
24
24
|
s.add_dependency "activerecord", '>= 5.1'
|
25
|
+
s.add_dependency "csv"
|
25
26
|
s.add_development_dependency "bundler"
|
26
27
|
s.add_development_dependency "rdoc"
|
27
28
|
s.add_development_dependency "rspec", "~> 3.0"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: postgres-copy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Diogo Biazus
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pg
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '5.1'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: csv
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
41
55
|
- !ruby/object:Gem::Dependency
|
42
56
|
name: bundler
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -169,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
169
183
|
- !ruby/object:Gem::Version
|
170
184
|
version: '0'
|
171
185
|
requirements: []
|
172
|
-
rubygems_version: 3.
|
186
|
+
rubygems_version: 3.5.9
|
173
187
|
signing_key:
|
174
188
|
specification_version: 4
|
175
189
|
summary: Put COPY command functionality in ActiveRecord's model class
|