electric_profile_ruby 1.4.0 → 1.5.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: f105b2d965b73405c00dfda1f1a8a627713c686f
4
- data.tar.gz: b02e57c4aade601ec746718303c013b092450820
3
+ metadata.gz: c45c4d70bc6e932edb1a22ddb7d6437b15609b8c
4
+ data.tar.gz: 1da272e756f68d85261149f3a2e92dadaa82882c
5
5
  SHA512:
6
- metadata.gz: d168ac93f3f4d84ebc46b0be6032d1091a6383be4c5138d3334a03aabf7dcbbca929a495a27007d45151bd0af9cdeef0f463c85868c7d65d4f44bfe18fe96db2
7
- data.tar.gz: 41f5d74a716901079e2192e82ca6a22ab8234bf171db14f7c2eaf92644234c73dca810de67afcfb48ada8ca0e38e6e1ee74ca9a2057aec4a382ab97231949af5
6
+ metadata.gz: f301393a0bdbaac44f0ab30f0a457319dc09da8d3721bd2e601e29cd19668ff56a86581d423a4ac6799ccad26b1d4204d91c443536414383681cde5d87b049be
7
+ data.tar.gz: 1b9512e2dc503c3ee669695d1b0683766bde4b8b1eb4e0f6b38ba75935dd039207209641ca8aac1aa9fd96a2f2aec298a93ce413b9462288ec36fcc7b779f71f
@@ -15,7 +15,7 @@ module ElectricProfile
15
15
  'Accept' => 'application/json',
16
16
  'Accept-Charset' => 'utf-8',
17
17
  'User-Agent' => 'electric_profile_ruby',
18
- 'Profiling-Auth-Token' => @customer_token
18
+ 'Panel-Services-Auth-Token' => @customer_token
19
19
  }
20
20
  end
21
21
 
@@ -17,7 +17,7 @@ module ElectricProfile
17
17
  @exclusiveAnswerOptions = atts[:exclusiveAnswerOptions]
18
18
  @answerOptionOrder = atts[:answerOptionOrder]
19
19
  @regExValidation = atts[:regExValidation]
20
- @regExValidationMessage = atts[:regExValidationMessage]
20
+ @regExValidationMessage = atts[:regExValidationMessage] || {}
21
21
  @baseLogic = atts[:baseLogic]
22
22
  @derived = atts[:derived] || false
23
23
  @derivationLogic = atts[:derivationLogic] || []
@@ -1,3 +1,3 @@
1
1
  module ElectricProfile
2
- VERSION = "1.4.0"
2
+ VERSION = "1.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: electric_profile_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Alston
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-01 00:00:00.000000000 Z
11
+ date: 2018-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler