fixation 2.4.0 → 2.5.0

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: '08d3f0b4a0bebfaae98d5ff58865a6c2836d24a8739ab8de176cbcf752eec6fe'
4
- data.tar.gz: 1a326185780f5fbaecff539b4e21f13f9a4ed1c245e93f2f1e38e10c1391b40e
3
+ metadata.gz: 798da1162584a9012b6a273eb7e15f54b66dccf0d6051535e35a09fedee9b2dd
4
+ data.tar.gz: dd8e257e1208fe00682a1f3d15731a588ec5ed894b2bf8c0b9bd1f4bfe28b55d
5
5
  SHA512:
6
- metadata.gz: d243dbc5164455511a2c103bccf4d90b98657b1cb5a2a2e5a965e05490e78771f0cb7d19276cef42821cd3184c040c4ea1a2db642298dd160ff77bd2bf37fd5f
7
- data.tar.gz: 1d87ce1996a76958674f106f17f20cfe736d07d04bc907b5375ee895c34818e268d31ca9d3c2f63cd3d64101ade95c59b3e54f8c6ff3edfee29b5f585057d364
6
+ metadata.gz: 4c22f032bcf4bec5bdd59bafaba7ab2f3fc55d8761b6fa8742ec7b5cc26f6c987a07031c17a8b40835fe7f01047eb59ccc46c7758ca2fdfd9b18a3460262ae3f
7
+ data.tar.gz: 50994565db260c0b64b5e0f816daac82a2846476c2fd3dd1daee49b8ef7ce6899b0810d9acbd8a61f8704170123ca3e4172d9961ec80718640c7cd0724a83490
@@ -20,9 +20,9 @@ module Fixation
20
20
  cattr_accessor :clear_other_tables
21
21
 
22
22
  # Set to the list of tables you don't want to clear (if clear_other_tables is turned on).
23
- # Defaults to just schema_migrations.
23
+ # Defaults to just schema_migrations and ar_internal_metadata.
24
24
  cattr_accessor :tables_not_to_clear
25
- self.tables_not_to_clear = %w(schema_migrations)
25
+ self.tables_not_to_clear = %w(schema_migrations ar_internal_metadata)
26
26
 
27
27
  # Set to true to log some debugging information to stdout.
28
28
  cattr_accessor :trace
@@ -1,3 +1,3 @@
1
1
  module Fixation
2
- VERSION = "2.4.0"
2
+ VERSION = "2.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fixation
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Bryant
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-02 00:00:00.000000000 Z
11
+ date: 2020-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler