zuora_connect 1.7.72 → 1.7.73

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: adcddb7481d74a2062c90b8b531d4a51bad3deb5
4
- data.tar.gz: 0940099da903472e0e0ad50169b7e8b12e52f244
3
+ metadata.gz: 4db08ff9497509020e3dd046ed74d4f2982e4ef9
4
+ data.tar.gz: 4dc31b9246dc6df52bdaec28463c9a22a42f8f88
5
5
  SHA512:
6
- metadata.gz: 891ff63e7f62f72b7138a6427ab7a2564e74b000ece20fdc54be61859bc69c7badfe4a24e76909c9ec0c52640cde85116dc0706851f54fd734524c3c4bf8744a
7
- data.tar.gz: b89436c38d9717aa765f249fba4e2aa5e39ef9aab95f826023958fe16ca1420b9648128d5ddca7019c728c5a1079e314eec6f65a1a682868ddd96f4c4e1d09e5
6
+ metadata.gz: 7ae25f45df41d55ee82536df6fb6455321a52c472489349354e06585fba5340c45579a669d3666632e56f571f0d51e6273c7e3547e02c861df60598d0ae3658f
7
+ data.tar.gz: e92695110fe9ededb646edd30e2775555fea3749dfa4038655e46b17d191b6a0d1c55ebbf32cf4ec6384d1f74e6fd33c16c2e57e3e5e9226633db5f6fe430f9b
@@ -29,9 +29,9 @@ module ZuoraConnect
29
29
  end
30
30
  end
31
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
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
36
36
  end
37
37
  end
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.7.72"
2
+ VERSION = "1.7.73"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.72
4
+ version: 1.7.73
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team