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.
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: "0.5"
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
- - 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
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