myreplicator 1.1.36 → 1.1.37
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.
|
@@ -274,7 +274,7 @@ module Myreplicator
|
|
|
274
274
|
def get_mysql_keys mysql_schema_simple_form
|
|
275
275
|
result = []
|
|
276
276
|
mysql_schema_simple_form.each do |col|
|
|
277
|
-
if col["column_key"] == "PRI"
|
|
277
|
+
if col["column_key"] == "PRI"
|
|
278
278
|
result << col["column_name"]
|
|
279
279
|
end
|
|
280
280
|
end
|
|
@@ -284,7 +284,7 @@ module Myreplicator
|
|
|
284
284
|
def get_mysql_none_keys mysql_schema_simple_form
|
|
285
285
|
result = []
|
|
286
286
|
mysql_schema_simple_form.each do |col|
|
|
287
|
-
if col["column_key"] != "PRI"
|
|
287
|
+
if col["column_key"] != "PRI"
|
|
288
288
|
result << col["column_name"]
|
|
289
289
|
end
|
|
290
290
|
end
|
data/lib/myreplicator/version.rb
CHANGED
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.37
|
|
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-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -360,7 +360,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
360
360
|
version: '0'
|
|
361
361
|
segments:
|
|
362
362
|
- 0
|
|
363
|
-
hash: -
|
|
363
|
+
hash: -4204779257570464858
|
|
364
364
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
365
365
|
none: false
|
|
366
366
|
requirements:
|
|
@@ -369,7 +369,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
369
369
|
version: '0'
|
|
370
370
|
segments:
|
|
371
371
|
- 0
|
|
372
|
-
hash: -
|
|
372
|
+
hash: -4204779257570464858
|
|
373
373
|
requirements: []
|
|
374
374
|
rubyforge_project:
|
|
375
375
|
rubygems_version: 1.8.24
|