remote_database_importer 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -6
- data/lib/remote_database_importer/operation.rb +0 -1
- data/lib/remote_database_importer/version.rb +1 -1
- data/readme_images/config_sample.png +0 -0
- metadata +5 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83f84dda973912024d022d895763155d64da66822f5d6f7e771cfcf54562dd71
|
4
|
+
data.tar.gz: 9a2fb0fe981aef23c4778765cbf9f5e70e033c16d43c8d1a2a145b2abaf4f8ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07be1da942f02d49869a62c64f3a1f4b5f81c23d624a604c42b1b0b844da94dcba18b86e824fd64cd147c7d4132f14832e0f23741e4470988c8f7fede720fcf0
|
7
|
+
data.tar.gz: 87a22ec48fcf6efb7c85bad1f183a6e1b0e3a0f9226fdf0dd3289b12bd1bfbad197ab0fbed2cdc3aebfafc56a421b62edc61db5a2c4407a885098fb842437400
|
data/Gemfile.lock
CHANGED
@@ -11,17 +11,12 @@ GEM
|
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
13
|
ast (2.4.2)
|
14
|
-
coderay (1.1.3)
|
15
14
|
colorize (0.8.1)
|
16
15
|
diff-lcs (1.5.0)
|
17
16
|
json (2.6.2)
|
18
|
-
method_source (1.0.0)
|
19
17
|
parallel (1.22.1)
|
20
18
|
parser (3.1.2.1)
|
21
19
|
ast (~> 2.4.1)
|
22
|
-
pry (0.14.1)
|
23
|
-
coderay (~> 1.1)
|
24
|
-
method_source (~> 1.0)
|
25
20
|
rainbow (3.1.1)
|
26
21
|
rake (13.0.6)
|
27
22
|
regexp_parser (2.6.0)
|
@@ -66,11 +61,11 @@ GEM
|
|
66
61
|
unicode-display_width (2.3.0)
|
67
62
|
|
68
63
|
PLATFORMS
|
64
|
+
arm64-darwin-20
|
69
65
|
arm64-darwin-21
|
70
66
|
x86_64-linux
|
71
67
|
|
72
68
|
DEPENDENCIES
|
73
|
-
pry (~> 0.14)
|
74
69
|
rake (~> 13.0)
|
75
70
|
remote_database_importer!
|
76
71
|
rspec (~> 3.0)
|
Binary file
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: remote_database_importer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Leon
|
7
|
+
- Leon Vogt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -66,22 +66,8 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0.8'
|
69
|
-
|
70
|
-
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
73
|
-
- - "~>"
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: '0.14'
|
76
|
-
type: :development
|
77
|
-
prerelease: false
|
78
|
-
version_requirements: !ruby/object:Gem::Requirement
|
79
|
-
requirements:
|
80
|
-
- - "~>"
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version: '0.14'
|
83
|
-
description: Dump remote database and import locally. Currently only postgres databases
|
84
|
-
supported
|
69
|
+
description: Dump remote databases and import it locally. At the moment only Postgres
|
70
|
+
databases are supported
|
85
71
|
email:
|
86
72
|
- nonick@nonick.ch
|
87
73
|
executables:
|
@@ -133,5 +119,5 @@ requirements: []
|
|
133
119
|
rubygems_version: 3.3.7
|
134
120
|
signing_key:
|
135
121
|
specification_version: 4
|
136
|
-
summary: Dump remote
|
122
|
+
summary: Dump remote databases and import it locally
|
137
123
|
test_files: []
|