tax_cloud 0.4.0 → 0.5.0

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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +30 -0
  3. data/.rubocop.yml +1 -0
  4. data/CHANGELOG.md +85 -0
  5. data/Gemfile +0 -1
  6. data/LICENSE.md +21 -0
  7. data/README.md +200 -0
  8. data/Rakefile +0 -10
  9. data/lib/tax_cloud/errors/tax_cloud_error.rb +1 -1
  10. data/lib/tax_cloud/responses/authorized.rb +1 -1
  11. data/lib/tax_cloud/responses/authorized_with_capture.rb +1 -1
  12. data/lib/tax_cloud/responses/captured.rb +1 -1
  13. data/lib/tax_cloud/responses/cart_item.rb +1 -1
  14. data/lib/tax_cloud/responses/lookup.rb +1 -1
  15. data/lib/tax_cloud/responses/ping.rb +1 -1
  16. data/lib/tax_cloud/responses/returned.rb +1 -1
  17. data/lib/tax_cloud/responses/tax_code_groups.rb +1 -1
  18. data/lib/tax_cloud/responses/tax_codes.rb +1 -1
  19. data/lib/tax_cloud/responses/tax_codes_by_group.rb +1 -1
  20. data/lib/tax_cloud/responses/verify_address.rb +1 -1
  21. data/lib/tax_cloud/version.rb +1 -1
  22. data/lib/tax_cloud.rb +1 -1
  23. data/tax_cloud.gemspec +1 -0
  24. data/test/cassettes/authorized.yml +6 -6
  25. data/test/cassettes/authorized_with_capture.yml +6 -6
  26. data/test/cassettes/authorized_with_localized_time.yml +6 -6
  27. data/test/cassettes/captured.yml +7 -7
  28. data/test/cassettes/get_tic_groups.yml +5 -5
  29. data/test/cassettes/get_tics.yml +5 -5
  30. data/test/cassettes/get_tics_by_group.yml +5 -5
  31. data/test/cassettes/invalid_soap_call.yml +5 -5
  32. data/test/cassettes/lookup.yml +5 -5
  33. data/test/cassettes/lookup_ny.yml +5 -5
  34. data/test/cassettes/ping.yml +5 -5
  35. data/test/cassettes/ping_with_invalid_credentials.yml +5 -5
  36. data/test/cassettes/ping_with_invalid_response.yml +5 -5
  37. data/test/cassettes/returned.yml +7 -7
  38. data/test/cassettes/verify_bad_address.yml +5 -5
  39. data/test/cassettes/verify_good_address.yml +5 -5
  40. data/test/test_address.rb +4 -4
  41. metadata +21 -7
  42. data/.travis.yml +0 -6
  43. data/CHANGELOG.rdoc +0 -53
  44. data/LICENSE.rdoc +0 -22
  45. data/README.rdoc +0 -144
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: US-ASCII
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -779,7 +779,7 @@ http_interactions:
779
779
  recorded_at: Fri, 01 Mar 2013 22:58:19 GMT
780
780
  - request:
781
781
  method: post
782
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
782
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
783
783
  body:
784
784
  encoding: US-ASCII
785
785
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -825,7 +825,7 @@ http_interactions:
825
825
  recorded_at: Fri, 01 Mar 2013 22:58:19 GMT
826
826
  - request:
827
827
  method: post
828
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
828
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
829
829
  body:
830
830
  encoding: US-ASCII
831
831
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: US-ASCII
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: US-ASCII
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: US-ASCII
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: US-ASCII
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: US-ASCII
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: US-ASCII
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: US-ASCII
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: US-ASCII
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: US-ASCII
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: US-ASCII
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -779,7 +779,7 @@ http_interactions:
779
779
  recorded_at: Fri, 01 Mar 2013 22:58:21 GMT
780
780
  - request:
781
781
  method: post
782
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
782
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
783
783
  body:
784
784
  encoding: US-ASCII
785
785
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -825,7 +825,7 @@ http_interactions:
825
825
  recorded_at: Fri, 01 Mar 2013 22:58:21 GMT
826
826
  - request:
827
827
  method: post
828
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
828
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
829
829
  body:
