-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anya Stettler
committed
Aug 15, 2014
1 parent
1d98b2d
commit aeb8acb
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|