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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e96d28bc77c7265cd2ba00b34fda0f2c278561b2
4
- data.tar.gz: 57b1a0d66be1148960ecf5322ea5710ee9d55d62
3
+ metadata.gz: 6a1133f6da135108cf5eb1d4794c7d16637c71e2
4
+ data.tar.gz: e559213443b6098369b2585c2ee1131fe95632cf
5
5
  SHA512:
6
- metadata.gz: 041ff1a6cd3eb7e5716b069f5b60bb78f07a976d6000876c20adbf623aaad5f150d78ef19c7ec0d1a3e53c865c0e79579f53cbafaf06c7d92e00eaf822523643
7
- data.tar.gz: 370c8b43ee1fc8a6c7a58a6b64c61430ff428478d14ffc894bd90738dde85517a37204de7a8f5d9157870b8bb24748e6e9af4bfe8dcbe6e8aa8bd23bafe532d7
6
+ metadata.gz: 47f5968069e7fb52a50bfcf0c580208ea4683db2645afdd406ebd22eee42a1b7e9c64c38295e337a0e8abb0d68185a08999a4565ea2890875d985f16a2a50127
7
+ data.tar.gz: 7a1052be676f123fd7a8c909cff03599b81c24527aff5412e7080ca6bdfe768173b577e5662d2e273fc02e35ddf88e2c08266c56b35c028a8c63ca9cdce8eb06
@@ -13,7 +13,7 @@
13
13
  module Resque
14
14
  module Plugins
15
15
  module CustomLogger
16
- def before_perform(args = nil)
16
+ def before_perform(*args)
17
17
  marker = SecureRandom.uuid
18
18
 
19
19
  logger = MonoLogger.new(STDOUT)
@@ -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
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.7.710"
2
+ VERSION = "1.7.711"
3
3
  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.710
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-02-27 00:00:00.000000000 Z
11
+ date: 2019-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment