exact4r 0.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.
- data/certs/equifax_ca.cer +19 -0
- data/certs/exact.cer +18 -0
- data/doc/classes/EWS/Transaction/Request.html +488 -0
- data/doc/classes/EWS/Transaction/Response.html +280 -0
- data/doc/classes/EWS/Transaction/Transporter.html +251 -0
- data/doc/created.rid +1 -0
- data/doc/files/README.html +230 -0
- data/doc/files/lib/ews/transaction/mapping_rb.html +108 -0
- data/doc/files/lib/ews/transaction/request_rb.html +101 -0
- data/doc/files/lib/ews/transaction/response_rb.html +101 -0
- data/doc/files/lib/ews/transaction/transporter_rb.html +108 -0
- data/doc/files/lib/exact4r_rb.html +113 -0
- data/doc/fr_class_index.html +29 -0
- data/doc/fr_file_index.html +32 -0
- data/doc/fr_method_index.html +33 -0
- data/doc/index.html +24 -0
- data/doc/rdoc-style.css +208 -0
- data/lib/ews/transaction/mapping.rb +170 -0
- data/lib/ews/transaction/request.rb +158 -0
- data/lib/ews/transaction/response.rb +18 -0
- data/lib/ews/transaction/transporter.rb +128 -0
- data/lib/exact4r.rb +7 -0
- metadata +91 -0
data/lib/exact4r.rb
ADDED
metadata
ADDED
@@ -0,0 +1,91 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: exact4r
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: "0.5"
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- E-xact Transactions Ltd.
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
|
12
|
+
date: 2008-05-30 00:00:00 +10:00
|
13
|
+
default_executable:
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: activesupport
|
17
|
+
version_requirement:
|
18
|
+
version_requirements: !ruby/object:Gem::Requirement
|
19
|
+
requirements:
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.0.2
|
23
|
+
version:
|
24
|
+
description:
|
25
|
+
email: dredmond@e-xact.com
|
26
|
+
executables: []
|
27
|
+
|
28
|
+
extensions: []
|
29
|
+
|
30
|
+
extra_rdoc_files: []
|
31
|
+
|
32
|
+
files:
|
33
|
+
- lib/ews
|
34
|
+
- lib/ews/transaction
|
35
|
+
- lib/ews/transaction/mapping.rb
|
36
|
+
- lib/ews/transaction/request.rb
|
37
|
+
- lib/ews/transaction/response.rb
|
38
|
+
- lib/ews/transaction/transporter.rb
|
39
|
+
- lib/exact4r.rb
|
40
|
+
- doc/classes
|
41
|
+
- doc/classes/EWS
|
42
|
+
- doc/classes/EWS/Transaction
|
43
|
+
- doc/classes/EWS/Transaction/Request.html
|
44
|
+
- doc/classes/EWS/Transaction/Response.html
|
45
|
+
- doc/classes/EWS/Transaction/Transporter.html
|
46
|
+
- doc/created.rid
|
47
|
+
- doc/files
|
48
|
+
- doc/files/lib
|
49
|
+
- doc/files/lib/ews
|
50
|
+
- doc/files/lib/ews/transaction
|
51
|
+
- doc/files/lib/ews/transaction/mapping_rb.html
|
52
|
+
- doc/files/lib/ews/transaction/request_rb.html
|
53
|
+
- doc/files/lib/ews/transaction/response_rb.html
|
54
|
+
- doc/files/lib/ews/transaction/transporter_rb.html
|
55
|
+
- doc/files/lib/exact4r_rb.html
|
56
|
+
- doc/files/README.html
|
57
|
+
- doc/fr_class_index.html
|
58
|
+
- doc/fr_file_index.html
|
59
|
+
- doc/fr_method_index.html
|
60
|
+
- doc/index.html
|
61
|
+
- doc/rdoc-style.css
|
62
|
+
- certs/equifax_ca.cer
|
63
|
+
- certs/exact.cer
|
64
|
+
has_rdoc: true
|
65
|
+
homepage: http://e-xact4r.rubyforge.org/
|
66
|
+
post_install_message:
|
67
|
+
rdoc_options: []
|
68
|
+
|
69
|
+
require_paths:
|
70
|
+
- lib
|
71
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: "0"
|
76
|
+
version:
|
77
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
78
|
+
requirements:
|
79
|
+
- - ">="
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: "0"
|
82
|
+
version:
|
83
|
+
requirements: []
|
84
|
+
|
85
|
+
rubyforge_project: exact4r
|
86
|
+
rubygems_version: 1.1.1
|
87
|
+
signing_key:
|
88
|
+
specification_version: 2
|
89
|
+
summary: E-xact Web Services Client Library.
|
90
|
+
test_files: []
|
91
|
+
|