myreplicator 1.1.15 → 1.1.16
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/log.rb +1 -1
- data/lib/exporter/mysql_exporter.rb +1 -1
- data/lib/loader/loader.rb +2 -2
- data/lib/loader/vertica/vertica_loader.rb +5 -10
- data/lib/myreplicator/version.rb +1 -1
- data/lib/transporter/transporter.rb +9 -4
- data/test/dummy/load_exceptions.log +4876 -4876
- data/test/dummy/log/development.log +9 -0
- metadata +4 -4
@@ -8823,3 +8823,12 @@ DEPRECATION WARNING: Database connections will not be closed automatically, plea
|
|
8823
8823
|
database connection at the end of the thread by calling `close` on your
|
8824
8824
|
connection. For example: ActiveRecord::Base.connection.close
|
8825
8825
|
. (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211)
|
8826
|
+
Connecting to database specified by database.yml
|
8827
|
+
Connecting to database specified by database.yml
|
8828
|
+
Connecting to database specified by database.yml
|
8829
|
+
Connecting to database specified by database.yml
|
8830
|
+
DEPRECATION WARNING: Database connections will not be closed automatically, please close your
|
8831
|
+
database connection at the end of the thread by calling `close` on your
|
8832
|
+
connection. For example: ActiveRecord::Base.connection.close
|
8833
|
+
. (called from mon_synchronize at /Users/lnguyen/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/monitor.rb:211)
|
8834
|
+
Connecting to database specified by database.yml
|
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.16
|
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-03-
|
12
|
+
date: 2013-03-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -356,7 +356,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
356
356
|
version: '0'
|
357
357
|
segments:
|
358
358
|
- 0
|
359
|
-
hash:
|
359
|
+
hash: 4346115200848137891
|
360
360
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
361
361
|
none: false
|
362
362
|
requirements:
|
@@ -365,7 +365,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
365
365
|
version: '0'
|
366
366
|
segments:
|
367
367
|
- 0
|
368
|
-
hash:
|
368
|
+
hash: 4346115200848137891
|
369
369
|
requirements: []
|
370
370
|
rubyforge_project:
|
371
371
|
rubygems_version: 1.8.24
|