zuora_connect 1.7.65 → 1.7.66

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: ae6bca0828a29bacd8f583c36e5929e0e1c4af26
4
- data.tar.gz: 3619375d0f9afd7616b8b4718ee06ff640c4e180
3
+ metadata.gz: 8fb2af74ad7541da642a200003e6f5a80ee55081
4
+ data.tar.gz: 60a8fcf723d3cd6e7c5bd2afe4d69ccdeaec7ece
5
5
  SHA512:
6
- metadata.gz: 5aa4379cbc9c84a08178e7154ee539696bff6b04322ac9d852568efc494763c7c7dc9fc68f60b9beb18417421d702d7d57aa2d3078c5d7af554d40f84c7bc53c
7
- data.tar.gz: 0c36703e32b44d3f441701d205134d702c39d7e6c3ee80deb1976e8664835f2b4de3f6b68e45e0ad2ccb29c514994fa70b64f623e7735b86978debab7142d5ba
6
+ metadata.gz: de8e6cbeaabd75a785b883e111fdbe780b063f0a414286b57e165a0d55489ff6acfa0dc20a5fd68c45de1515c78a7c2908febf7a673759a1f7c15d72cc1d20bd
7
+ data.tar.gz: 6fbd9301b21690a9d1f937851112c6910450c0f5eb723f6a575b5306640f773ac41b5b610f35320b482fd85e695a8e007dddee9c36f9a211187217774802195c
@@ -10,6 +10,8 @@ module ZuoraConnect
10
10
  initializer "connect", before: :load_config_initializers do |app|
11
11
  Rails.application.routes.prepend do
12
12
  mount ZuoraConnect::Engine, at: "/connect"
13
+ match '/api/public/health', via: :all, to: 'zuora_connect/static#health'
14
+ match '/api/public/internal/data', via: :all, to: 'zuora_connect/static#metrics'
13
15
  end
14
16
  end
15
17
 
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.7.65"
2
+ VERSION = "1.7.66"
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.65
4
+ version: 1.7.66
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-08 00:00:00.000000000 Z
11
+ date: 2019-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment