security_client 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ba34b89c38cbeec82bd31c16e69fd4a71b113dae0731d776de0afea82c89252
4
- data.tar.gz: '08ba3f1263e955dae3480a580120b0930428ac1c9b28e2acd167f090eb3fe5c8'
3
+ metadata.gz: 25ec3c95ad9fa1853fed49499126461b7872bb04688a677239ec8c1ad6963e5a
4
+ data.tar.gz: 61975e25115a99c7be9469d08c2ab9543e2923fd9155e657973eee62dba4846a
5
5
  SHA512:
6
- metadata.gz: 3b98a62e29222c6acabc41a13653f3b102f98859eb340cd69b1ba7b2728c6fc23891b5d0d3df0a84999a5abe69e547dce628cdd8722c6d0c9a397b4555c532d4
7
- data.tar.gz: ba7b5c6eb6cae8a6fbd289db8cf78884a9e86ddaf24fc70b1cae8d9eece4c3df52abb125af2eb796d0fb87b63c97340a42da96f424ca816e9bd36f0f9189b5b5
6
+ metadata.gz: 371bddc6ede995b027bc0f4933b7352a660ed74875f9bbd5b3059cc65c728fdf5935ea6667c203e78f8f4f5602e3c5ea840eb6bcb881fd5f9226627d4a628f48
7
+ data.tar.gz: 92a9a1a0951cf8c78082795fd597817bc9e46f6f35d2d47a2fa715e2ab3c189fd4e3771aba5d825b261c6fc4d0cc03086929d8f5c64eac6304ddd36ffba82096
@@ -333,7 +333,7 @@ class SecurityClient::Decryption
333
333
  # Initialize the decryption module object
334
334
  # Set the credentials in instance varibales to be used among methods
335
335
  # the server to which to make the request
336
- raise RuntimeError, 'Some of your credentials are missing, please check!' if !validate_creds(creds)
336
+ # raise RuntimeError, 'Some of your credentials are missing, please check!' if !validate_creds(creds)
337
337
  @host = creds.host.blank? ? VOLTRON_HOST : creds.host
338
338
 
339
339
  # The client's public API key (used to identify the client to the server
@@ -1,3 +1,3 @@
1
1
  module SecurityClient
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: security_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - vinaymehta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-08-18 00:00:00.000000000 Z
11
+ date: 2020-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler