mn_utils_gem 1.15.2 → 1.15.3

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
  SHA256:
3
- metadata.gz: 6009d895e4dd3eaee450aad9d590c03180e0215ae9294bd21797158a358de6c9
4
- data.tar.gz: 30a6fa8d2695416cc2e416eae491c9b77ef37ccf6411355439d451762e093fb5
3
+ metadata.gz: d7e6113daf7d7f81ad732dd9b62ef1483a9420ec586e757e58daeea9dc0fecd5
4
+ data.tar.gz: 51e2ee3d9c0abf76336d1aa2d38182f723c78d08ec4b6ce4c405acc39e6570b1
5
5
  SHA512:
6
- metadata.gz: d44637892b4faae0fa01877509691d4513e5565c68dcefb4161d8b603b325539ff2cbdff1c299a684c56652c4a0f2a78ffd9319d8f602ac69d46d06d8d0dcfc1
7
- data.tar.gz: 29b0ee90113be5dee0a83b839997b2a963b603959b73d2dcb11de5ea9a2ef388c9b5ac7da0c26e7d4a18642b0f09e18e2865abe2a463fa879c59109cb698f5aa
6
+ metadata.gz: 125d03b437c8d7f2759d33a5fa5dd47ee7ef702680f9556d10ae5d61a3d6e5f014f489bd52d1507a2864f10308eb81fb7c4664ed239acafca2a029d34d11db63
7
+ data.tar.gz: acf9728ea8c30299780ce03a57dfa3285e48e1a8a3dfdf3e1aa460c95dd710517654180026782606625a241d8e1789907a5c35a3bed0d28e826590993fab2bd6
@@ -13,7 +13,7 @@ module MnUtilsGlobal
13
13
 
14
14
  def self.render_component_html(component)
15
15
  validate_component(component)
16
- response = HTTP.timeout(1).get("#{ENV['SRV_GUI_URL']}/service/gui/api/v1/component/#{component}")
16
+ response = HTTParty.get("#{ENV['SRV_GUI_URL']}/service/gui/api/v1/component/#{component}", { timeout: 1 })
17
17
  json = JSON.parse(response)
18
18
  validate_json(json)
19
19
  json['html'].html_safe
@@ -82,6 +82,9 @@ module MnUtilsAuth
82
82
  @redis_server ||= Redis.new(
83
83
  url: ENV['MN_REDIS_URL'],
84
84
  ssl: ENV['MN_REDIS_SSL'].to_bool,
85
+ ssl_params: {
86
+ verify_mode: OpenSSL::SSL::VERIFY_NONE
87
+ },
85
88
  semian: {
86
89
  name: 'user-service',
87
90
  tickets: 4,
@@ -1,3 +1,3 @@
1
1
  module MnUtilsGem
2
- VERSION = "1.15.2"
2
+ VERSION = "1.15.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mn_utils_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.2
4
+ version: 1.15.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shamim Mirzai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-20 00:00:00.000000000 Z
11
+ date: 2019-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gelf