InsuranceBizLogic 0.2.5

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.
metadata ADDED
@@ -0,0 +1,92 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: InsuranceBizLogic
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.5
5
+ platform: ruby
6
+ authors:
7
+ - Gary Mawdsley
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-03-31 00:00:00 +01:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: mime-types
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "1.15"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: diff-lcs
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 1.1.2
34
+ version:
35
+ description: InsuranceBizLogic contains biz logic for stand four insurance processes of NB, MTA, Cancellations, Renewals
36
+ email: garymawdsley@gmail.com
37
+ executables: []
38
+
39
+ extensions: []
40
+
41
+ extra_rdoc_files: []
42
+
43
+ files:
44
+ - lib/bizLogic/search.rb
45
+ - lib/bizLogic/continualQNB.rb
46
+ - lib/bizLogic/VPMSHelper.rb
47
+ - lib/bizLogic/xquery1
48
+ - lib/bizLogic/xquery2
49
+ - lib/bizLogic/applymta.rb
50
+ - lib/bizLogic/payment.rb
51
+ - lib/bizLogic/diff.rb
52
+ - lib/servicebroker/mocks/RoadRisksQuoteNBRs.xml
53
+ - lib/servicebroker/mocks/CommercialCombinedQuoteNBRs.xml
54
+ - lib/servicebroker/broker.rb
55
+ - lib/servicebroker/xsl/in_MotorTrade.xsl
56
+ - lib/servicebroker/xsl/extractPremium.xsl
57
+ - lib/servicebroker/xsl/extractDescription.xsl
58
+ - lib/servicebroker/xsl/extractCode.xsl
59
+ - lib/processengine/HashEnhancement.rb
60
+ - lib/processengine/engine.rb
61
+ - lib/processengine/communicator.rb
62
+ has_rdoc: true
63
+ homepage: http://github.com/iab/InsuranceBizLogic
64
+ licenses: []
65
+
66
+ post_install_message:
67
+ rdoc_options:
68
+ - --inline-source
69
+ - --charset=UTF-8
70
+ require_paths:
71
+ - lib
72
+ required_ruby_version: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: "0"
77
+ version:
78
+ required_rubygems_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: "0"
83
+ version:
84
+ requirements: []
85
+
86
+ rubyforge_project: InsuranceBizLogic
87
+ rubygems_version: 1.3.4
88
+ signing_key:
89
+ specification_version: 2
90
+ summary: InsuranceBizLogic contains biz logic for stand four insurance processes of NB, MTA, Cancellations, Renewals
91
+ test_files: []
92
+