From 4e23b4341cec6a1c4e7526bd3acafbe66c624fc5 Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Tue, 1 Dec 2015 11:21:47 +0200 Subject: meh further hack not to barf on version for files --- lib/oxidized/output/file.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/oxidized/output/file.rb b/lib/oxidized/output/file.rb index 3326a32..d1a8c17 100644 --- a/lib/oxidized/output/file.rb +++ b/lib/oxidized/output/file.rb @@ -40,7 +40,12 @@ class OxidizedFile < Output end def version node, group - 'not implemented for file output' + # not supported + [] + end + + def get_version node, group, oid + 'not supported' end end -- cgit v1.2.1