830
830
  encoding: US-ASCII
831
831
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: UTF-8
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://asmx.taxcloud.com/1.0/?wsdl
5
+ uri: https://api.taxcloud.com/1.0/?wsdl
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -719,17 +719,17 @@ http_interactions:
719
719
  part=\"Body\" />\r\n </wsdl:output>\r\n </wsdl:operation>\r\n </wsdl:binding>\r\n
720
720
  \ <wsdl:service name=\"TaxCloud\">\r\n <wsdl:documentation xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\">TaxCloud
721
721
  Web Service</wsdl:documentation>\r\n <wsdl:port name=\"TaxCloudSoap\" binding=\"tns:TaxCloudSoap\">\r\n
722
- \ <soap:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
722
+ \ <soap:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
723
723
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudSoap12\" binding=\"tns:TaxCloudSoap12\">\r\n
724
- \ <soap12:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
724
+ \ <soap12:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
725
725
  />\r\n </wsdl:port>\r\n <wsdl:port name=\"TaxCloudHttpPost\" binding=\"tns:TaxCloudHttpPost\">\r\n
726
- \ <http:address location=\"https://asmx.taxcloud.com/1.0/TaxCloud.asmx\"
726
+ \ <http:address location=\"https://api.taxcloud.com/1.0/TaxCloud.asmx\"
727
727
  />\r\n </wsdl:port>\r\n </wsdl:service>\r\n</wsdl:definitions>"
728
728
  http_version:
729
729
  recorded_at: Thu, 09 Jan 2014 16:03:39 GMT
730
730
  - request:
731
731
  method: post
732
- uri: https://asmx.taxcloud.com/1.0/TaxCloud.asmx
732
+ uri: https://api.taxcloud.com/1.0/TaxCloud.asmx
733
733
  body:
734
734
  encoding: UTF-8
735
735
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
data/test/test_address.rb CHANGED
@@ -10,11 +10,11 @@ class TestAddress < TestSetup
10
10
 
11
11
  def test_initialize
12
12
  assert_equal '888 6th Ave', @address.address1
13
- assert_equal nil, @address.address2
13
+ assert_nil @address.address2
14
14
  assert_equal 'New York', @address.city
15
15
  assert_equal 'New York', @address.state
16
16
  assert_equal '10001', @address.zip5
17
- assert_equal nil, @address.zip4
17
+ assert_nil @address.zip4
18
18
  end
19
19
 
20
20
  def test_zip
@@ -24,7 +24,7 @@ class TestAddress < TestSetup
24
24
  assert_equal '10001-1234', @address.zip
25
25
  # only 4-digit zip, which is invalid
26
26
  @address.zip5 = nil
27
- assert_equal nil, @address.zip
27
+ assert_nil @address.zip
28
28
  end
29
29
 
30
30
  def test_address_respond_to_verify
@@ -36,7 +36,7 @@ class TestAddress < TestSetup
36
36
  verified = @address.verify
37
37
  assert_instance_of TaxCloud::Address, verified
38
38
  assert_equal '888 6TH AVE', verified.address1
39
- assert_equal nil, verified.address2
39
+ assert_nil verified.address2
40
40
  assert_equal 'NEW YORK', verified.city
41
41
  assert_equal 'NY', verified.state
42
42
  assert_equal '10001', verified.zip5
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tax_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drew Tempelmeyer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-07 00:00:00.000000000 Z
11
+ date: 2023-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -38,6 +38,20 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: net-smtp
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: savon
43
57
  requirement: !ruby/object:Gem::Requirement
@@ -59,15 +73,15 @@ executables: []
59
73
  extensions: []
60
74
  extra_rdoc_files: []
61
75
  files:
76
+ - ".github/workflows/test.yml"
62
77
  - ".gitignore"
63
78
  - ".rubocop.yml"
64
79
  - ".rubocop_todo.yml"
65
- - ".travis.yml"
66
- - CHANGELOG.rdoc
80
+ - CHANGELOG.md
67
81
  - CONTRIBUTORS.txt
68
82
  - Gemfile
69
- - LICENSE.rdoc
70
- - README.rdoc
83
+ - LICENSE.md
84
+ - README.md
71
85
  - Rakefile
