Skip to content

Commit

Permalink
modified gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Anya Stettler committed Aug 15, 2014
1 parent 1d98b2d commit aeb8acb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions avatax.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Gem::Specification.new do |s|
s.name = "avatax"
s.version = "0.0.1"
s.summary = "Libaray for accessing Avalara's tax and address services"
s.version = "14.4.2"
s.summary = "Library for accessing Avalara's AvaTax and Address Validation services"
s.authors = ['Anya Stettler', 'Jeff Weiss']
s.email = '[email protected]'
s.require_paths = ['lib']
s.files = Dir['LICENSE', 'README.md', 'lib/**/*']
s.homepage = "http://www.avalara.com/"
s.license = 'Apache-2.0'
s.description = "Provides a straightforward way to access and communicate with the all methods exposed by the Avalara AvaTax REST API."
s.add_dependency 'json', '~> 1.8'
s.add_dependency 'rest-client', '~> 1.7'
s.add_dependency 'addressable', '~> 2.3'
Expand Down

0 comments on commit aeb8acb

Please sign in to comment.