Repository: qpid-proton Updated Branches: refs/heads/master aa8d37272 -> 0cee74c44
PROTON-1775: [ruby] missing yard template to suppress footers Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0cee74c4 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0cee74c4 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/0cee74c4 Branch: refs/heads/master Commit: 0cee74c44d3cbee803e37d9ce1ed3dc45562f6cc Parents: aa8d372 Author: Alan Conway <[email protected]> Authored: Fri Mar 23 11:34:07 2018 -0400 Committer: Alan Conway <[email protected]> Committed: Fri Mar 23 11:34:07 2018 -0400 ---------------------------------------------------------------------- proton-c/bindings/ruby/.gitignore | 6 ------ .../ruby/yard/templates/default/layout/html/footer.erb | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0cee74c4/proton-c/bindings/ruby/.gitignore ---------------------------------------------------------------------- diff --git a/proton-c/bindings/ruby/.gitignore b/proton-c/bindings/ruby/.gitignore deleted file mode 100644 index 153f4ae..0000000 --- a/proton-c/bindings/ruby/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -coverage -ext/cproton/cproton.c -html -lib/*.so -pkg -tmp http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0cee74c4/proton-c/bindings/ruby/yard/templates/default/layout/html/footer.erb ---------------------------------------------------------------------- diff --git a/proton-c/bindings/ruby/yard/templates/default/layout/html/footer.erb b/proton-c/bindings/ruby/yard/templates/default/layout/html/footer.erb new file mode 100644 index 0000000..f6179e6 --- /dev/null +++ b/proton-c/bindings/ruby/yard/templates/default/layout/html/footer.erb @@ -0,0 +1 @@ +g<%# Suppress footers with timestamps so documentation generates without spurious differences -%> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