72
86
  - lib/config/locales/en.yml
73
87
  - lib/hash.rb
@@ -159,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
173
  - !ruby/object:Gem::Version
160
174
  version: 1.3.6
161
175
  requirements: []
162
- rubygems_version: 3.1.3
176
+ rubygems_version: 3.3.7
163
177
  signing_key:
164
178
  specification_version: 4
165
179
  summary: Calculate sales tax using TaxCloud
data/.travis.yml DELETED
@@ -1,6 +0,0 @@
1
- language: ruby
2
- before_install:
3
- - gem update bundler
4
- rvm:
5
- - 2.6.0
6
- - 2.7.0
data/CHANGELOG.rdoc DELETED
@@ -1,53 +0,0 @@
1
- === 0.4.0 (12/7/2020)
2
-
3
- * Add <tt>open_timeout</tt> and <tt>read_timeout</tt> options into configuration - @ka8725.
4
- * Switch to using BigDecimal for <tt>tax_amount</tt> to avoid floating point arithmetic errors - @paulhenrich.
5
- * Require ruby 2.6.0+
6
- * Upgrade to rubocop latest
7
- * Add `TargetRubyVersion: 2.6` to rubocop config (based on https://www.ruby-lang.org/en/downloads/branches/ oldest "normal maintenance" version)
8
- * Add `required_ruby_version` to gemspec
9
- * addresses rubocop violations
10
- * Update WSDL endpoint URL as recommended by TaxCloud to https://asmx.taxcloud.com/1.0/?wsdl - @brchristian.
11
-
12
- === 0.3.0 (1/9/2014)
13
-
14
- * #19: Support Savon 2 - @drewtempelmeyer.
15
- * Implemented Rubocop, Ruby style linter - @dblock.
16
- * Ruby 1.8.7 and 1.9.2 are no longer supported - @dblock.
17
-
18
- === 0.2.2 (4/29/2013)
19
-
20
- * Relaxed thirdparty gem dependency versions - @mperham.
21
-
22
- === 0.2.1 (3/3/2013)
23
-
24
- * Fixed date formatting in API requests with localized applications - @soulcutter.
25
-
26
- === 0.2.0 (11/26/2012)
27
-
28
- * The gem is now licensed under the MIT license - @dblock.
29
- * Raise specialized configuration and SOAP errors - @dblock.
30
- * Added <tt>TaxCloud::Client.ping</tt> - @dblock.
31
- * Returning a verified <tt>TaxCloud::Address</tt> from <tt>TaxCloud::Address.verify</tt> - @dblock.
32
- * Added <tt>TaxCloud::Address.zip</tt> that returns a 9-digit address zip code, when available - @dblock.
33
- * Returning a <tt>TaxCloud::Responses::Lookup</tt> from <tt>TaxCloud::Transaction.lookup</tt> - @dblock.
34
- * Returning transaction state, ie. <tt>"OK"</tt> from all other TaxCloud transactions. Exceptions are raised on error - @dblock.
35
- * Added support for tax codes and tax code groups lookup with <tt>TaxCloud::TaxCodes</tt> and <tt>TaxCloud::TaxCode::Groups</tt> - @dblock.
36
-
37
- === 0.1.5 (5/9/2012)
38
-
39
- * Fixed compatibility with Ruby 1.8.7 and 1.9.3, removed super from constructors for classes which inherit from <tt>Object</tt> - @gfmurphy.
40
-
41
- === 0.1.4 (10/20/2011)
42
-
43
- * Upgraded rdoc - @drewtempelmeyer.
44
- * Fixed <tt>.gemspec</tt> dependency declaration for savon - @drewtempelmeyer.
45
-
46
- === 0.1.3 (9/19/2011)
47
-
48
- * Added support for the "returned" request - @danielmorrison.
49
- * Refactoreted tests to use vcr and webmock - @danielmorrison.
50
-
51
- === 0.1.0 (8/23/2011)
52
-
53
- * Initial public release - @drewtempelmeyer.
data/LICENSE.rdoc DELETED
@@ -1,22 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2011-2020 Drew Tempelmeyer & Contributors
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.