exact4r 0.5 → 0.5.1
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/CHANGELOG +8 -0
- data/LICENCE +3 -0
- data/README +122 -0
- data/Rakefile +41 -0
- data/VERSION +1 -0
- data/doc/classes/EWS/Transaction/Request.html +38 -38
- data/doc/classes/EWS/Transaction/Response.html +4 -4
- data/doc/classes/EWS/Transaction/Transporter.html +32 -33
- data/doc/created.rid +1 -1
- data/doc/files/CHANGELOG.html +115 -0
- data/doc/files/LICENCE.html +109 -0
- data/doc/files/README.html +23 -18
- data/doc/files/VERSION.html +107 -0
- data/doc/files/lib/ews/transaction/mapping_rb.html +2 -1
- data/doc/files/lib/ews/transaction/request_rb.html +1 -1
- data/doc/files/lib/ews/transaction/transporter_rb.html +1 -1
- data/doc/files/lib/exact4r_rb.html +1 -2
- data/doc/fr_file_index.html +3 -0
- data/doc/fr_method_index.html +1 -1
- data/lib/ews/transaction/mapping.rb +1 -0
- data/lib/ews/transaction/request.rb +3 -3
- data/lib/ews/transaction/transporter.rb +20 -18
- data/lib/exact4r.rb +0 -1
- data/spec/donncha.rb +46 -0
- data/spec/mapping_spec.rb +85 -0
- data/spec/request_spec.rb +123 -0
- data/spec/spec_helper.rb +41 -0
- data/spec/transporter_spec.rb +62 -0
- metadata +72 -36
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exact4r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- E-xact Transactions Ltd.
|
@@ -21,51 +21,87 @@ dependencies:
|
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.0.2
|
23
23
|
version:
|
24
|
+
- !ruby/object:Gem::Dependency
|
25
|
+
name: builder
|
26
|
+
version_requirement:
|
27
|
+
version_requirements: !ruby/object:Gem::Requirement
|
28
|
+
requirements:
|
29
|
+
- - ">="
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: 2.1.2
|
32
|
+
version:
|
24
33
|
description:
|
25
34
|
email: dredmond@e-xact.com
|
26
35
|
executables: []
|
27
36
|
|
28
37
|
extensions: []
|
29
38
|
|
30
|
-
extra_rdoc_files:
|
31
|
-
|
39
|
+
extra_rdoc_files:
|
40
|
+
- CHANGELOG
|
41
|
+
- LICENCE
|
42
|
+
- README
|
43
|
+
- VERSION
|
32
44
|
files:
|
33
|
-
-
|
34
|
-
-
|
35
|
-
-
|
36
|
-
-
|
37
|
-
-
|
38
|
-
-
|
39
|
-
-
|
40
|
-
- doc/classes
|
41
|
-
- doc/classes/EWS
|
42
|
-
- doc/classes/EWS/Transaction
|
43
|
-
- doc/classes/EWS/Transaction/
|
44
|
-
- doc/
|
45
|
-
- doc/
|
46
|
-
- doc/
|
47
|
-
- doc/files
|
48
|
-
- doc/files/lib
|
49
|
-
- doc/files/lib/ews
|
50
|
-
- doc/files/lib/ews/transaction
|
51
|
-
- doc/files/lib/ews/transaction/
|
52
|
-
- doc/files/lib/ews/transaction/
|
53
|
-
- doc/files/lib/ews/transaction/
|
54
|
-
- doc/files/lib/
|
55
|
-
- doc/files/
|
56
|
-
- doc/files/README.html
|
57
|
-
- doc/
|
58
|
-
- doc/
|
59
|
-
- doc/
|
60
|
-
- doc/
|
61
|
-
- doc/
|
62
|
-
-
|
63
|
-
-
|
45
|
+
- ./certs
|
46
|
+
- ./certs/equifax_ca.cer
|
47
|
+
- ./certs/exact.cer
|
48
|
+
- ./CHANGELOG
|
49
|
+
- ./doc
|
50
|
+
- ./doc/classes
|
51
|
+
- ./doc/classes/EWS
|
52
|
+
- ./doc/classes/EWS/Transaction
|
53
|
+
- ./doc/classes/EWS/Transaction/Request.html
|
54
|
+
- ./doc/classes/EWS/Transaction/Response.html
|
55
|
+
- ./doc/classes/EWS/Transaction/Transporter.html
|
56
|
+
- ./doc/created.rid
|
57
|
+
- ./doc/files
|
58
|
+
- ./doc/files/CHANGELOG.html
|
59
|
+
- ./doc/files/lib
|
60
|
+
- ./doc/files/lib/ews
|
61
|
+
- ./doc/files/lib/ews/transaction
|
62
|
+
- ./doc/files/lib/ews/transaction/mapping_rb.html
|
63
|
+
- ./doc/files/lib/ews/transaction/request_rb.html
|
64
|
+
- ./doc/files/lib/ews/transaction/response_rb.html
|
65
|
+
- ./doc/files/lib/ews/transaction/transporter_rb.html
|
66
|
+
- ./doc/files/lib/exact4r_rb.html
|
67
|
+
- ./doc/files/LICENCE.html
|
68
|
+
- ./doc/files/README.html
|
69
|
+
- ./doc/files/VERSION.html
|
70
|
+
- ./doc/fr_class_index.html
|
71
|
+
- ./doc/fr_file_index.html
|
72
|
+
- ./doc/fr_method_index.html
|
73
|
+
- ./doc/index.html
|
74
|
+
- ./doc/rdoc-style.css
|
75
|
+
- ./lib
|
76
|
+
- ./lib/ews
|
77
|
+
- ./lib/ews/transaction
|
78
|
+
- ./lib/ews/transaction/mapping.rb
|
79
|
+
- ./lib/ews/transaction/request.rb
|
80
|
+
- ./lib/ews/transaction/response.rb
|
81
|
+
- ./lib/ews/transaction/transporter.rb
|
82
|
+
- ./lib/exact4r.rb
|
83
|
+
- ./LICENCE
|
84
|
+
- ./Rakefile
|
85
|
+
- ./README
|
86
|
+
- ./spec
|
87
|
+
- ./spec/donncha.rb
|
88
|
+
- ./spec/mapping_spec.rb
|
89
|
+
- ./spec/request_spec.rb
|
90
|
+
- ./spec/spec_helper.rb
|
91
|
+
- ./spec/transporter_spec.rb
|
92
|
+
- ./VERSION
|
93
|
+
- CHANGELOG
|
94
|
+
- LICENCE
|
95
|
+
- README
|
96
|
+
- VERSION
|
64
97
|
has_rdoc: true
|
65
98
|
homepage: http://e-xact4r.rubyforge.org/
|
66
99
|
post_install_message:
|
67
|
-
rdoc_options:
|
68
|
-
|
100
|
+
rdoc_options:
|
101
|
+
- --main
|
102
|
+
- README
|
103
|
+
- --inline-source
|
104
|
+
- --line-numbers
|
69
105
|
require_paths:
|
70
106
|
- lib
|
71
107
|
required_ruby_version: !ruby/object:Gem::Requirement
|