taxjar-ruby 1.1.0 → 1.1.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.
- data/lib/taxjar/rate.rb +2 -2
- data/lib/taxjar/version.rb +1 -1
- data/taxjar-ruby.gemspec +1 -1
- metadata +3 -9
data/lib/taxjar/rate.rb
CHANGED
|
@@ -2,8 +2,8 @@ require 'taxjar/base'
|
|
|
2
2
|
|
|
3
3
|
module Taxjar
|
|
4
4
|
class Rate < Taxjar::Base
|
|
5
|
-
attr_reader :zip, :state, :state_rate, :county, :city, :city_rate,
|
|
6
|
-
:
|
|
5
|
+
attr_reader :zip, :state, :state_rate, :county, :county_rate, :city, :city_rate,
|
|
6
|
+
:combined_district_rate, :combined_rate
|
|
7
7
|
|
|
8
8
|
end
|
|
9
9
|
end
|
data/lib/taxjar/version.rb
CHANGED
data/taxjar-ruby.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["TaxJar"]
|
|
10
10
|
spec.email = ["support@taxjar.com"]
|
|
11
11
|
spec.summary = %q{Ruby wrapper for Taxjar API}
|
|
12
|
-
spec.description = %q{Ruby wrapper for Taxjar API, more info at
|
|
12
|
+
spec.description = %q{Ruby wrapper for Taxjar API, more info at developers.taxjar.com}
|
|
13
13
|
spec.homepage = "http://developers.taxjar.com"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: taxjar-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-10-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: addressable
|
|
@@ -91,7 +91,7 @@ dependencies:
|
|
|
91
91
|
- - ~>
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
93
|
version: '10.0'
|
|
94
|
-
description: Ruby wrapper for Taxjar API, more info at
|
|
94
|
+
description: Ruby wrapper for Taxjar API, more info at developers.taxjar.com
|
|
95
95
|
email:
|
|
96
96
|
- support@taxjar.com
|
|
97
97
|
executables: []
|
|
@@ -155,18 +155,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
155
155
|
- - ! '>='
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
157
|
version: '0'
|
|
158
|
-
segments:
|
|
159
|
-
- 0
|
|
160
|
-
hash: 597971617682166633
|
|
161
158
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
159
|
none: false
|
|
163
160
|
requirements:
|
|
164
161
|
- - ! '>='
|
|
165
162
|
- !ruby/object:Gem::Version
|
|
166
163
|
version: '0'
|
|
167
|
-
segments:
|
|
168
|
-
- 0
|
|
169
|
-
hash: 597971617682166633
|
|
170
164
|
requirements: []
|
|
171
165
|
rubyforge_project:
|
|
172
166
|
rubygems_version: 1.8.23
|