ghost_adapter 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3ff416d6745fa79685e3f81fd82da3c54e94599f997eb6b069e48bb67e36cc0
4
- data.tar.gz: 77a45f893d2f4e2ae02f4a16e54654a8b6f9c897af1f2b562565bee06263e3a0
3
+ metadata.gz: 2a5f29780a337090d7ba06e77f8e1ce6c6976f5869ec0065e8ab0dfb0f1cc04a
4
+ data.tar.gz: 2e7bcdb40edcd0cd958c7be99fcc5c31e4a121a8c5c05c70549e6cee3ac63389
5
5
  SHA512:
6
- metadata.gz: 896134509fe6a1689123c59f88b2ab7cef83b2658adb528b193e78bbaf844b6177d7bb4ccb2e86d3f2c8bfac6725b07d3878fdeb004434a0faaed680f656295a
7
- data.tar.gz: 9a774e2e39dd80ada82532b1cd5ef5bd175d53534f013f3ca5534d999a28daf8df926d78bb504cbfe2a448db2de5c71a3c9cf2f5a0ea4a35eb44944a64202b4e
6
+ metadata.gz: 9dedd0ba573c4abed8d55744cb7f87c6154969d7daa7cc283077c6077d6b690a1ade38e30a8e208fc4584f8b9622d9cf866fbef67bfb1ac8f3f8c3872e8e27f0
7
+ data.tar.gz: 0b352f02462f55a3cb362a87526b0cca3b47985eb7659e85ce60d40ba2d93766d3be589afe90f17091ee3e82818c76528738b4223c0c25598e48bae6e5791f09
data/CONTRIBUTORS.md CHANGED
@@ -1 +1,2 @@
1
1
  - @acroos (Austin C. Roos, austin.roos@wetransfer.com)
2
+ - @grdw (Gerard Westerhof, gerard@wetransfer.com)
data/Gemfile.lock CHANGED
@@ -1,19 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ghost_adapter (0.2.2)
4
+ ghost_adapter (0.2.3)
5
5
  activerecord (>= 5)
6
6
  mysql2 (>= 0.4.0, < 0.6.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activemodel (6.1.3.2)
12
- activesupport (= 6.1.3.2)
13
- activerecord (6.1.3.2)
14
- activemodel (= 6.1.3.2)
15
- activesupport (= 6.1.3.2)
16
- activesupport (6.1.3.2)
11
+ activemodel (6.1.4.1)
12
+ activesupport (= 6.1.4.1)
13
+ activerecord (6.1.4.1)
14
+ activemodel (= 6.1.4.1)
15
+ activesupport (= 6.1.4.1)
16
+ activesupport (6.1.4.1)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (>= 1.6, < 2)
19
19
  minitest (>= 5.1)
@@ -22,18 +22,18 @@ GEM
22
22
  ast (2.4.2)
23
23
  bump (0.10.0)
24
24
  byebug (11.1.3)
25
- concurrent-ruby (1.1.8)
25
+ concurrent-ruby (1.1.9)
26
26
  diff-lcs (1.4.4)
27
27
  i18n (1.8.10)
28
28
  concurrent-ruby (~> 1.0)
29
29
  minitest (5.14.4)
30
30
  mysql2 (0.5.3)
31
- parallel (1.20.1)
32
- parser (3.0.0.0)
31
+ parallel (1.21.0)
32
+ parser (3.0.2.0)
33
33
  ast (~> 2.4.1)
34
34
  rainbow (3.0.0)
35
- rake (13.0.3)
36
- regexp_parser (2.0.3)
35
+ rake (13.0.6)
36
+ regexp_parser (2.1.1)
37
37
  rexml (3.2.5)
38
38
  rspec (3.10.0)
39
39
  rspec-core (~> 3.10.0)
@@ -48,17 +48,17 @@ GEM
48
48
  diff-lcs (>= 1.2.0, < 2.0)
49
49
  rspec-support (~> 3.10.0)
50
50
  rspec-support (3.10.2)
51
- rubocop (1.8.1)
51
+ rubocop (1.21.0)
52
52
  parallel (~> 1.10)
53
53
  parser (>= 3.0.0.0)
54
54
  rainbow (>= 2.2.2, < 4.0)
55
55
  regexp_parser (>= 1.8, < 3.0)
56
56
  rexml
57
- rubocop-ast (>= 1.2.0, < 2.0)
57
+ rubocop-ast (>= 1.9.1, < 2.0)
58
58
  ruby-progressbar (~> 1.7)
59
59
  unicode-display_width (>= 1.4.0, < 3.0)
60
- rubocop-ast (1.4.1)
61
- parser (>= 2.7.1.5)
60
+ rubocop-ast (1.11.0)
61
+ parser (>= 3.0.1.1)
62
62
  ruby-progressbar (1.11.0)
63
63
  tzinfo (2.0.4)
64
64
  concurrent-ruby (~> 1.0)
@@ -70,7 +70,7 @@ module ActiveRecord
70
70
  attr_reader :database, :dry_run
71
71
 
72
72
  ALTER_TABLE_PATTERN = /\AALTER\s+TABLE\W*(?<table_name>\w+)\W*(?<query>.*)$/i.freeze
73
- QUERY_ALLOWABLE_CHARS = /[^0-9a-z_\s():'"{}]/i.freeze
73
+ QUERY_ALLOWABLE_CHARS = /[^0-9a-z_\s():'"{},]/i.freeze
74
74
  CREATE_TABLE_PATTERN = /\Acreate\stable/i.freeze
75
75
  DROP_TABLE_PATTERN = /\Acreate\stable/i.freeze
76
76
  INSERT_SCHEMA_MIGRATION_PATTERN = /\Ainsert\sinto\s`schema_migrations`/i.freeze
@@ -1,3 +1,3 @@
1
1
  module GhostAdapter
2
- VERSION = '0.2.2'.freeze
2
+ VERSION = '0.2.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghost_adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin C Roos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-20 00:00:00.000000000 Z
11
+ date: 2021-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  - !ruby/object:Gem::Version
187
187
  version: '0'
188
188
  requirements: []
189
- rubygems_version: 3.1.4
189
+ rubygems_version: 3.1.6
190
190
  signing_key:
191
191
  specification_version: 4
192
192
  summary: Run ActiveRecord migrations through gh-ost