zuora_connect 1.6.0 → 1.6.01

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: 0f4381548b341f67bad84f5e83b16c3185113260
4
- data.tar.gz: 1f8fed40fdbc6291cc89fe1bbec7f55270d4fc78
3
+ metadata.gz: 9f50e18597de3e840cf93070fc1cf025ba784d8a
4
+ data.tar.gz: 7d877d096929aa00d85629970f22bd310102f2cf
5
5
  SHA512:
6
- metadata.gz: 0e2b91b6d3f1058f99904657bf3ba433463c03aaf02a8f4064bdfd5c719c49dee2e37c74bf2c6bea000048b8f2b0a4483bf9e78fddd127523c31457d7bd90ca3
7
- data.tar.gz: 36dc42c3924cb40a6c1d958d821665f1b76c2eab4ba4836150b18481008085c0e68b4dee5b94d2164b0a4fc223931f58f2e86e672f5f040d394aa941965e03fe
6
+ metadata.gz: ce18fdadb0a301b8fab4e91b5c5698c9627b60b7bc7765d2d9406c1f1db4e1efeb873fc5507b35b5d239d0798ea1b66d546ec7953b6a491cc8e421b5754e2dd2
7
+ data.tar.gz: 3824b92580f7759207ca85e9211f0b8c70d34bc86998e43f2b4daaebe30644e01e84ee638e73e52e1995a13b7878f22a2399ddeb9dc761fa426c46a381aea05d
@@ -19,7 +19,7 @@ module ZuoraConnect
19
19
 
20
20
  def metrics
21
21
  type = params[:type].present? ? params[:type] : "versions"
22
- render json: ZuoraConnect::AppInstanceBase.get_metrics(type), status: 200
22
+ render json: ZuoraConnect::AppInstance.get_metrics(type).to_json, status: 200
23
23
  end
24
24
 
25
25
  def health
@@ -124,7 +124,7 @@ module ZuoraConnect
124
124
  rescue
125
125
  end
126
126
  end
127
- return data.to_json
127
+ return data
128
128
  end
129
129
 
130
130
 
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.6.0"
2
+ VERSION = "1.6.01"
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.6.0
4
+ version: 1.6.01
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team