quickbooks_web_connector 0.6.1 → 0.6.2
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.
- checksums.yaml +4 -4
- data/lib/quickbooks_web_connector/errors.rb +6 -0
- data/lib/quickbooks_web_connector/job.rb +1 -1
- data/lib/quickbooks_web_connector/soap_wrapper/defaultServant.rb +14 -4
- data/lib/quickbooks_web_connector/version.rb +1 -1
- data/lib/quickbooks_web_connector.rb +1 -0
- data/spec/dummy/log/test.log +678 -0
- data/spec/lib/quickbooks_web_connector/job_spec.rb +1 -1
- data/spec/lib/quickbooks_web_connector/soap_wrapper/defaultServant_spec.rb +9 -0
- data/spec/spec_helper.rb +6 -0
- data/spec/support/redis/dump.rdb +0 -0
- data/spec/support/redis/stdout +378150 -0
- metadata +4 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quickbooks_web_connector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Gunther
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-11-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -101,6 +101,7 @@ files:
|
|
101
101
|
- lib/quickbooks_web_connector.rb
|
102
102
|
- lib/quickbooks_web_connector/config.rb
|
103
103
|
- lib/quickbooks_web_connector/engine.rb
|
104
|
+
- lib/quickbooks_web_connector/errors.rb
|
104
105
|
- lib/quickbooks_web_connector/failure.rb
|
105
106
|
- lib/quickbooks_web_connector/job.rb
|
106
107
|
- lib/quickbooks_web_connector/json_coder.rb
|
@@ -177,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
177
178
|
version: '0'
|
178
179
|
requirements: []
|
179
180
|
rubyforge_project:
|
180
|
-
rubygems_version: 2.
|
181
|
+
rubygems_version: 2.6.8
|
181
182
|
signing_key:
|
182
183
|
specification_version: 4
|
183
184
|
summary: Rails engine for interfacing with Quickbooks Web Connector
|