iab-InsuranceBizLogic 0.2.2 → 0.2.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.
- data/lib/processengine/engine.rb +1 -1
- metadata +2 -3
data/lib/processengine/engine.rb
CHANGED
|
@@ -120,7 +120,7 @@ class PEngine
|
|
|
120
120
|
drill(params,dataTweak)
|
|
121
121
|
#dataTweaks contains values that override the kerry london adapter defaults
|
|
122
122
|
result = Kerrylondon.makeQuote("Tony Lorriman","liability1","CSP",false,Kerrylondon.keyfacts(dataTweak))
|
|
123
|
-
premiums = "<ContractorPlant>#{result}</ContractorPlant>"
|
|
123
|
+
premiums = "<ContractorPlant><Quotes>#{result}#{result}</Quotes></ContractorPlant>"
|
|
124
124
|
prepareModels(session[:product],premiums)
|
|
125
125
|
|
|
126
126
|
when "RefineNBQuote"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iab-InsuranceBizLogic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gary Mawdsley
|
|
@@ -66,7 +66,6 @@ files:
|
|
|
66
66
|
- lib/processengine/communicator.rb
|
|
67
67
|
has_rdoc: true
|
|
68
68
|
homepage: http://github.com/iab/InsuranceBizLogic
|
|
69
|
-
licenses:
|
|
70
69
|
post_install_message:
|
|
71
70
|
rdoc_options:
|
|
72
71
|
- --inline-source
|
|
@@ -88,7 +87,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
88
87
|
requirements: []
|
|
89
88
|
|
|
90
89
|
rubyforge_project: InsuranceBizLogic
|
|
91
|
-
rubygems_version: 1.
|
|
90
|
+
rubygems_version: 1.2.0
|
|
92
91
|
signing_key:
|
|
93
92
|
specification_version: 2
|
|
94
93
|
summary: InsuranceBizLogic contains biz logic for stand four insurance processes of NB, MTA, Cancellations, Renewals
|