culturecode_stagehand 0.6.1 → 0.6.2
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/stagehand/schema/statements.rb +1 -1
- data/lib/stagehand/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ea41fe5a8816f5594449d9e0657f6910fcd8914
|
|
4
|
+
data.tar.gz: 0af6c35f913acf1544a6e8c4a7602c030f6fe086
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5d2003aaba9bb5836e495c99b8e88a17cb9ce8bf9b207feec931ade86c225c1997135b3f635e67641c762c34e33a0f8c855ea105309b7301dafe2a95c271e06
|
|
7
|
+
data.tar.gz: 3edefe25c506c096e485288434f64be6ed79abdf2060d6afbed992d589f9e5189f0038052467aef16a901a2cb12410657ff642d44bcf1003fd8233aa67d74ac0
|
|
@@ -7,7 +7,7 @@ module Stagehand
|
|
|
7
7
|
|
|
8
8
|
return if options.symbolize_keys[:stagehand] == false
|
|
9
9
|
return if UNTRACKED_TABLES.include?(table_name)
|
|
10
|
-
return if Database.connected_to_production?
|
|
10
|
+
return if Database.connected_to_production? && !Stagehand::Configuration.single_connection?
|
|
11
11
|
|
|
12
12
|
Schema.add_stagehand! :only => table_name
|
|
13
13
|
end
|
data/lib/stagehand/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: culturecode_stagehand
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas Jakobsen
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-04-
|
|
12
|
+
date: 2016-04-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|