Skip to content

Commit 566079f

Browse files
Merge pull request #158 from beegan/jb/remove-postinstall
Remove unnecessary post-install
2 parents 78ffb52 + 6305627 commit 566079f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

avatax.gemspec

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@ Gem::Specification.new do |s|
99
s.add_runtime_dependency('activesupport', '>= 6.1.7')
1010
s.authors = ["Marcus Vorwaller"]
1111
s.description = %q{A Ruby wrapper for the AvaTax REST and Search APIs}
12-
s.post_install_message =<<eos
13-
********************************************************************************
14-
15-
AvaTax REST API
16-
------------------------------
17-
Our developer site documents the AvaTax REST API.
18-
(https://developer.avalara.com).
19-
Blog
20-
----------------------------
21-
The Developer Blog is a great place to learn more about the API and AvaTax integrations
22-
Subscribe to the RSS feed be notified of new posts:
23-
(https://developer.avalara.com/blogs).
24-
25-
********************************************************************************
26-
eos
2712
s.email = ['marcus.vorwaller@avalara.com']
2813
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
2914
s.files = `git ls-files`.split("\n")

0 commit comments

Comments
 (0)