pg_export 1.0.0.rc8 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/bin/setup +0 -2
- data/lib/pg_export/configuration_parser.rb +2 -2
- data/lib/pg_export/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 568f50f6bbac2163007c60e8a27909ef5090c8ff043b22d4951733f74a31435f
|
|
4
|
+
data.tar.gz: a7401975c6950a99177279e63f9c8a3a6e39af5f3832c3357d01ac9532f98906
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06241c56c3d2cb35c64860e015db5e1d6a638a579372dad8a81c70b00cf4fdf0907c4375b7ff469f1de4c00ab361c15f8744a76791c808f89d85cfb0d8f346fa
|
|
7
|
+
data.tar.gz: bd265680aa904baedf80e1a006ae5afed705918e7cf393098bac42a6c39d9d3ae23ca62915af5b782c74310b410eb709af890be89405dbe67779fa1a46608a6e
|
data/CHANGELOG.md
CHANGED
data/bin/setup
CHANGED
|
@@ -62,7 +62,7 @@ class PgExport
|
|
|
62
62
|
Use full option names prepending with PG_EXPORT_ phrase.
|
|
63
63
|
Command line options takes precedence over the ENVs.
|
|
64
64
|
|
|
65
|
-
Eg.
|
|
65
|
+
Eg. commands:
|
|
66
66
|
pg_export -s -U user -H host database_name -k 10
|
|
67
67
|
|
|
68
68
|
Is equivalent to:
|
|
@@ -82,7 +82,7 @@ class PgExport
|
|
|
82
82
|
d: "In plain mode: database name to export;#{N}In interactive mode: phrase to filter by",
|
|
83
83
|
e: 'Dumps will be SSL encrypted using this key. Should have exactly 16 characters',
|
|
84
84
|
a: "Encryption cipher algorithm (default: AES-128-CBC);#{N}For available option see `$ openssl list -cipher-algorithms`",
|
|
85
|
-
k: 'Number of dump files to keep on FTP (default: 10)',
|
|
85
|
+
k: 'Number of dump files to keep on FTP/SSH (default: 10)',
|
|
86
86
|
s: 'Same as "--gateway ssh". When set, the --gateway option is ignored',
|
|
87
87
|
f: 'Same as "--gateway ftp". When set, the --gateway option is ignored',
|
|
88
88
|
t: 'Prepends log messages with timestamps',
|
data/lib/pg_export/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pg_export
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Krzysztof Maicher
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-12-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bcrypt_pbkdf
|
|
@@ -269,9 +269,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
269
269
|
version: 2.3.0
|
|
270
270
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
271
271
|
requirements:
|
|
272
|
-
- - "
|
|
272
|
+
- - ">="
|
|
273
273
|
- !ruby/object:Gem::Version
|
|
274
|
-
version:
|
|
274
|
+
version: '0'
|
|
275
275
|
requirements: []
|
|
276
276
|
rubygems_version: 3.2.3
|
|
277
277
|
signing_key:
|