radar-app 0.8.0 → 0.9.0

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: d43b3d2a3f45092f6b6c5103139212ed172d8df2
4
- data.tar.gz: 2761fcb6de99bae630fca6ca42b5d0b33549a99f
3
+ metadata.gz: 8903361bd6e9ce3c13909e031057e647377da02d
4
+ data.tar.gz: dc56e484252d63d3de3a211587f379f9c1e1d6d0
5
5
  SHA512:
6
- metadata.gz: 01a4a69686ee07c2f5671cef8990b68a702a3d821c5abf7b7be886197765f11d23131301875f44f2478cea415952fe58ebab53be565ecfc16608d78714d712c3
7
- data.tar.gz: 2317f952b12ad4b60334ab3f3dc2728cd54190233760005f55d27ec12fdfea3b6e9a1560282f5401315840dba74f328731b56df1eac8c5a6bfc7757157f7a290
6
+ metadata.gz: e611e556f141036fa70873e0eb648f21c34351da61e435afdeff6b58433c44eddcbac267583005778dc074308616904f49dc0926bef77bfd18bc9d9a5fe66ccc
7
+ data.tar.gz: 4f53ea0ca3b7c36c8f9336b175fdd92bd8353c9d519b2df6bc91b7506b257fe1ca86337b8c050568ce31584bf9146008e4c780cdeb4cd372f414758f8955b249
@@ -58,6 +58,10 @@ module Radar
58
58
  @portfolio_service ||= connection_pool('PortfolioService')
59
59
  end
60
60
 
61
+ def self.integration_status_service
62
+ @integration_status_service ||= connection_pool('IntegrationStatusService')
63
+ end
64
+
61
65
  protected
62
66
 
63
67
  def self.connection_pool(client_class)
@@ -1,5 +1,5 @@
1
1
  module Radar
2
2
  module App
3
- VERSION = "0.8.0"
3
+ VERSION = "0.9.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radar-app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonardo Mendonca
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-06-02 00:00:00.000000000 Z
12
+ date: 2018-06-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler