Skip to content

Commit

Permalink
feat: add possibility of own directives to gemspec (#483)
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Brocker <5331286+pbr0ck3r@users.noreply.github.com>
  • Loading branch information
honzap and pbr0ck3r committed Apr 16, 2024
1 parent facafb1 commit 4c85474
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/api/clients/ruby/client.gemspec.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib", "lib/{{ .Config.Name }}_client"]
spec.add_dependency 'grpc', '~> 1.38'
spec.add_development_dependency 'rake'
## <<Stencil::Block(extraGemSpec)>>
{{ file.Block "extraGemSpec" }}
## <</Stencil::Block>>
end

0 comments on commit 4c85474

Please sign in to comment.