zuora_connect 1.7.710 → 1.7.711
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/resque/plugins/custom_logger.rb +1 -1
- data/lib/zuora_connect/engine.rb +5 -0
- data/lib/zuora_connect/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: 6a1133f6da135108cf5eb1d4794c7d16637c71e2
|
4
|
+
data.tar.gz: e559213443b6098369b2585c2ee1131fe95632cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47f5968069e7fb52a50bfcf0c580208ea4683db2645afdd406ebd22eee42a1b7e9c64c38295e337a0e8abb0d68185a08999a4565ea2890875d985f16a2a50127
|
7
|
+
data.tar.gz: 7a1052be676f123fd7a8c909cff03599b81c24527aff5412e7080ca6bdfe768173b577e5662d2e273fc02e35ddf88e2c08266c56b35c028a8c63ca9cdce8eb06
|
data/lib/zuora_connect/engine.rb
CHANGED
@@ -28,5 +28,10 @@ module ZuoraConnect
|
|
28
28
|
include ZuoraConnect::Controllers::Helpers
|
29
29
|
end
|
30
30
|
end
|
31
|
+
|
32
|
+
initializer :append_migrations do |app|
|
33
|
+
next if app.root.to_s.start_with?(root.to_s) # only run when called from other apps
|
34
|
+
app.config.paths['db/migrate'].concat(config.paths['db/migrate'].expanded)
|
35
|
+
end
|
31
36
|
end
|
32
37
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zuora_connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.711
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-03-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: apartment
|