Avatax_TaxService 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Avatax_TaxService.gemspec +2 -2
  2. metadata +1 -7
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "Avatax_TaxService"
3
- s.version = "1.0.3"
3
+ s.version = "1.0.4"
4
4
  s.date = "2012-10-28"
5
5
  s.author = "Graham S Wilson"
6
6
  s.email = "support@Avalara.com"
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  "lib/xpath_gettaxhistory.txt","lib/xpath_isauthorized.txt","lib/xpath_ping.txt","lib/xpath_post.txt","lib/xpath_reconciletaxhistory.txt",
15
15
  "test/test_adjtax.rb","test/test_gettax.rb","test/test_gettaxhistory.rb","test/test_reconciletaxhistory.rb", "Avatax_TaxService.gemspec",
16
16
  "Avatax Ruby SDK Guide.docx", "LICENSE.txt"]
17
- s.add_dependency "nokogiri", ">= 1.4.0", "< 1.6"
17
+ s.add_dependency "nokogiri", ">= 1.4.0"
18
18
  s.add_dependency "savon", ">= 2.3.0"
19
19
  s.required_ruby_version = '>= 1.9.1'
20
20
  s.post_install_message = 'Thanks for installing the Avalara AddressService Ruby SDK. Refer to "Avatax Ruby SDK User Guide.docx" to get started.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Avatax_TaxService
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -19,9 +19,6 @@ dependencies:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
21
  version: 1.4.0
22
- - - <
23
- - !ruby/object:Gem::Version
24
- version: '1.6'
25
22
  type: :runtime
26
23
  prerelease: false
27
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -30,9 +27,6 @@ dependencies:
30
27
  - - ! '>='
31
28
  - !ruby/object:Gem::Version
32
29
  version: 1.4.0
33
- - - <
34
- - !ruby/object:Gem::Version
35
- version: '1.6'
36
30
  - !ruby/object:Gem::Dependency
37
31
  name: savon
38
32
  requirement: !ruby/object:Gem::Requirement