aaf-gumboot 2.1.1 → 2.1.3
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/lib/gumboot/shared_examples/database_schema.rb +1 -1
- data/lib/gumboot/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 621e2323c9655c1e7b36f143102db089b01d2aace411cc099eada952ad0324c6
|
|
4
|
+
data.tar.gz: c1bccb4e8dc8b110d9116f91dd54552b2ec4f97d8e8f58948588e9df314ea1d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b69c418d9f7e73fa8f426b7ceb380b6b7e5ce7adaa9d53742614a5e1a0ecd2c9a2f6772895d07ab1c5f5576dbcdbe1017492ea02436410a47b1a25ab8fd554ed
|
|
7
|
+
data.tar.gz: d2363f1fdfc5eea05e4c8f003bdd17ffb09d27576eb6615a31c7e3c46f8cceb3e96f4640d9e227538794fdecff8f0802c8550255a3d9d7872db2d1513e4f2b2a
|
|
@@ -39,7 +39,7 @@ RSpec.shared_examples 'Database Schema' do
|
|
|
39
39
|
have_collations(%w[utf8_bin utf8mb4_bin], "`#{table_name}`")
|
|
40
40
|
)
|
|
41
41
|
|
|
42
|
-
query("SHOW FULL COLUMNS FROM
|
|
42
|
+
query("SHOW FULL COLUMNS FROM `#{table_name}`").each do |column|
|
|
43
43
|
next unless column[:Collation]
|
|
44
44
|
next if exemptions.any? do |except_table, except_columns|
|
|
45
45
|
except_table == table_name.to_sym &&
|
data/lib/gumboot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aaf-gumboot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bradley Beddoes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-08-
|
|
11
|
+
date: 2018-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: accession
|