quickbooks_web_connector 0.6.3 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +1 -1
- data/app/controllers/quickbooks_web_connector/quickbooks_web_connector_controller.rb +1 -1
- data/app/controllers/quickbooks_web_connector/qwc_controller.rb +1 -1
- data/app/controllers/quickbooks_web_connector/soap_controller.rb +1 -1
- data/lib/quickbooks_web_connector/version.rb +1 -1
- data/spec/controllers/quickbooks_web_connector/qwc_controller_spec.rb +2 -2
- data/spec/dummy/config/environments/development.rb +2 -2
- data/spec/dummy/config/environments/production.rb +7 -1
- data/spec/dummy/config/environments/test.rb +9 -5
- data/spec/dummy/config/initializers/secret_token.rb +6 -2
- data/spec/dummy/log/test.log +1619 -0
- data/spec/spec_helper.rb +9 -9
- data/spec/support/redis/dump.rdb +0 -0
- data/spec/support/redis/stdout +4989 -0
- metadata +75 -61
metadata
CHANGED
@@ -1,97 +1,111 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quickbooks_web_connector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Gunther
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 5.0.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 5.0.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: soap2r
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - ~>
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 1.5.8
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - ~>
|
38
|
+
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 1.5.8
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: redis-namespace
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - ~>
|
45
|
+
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '1.0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - ~>
|
52
|
+
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '1.0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: logger-application
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - ~>
|
59
|
+
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: 0.0.2
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - ~>
|
66
|
+
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 0.0.2
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: sqlite3
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
type: :development
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: rails-controller-testing
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
81
95
|
- !ruby/object:Gem::Version
|
82
96
|
version: '0'
|
83
97
|
- !ruby/object:Gem::Dependency
|
84
98
|
name: rspec-rails
|
85
99
|
requirement: !ruby/object:Gem::Requirement
|
86
100
|
requirements:
|
87
|
-
- - ~>
|
101
|
+
- - "~>"
|
88
102
|
- !ruby/object:Gem::Version
|
89
103
|
version: '3.1'
|
90
104
|
type: :development
|
91
105
|
prerelease: false
|
92
106
|
version_requirements: !ruby/object:Gem::Requirement
|
93
107
|
requirements:
|
94
|
-
- - ~>
|
108
|
+
- - "~>"
|
95
109
|
- !ruby/object:Gem::Version
|
96
110
|
version: '3.1'
|
97
111
|
description: QuickbooksWebConnector is an engine for sending requests and recieving
|
@@ -102,74 +116,74 @@ executables: []
|
|
102
116
|
extensions: []
|
103
117
|
extra_rdoc_files: []
|
104
118
|
files:
|
105
|
-
-
|
119
|
+
- MIT-LICENSE
|
120
|
+
- README.md
|
121
|
+
- Rakefile
|
106
122
|
- app/controllers/quickbooks_web_connector/quickbooks_web_connector_controller.rb
|
123
|
+
- app/controllers/quickbooks_web_connector/qwc_controller.rb
|
107
124
|
- app/controllers/quickbooks_web_connector/soap_controller.rb
|
108
|
-
- app/views/quickbooks_web_connector/qwc/qwc.xml.builder
|
109
|
-
- app/views/layouts/quickbooks_web_connector/application.html.erb
|
110
125
|
- app/helpers/quickbooks_web_connector/application_helper.rb
|
126
|
+
- app/views/layouts/quickbooks_web_connector/application.html.erb
|
127
|
+
- app/views/quickbooks_web_connector/qwc/qwc.xml.builder
|
111
128
|
- config/routes.rb
|
112
|
-
- lib/
|
129
|
+
- lib/quickbooks_web_connector.rb
|
130
|
+
- lib/quickbooks_web_connector/config.rb
|
131
|
+
- lib/quickbooks_web_connector/engine.rb
|
113
132
|
- lib/quickbooks_web_connector/errors.rb
|
114
133
|
- lib/quickbooks_web_connector/failure.rb
|
115
|
-
- lib/quickbooks_web_connector/
|
134
|
+
- lib/quickbooks_web_connector/job.rb
|
135
|
+
- lib/quickbooks_web_connector/json_coder.rb
|
136
|
+
- lib/quickbooks_web_connector/soap_wrapper.rb
|
116
137
|
- lib/quickbooks_web_connector/soap_wrapper/QBWebConnectorSvc.rb
|
117
|
-
- lib/quickbooks_web_connector/soap_wrapper/defaultServant.rb
|
118
138
|
- lib/quickbooks_web_connector/soap_wrapper/default.rb
|
119
139
|
- lib/quickbooks_web_connector/soap_wrapper/defaultMappingRegistry.rb
|
120
|
-
- lib/quickbooks_web_connector/soap_wrapper.rb
|
121
|
-
- lib/quickbooks_web_connector/job.rb
|
122
|
-
- lib/quickbooks_web_connector/config.rb
|
123
|
-
- lib/quickbooks_web_connector/version.rb
|
124
|
-
- lib/quickbooks_web_connector/json_coder.rb
|
140
|
+
- lib/quickbooks_web_connector/soap_wrapper/defaultServant.rb
|
125
141
|
- lib/quickbooks_web_connector/user.rb
|
126
|
-
- lib/quickbooks_web_connector.rb
|
127
|
-
-
|
128
|
-
-
|
129
|
-
-
|
130
|
-
- spec/
|
131
|
-
- spec/dummy/
|
132
|
-
- spec/dummy/
|
142
|
+
- lib/quickbooks_web_connector/version.rb
|
143
|
+
- lib/tasks/quickbooks_web_connector_tasks.rake
|
144
|
+
- spec/config/config_spec.rb
|
145
|
+
- spec/controllers/quickbooks_web_connector/qwc_controller_spec.rb
|
146
|
+
- spec/controllers/quickbooks_web_connector/soap_controller_spec.rb
|
147
|
+
- spec/dummy/README.rdoc
|
148
|
+
- spec/dummy/Rakefile
|
133
149
|
- spec/dummy/app/assets/javascripts/application.js
|
134
150
|
- spec/dummy/app/assets/stylesheets/application.css
|
151
|
+
- spec/dummy/app/controllers/application_controller.rb
|
135
152
|
- spec/dummy/app/helpers/application_helper.rb
|
136
|
-
- spec/dummy/
|
137
|
-
- spec/dummy/config
|
138
|
-
- spec/dummy/config/environments/production.rb
|
139
|
-
- spec/dummy/config/environments/development.rb
|
140
|
-
- spec/dummy/config/environments/test.rb
|
141
|
-
- spec/dummy/config/environment.rb
|
153
|
+
- spec/dummy/app/views/layouts/application.html.erb
|
154
|
+
- spec/dummy/config.ru
|
142
155
|
- spec/dummy/config/application.rb
|
143
|
-
- spec/dummy/config/database.yml
|
144
156
|
- spec/dummy/config/boot.rb
|
157
|
+
- spec/dummy/config/database.yml
|
158
|
+
- spec/dummy/config/environment.rb
|
159
|
+
- spec/dummy/config/environments/development.rb
|
160
|
+
- spec/dummy/config/environments/production.rb
|
161
|
+
- spec/dummy/config/environments/test.rb
|
145
162
|
- spec/dummy/config/initializers/backtrace_silencers.rb
|
163
|
+
- spec/dummy/config/initializers/inflections.rb
|
146
164
|
- spec/dummy/config/initializers/mime_types.rb
|
165
|
+
- spec/dummy/config/initializers/secret_token.rb
|
147
166
|
- spec/dummy/config/initializers/session_store.rb
|
148
167
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
149
|
-
- spec/dummy/config/
|
150
|
-
- spec/dummy/config/
|
151
|
-
- spec/dummy/
|
152
|
-
- spec/dummy/
|
153
|
-
- spec/dummy/
|
154
|
-
- spec/dummy/public/favicon.ico
|
168
|
+
- spec/dummy/config/locales/en.yml
|
169
|
+
- spec/dummy/config/routes.rb
|
170
|
+
- spec/dummy/log/development.log
|
171
|
+
- spec/dummy/log/test.log
|
172
|
+
- spec/dummy/public/404.html
|
155
173
|
- spec/dummy/public/422.html
|
156
174
|
- spec/dummy/public/500.html
|
157
|
-
- spec/dummy/public/
|
158
|
-
- spec/dummy/
|
159
|
-
- spec/dummy/log/development.log
|
160
|
-
- spec/dummy/README.rdoc
|
161
|
-
- spec/config/config_spec.rb
|
162
|
-
- spec/support/redis/stdout
|
163
|
-
- spec/support/redis/dump.rdb
|
164
|
-
- spec/support/redis/redis-test.conf
|
175
|
+
- spec/dummy/public/favicon.ico
|
176
|
+
- spec/dummy/script/rails
|
165
177
|
- spec/lib/quickbooks_web_connector/failure_spec.rb
|
166
178
|
- spec/lib/quickbooks_web_connector/job_spec.rb
|
167
179
|
- spec/lib/quickbooks_web_connector/soap_wrapper/defaultServant_spec.rb
|
168
180
|
- spec/lib/quickbooks_web_connector/user_spec.rb
|
169
181
|
- spec/lib/quickbooks_web_connector_spec.rb
|
170
182
|
- spec/routing/quickbooks_web_connector_spec.rb
|
171
|
-
- spec/
|
172
|
-
- spec/
|
183
|
+
- spec/spec_helper.rb
|
184
|
+
- spec/support/redis/dump.rdb
|
185
|
+
- spec/support/redis/redis-test.conf
|
186
|
+
- spec/support/redis/stdout
|
173
187
|
- spec/views/quickbooks_web_connector/qwc/qwc.xml.builder_spec.rb
|
174
188
|
homepage: https://github.com/cgunther/quickbooks_web_connector
|
175
189
|
licenses: []
|
@@ -180,17 +194,17 @@ require_paths:
|
|
180
194
|
- lib
|
181
195
|
required_ruby_version: !ruby/object:Gem::Requirement
|
182
196
|
requirements:
|
183
|
-
- -
|
197
|
+
- - ">="
|
184
198
|
- !ruby/object:Gem::Version
|
185
|
-
version: 2.
|
199
|
+
version: 2.2.0
|
186
200
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
187
201
|
requirements:
|
188
|
-
- -
|
202
|
+
- - ">="
|
189
203
|
- !ruby/object:Gem::Version
|
190
204
|
version: '0'
|
191
205
|
requirements: []
|
192
206
|
rubyforge_project:
|
193
|
-
rubygems_version: 2.
|
207
|
+
rubygems_version: 2.7.3
|
194
208
|
signing_key:
|
195
209
|
specification_version: 4
|
196
210
|
summary: Rails engine for interfacing with Quickbooks Web Connector
|