lib/gemsmith/templates/%gem_name%/%gem_name%.gemspec.tt in gemsmith-2.2.0 vs lib/gemsmith/templates/%gem_name%/%gem_name%.gemspec.tt in gemsmith-2.3.0
- old
+ new
@@ -15,10 +15,10 @@
s.post_install_message = "<%= config[:post_install_message] %>"
<%- end -%>
unless ENV["TRAVIS"]
s.signing_key = File.expand_path("~/.ssh/gem-private.pem")
- s.cert_chain = ["gem-public.pem"]
+ s.cert_chain = [File.expand_path("~/.ssh/gem-public.pem")]
end
s.required_ruby_version = "~> <%= config[:ruby_version] %>"
<%- if config[:bin] -%>
s.add_dependency "thor"