active_tax 0.3.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0709470838c0295b2053399c4db34539d0267c22
4
- data.tar.gz: d709eba5a20e3f2cac2b2200f68937573216c1e2
3
+ metadata.gz: d3957d7cbf857c872fa87e0914723bc14759eebb
4
+ data.tar.gz: c059ac91dd7e8795fca58948dae1e994cfcc5cf4
5
5
  SHA512:
6
- metadata.gz: 028982ffd0f26d9b33b3e3be95b966db52f48eb94859d15f4f879dc920b7da8145ec6d6654224553247e6293c6a5a3c8d07a791f8596ab1bc2e9bde98e8c953f
7
- data.tar.gz: 08fed24e91b981bc2770c211ca60128b226b0c7f19d6face2326e4fb283f2903f8f43faa5b04f89a498a07eef6a276d634c58688554df0aaf1a4e32b9bbdec0b
6
+ metadata.gz: 4c767319d745816e2a11bc30f5d74d2a3f7ccdf705d0594ecce85c5485ee1e32c167413863a7875680dc784cb0b4077f700c68869c0ce851512f00e810dcbe0c
7
+ data.tar.gz: e1a1098beac1550d69aa4225520fde314013d46494e2a67bad22aacc7f017e1a2f7799dd178944d68c95f5eadc473b3ff401955a7c68e864676f6030d86104fb
data/README.md CHANGED
@@ -8,7 +8,7 @@ own state's implementations and do pull requests.
8
8
 
9
9
  Add this line to your application's Gemfile:
10
10
 
11
- gem 'active_tax'
11
+ gem 'active_tax', '~> 1.0.0'
12
12
 
13
13
  ## Usage
14
14
 
@@ -1,10 +1,10 @@
1
1
  module ActiveTax
2
2
  module States
3
3
  class WA
4
- API_URI = "http://dor.wa.gov/AddressRates.aspx"
4
+ API_URI = "http://rateservice.dor.wa.gov/text"
5
5
 
6
6
  def self.tax(address={})
7
- # http://dor.wa.gov/AddressRates.aspx?output=text&addr=6500%20Linderson%20way&city=&zip=98501
7
+ # http://rateservice.dor.wa.gov/text?output=text&addr=6500%20Linderson%20way&city=&zip=98501
8
8
  params = {
9
9
  output: "text",
10
10
  addr: "#{address[:address]}",
@@ -1,3 +1,3 @@
1
1
  module ActiveTax
2
- VERSION = "0.3.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_tax
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamon Holmgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-08 00:00:00.000000000 Z
11
+ date: 2017-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake