inferno_core 0.1.3.pre → 0.1.3.pre2

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.
@@ -27,7 +27,7 @@ module Inferno
27
27
 
28
28
  case type.to_s
29
29
  when 'oauth_credentials'
30
- DSL::OAuthCredentials.new(JSON.parse(raw_value))
30
+ DSL::OAuthCredentials.new(JSON.parse(raw_value || '{}'))
31
31
  else
32
32
  raw_value
33
33
  end
@@ -1,3 +1,3 @@
1
1
  module Inferno
2
- VERSION = '0.1.3.pre'.freeze
2
+ VERSION = '0.1.3.pre2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inferno_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.pre
4
+ version: 0.1.3.pre2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen MacVicar
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-02-07 00:00:00.000000000 Z
13
+ date: 2022-02-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport