myreplicator 1.1.22 → 1.1.23
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.
- data/app/models/myreplicator/export.rb +31 -1
- data/app/models/myreplicator/log.rb +15 -3
- data/lib/exporter/mysql_exporter.rb +2 -1
- data/lib/loader/loader.rb +3 -2
- data/lib/loader/vertica/vertica_loader.rb +17 -10
- data/lib/myreplicator/version.rb +1 -1
- data/lib/transporter/transporter.rb +3 -2
- data/test/dummy/load_exceptions.log +0 -4876
- data/test/dummy/log/development.log +8 -0
- data/test/dummy/tmp/myreplicator/load_logs/public_app_csvs.log +0 -0
- metadata +6 -4
|
@@ -8834,3 +8834,11 @@ connection. For example: ActiveRecord::Base.connection.close
|
|
|
8834
8834
|
Connecting to database specified by database.yml
|
|
8835
8835
|
Connecting to database specified by database.yml
|
|
8836
8836
|
Connecting to database specified by database.yml
|
|
8837
|
+
Connecting to database specified by database.yml
|
|
8838
|
+
Connecting to database specified by database.yml
|
|
8839
|
+
Connecting to database specified by database.yml
|
|
8840
|
+
Connecting to database specified by database.yml
|
|
8841
|
+
Connecting to database specified by database.yml
|
|
8842
|
+
Connecting to database specified by database.yml
|
|
8843
|
+
Connecting to database specified by database.yml
|
|
8844
|
+
Connecting to database specified by database.yml
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: myreplicator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.23
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-04-
|
|
12
|
+
date: 2013-04-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -333,6 +333,7 @@ files:
|
|
|
333
333
|
- test/dummy/tmp/cache/assets/E2D/2C0/sprockets%2Ff0c2e561abf62fabc69462c2cfeef3d8
|
|
334
334
|
- test/dummy/tmp/cache/assets/E76/790/sprockets%2Fdaf734b1fcabd6ca66b333ad0f0fdbf0
|
|
335
335
|
- test/dummy/tmp/cache/assets/F08/560/sprockets%2F5ab2cf5fb087fdef95cfe9fe6fabf9df
|
|
336
|
+
- test/dummy/tmp/myreplicator/load_logs/public_app_csvs.log
|
|
336
337
|
- test/fixtures/myreplicator/exports.yml
|
|
337
338
|
- test/functional/myreplicator/exports_controller_test.rb
|
|
338
339
|
- test/integration/navigation_test.rb
|
|
@@ -357,7 +358,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
357
358
|
version: '0'
|
|
358
359
|
segments:
|
|
359
360
|
- 0
|
|
360
|
-
hash:
|
|
361
|
+
hash: 1068280680922519880
|
|
361
362
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
362
363
|
none: false
|
|
363
364
|
requirements:
|
|
@@ -366,7 +367,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
366
367
|
version: '0'
|
|
367
368
|
segments:
|
|
368
369
|
- 0
|
|
369
|
-
hash:
|
|
370
|
+
hash: 1068280680922519880
|
|
370
371
|
requirements: []
|
|
371
372
|
rubyforge_project:
|
|
372
373
|
rubygems_version: 1.8.24
|
|
@@ -468,6 +469,7 @@ test_files:
|
|
|
468
469
|
- test/dummy/tmp/cache/assets/E2D/2C0/sprockets%2Ff0c2e561abf62fabc69462c2cfeef3d8
|
|
469
470
|
- test/dummy/tmp/cache/assets/E76/790/sprockets%2Fdaf734b1fcabd6ca66b333ad0f0fdbf0
|
|
470
471
|
- test/dummy/tmp/cache/assets/F08/560/sprockets%2F5ab2cf5fb087fdef95cfe9fe6fabf9df
|
|
472
|
+
- test/dummy/tmp/myreplicator/load_logs/public_app_csvs.log
|
|
471
473
|
- test/fixtures/myreplicator/exports.yml
|
|
472
474
|
- test/functional/myreplicator/exports_controller_test.rb
|
|
473
475
|
- test/integration/navigation_test.rb
|