bin/xml2gv in ruby-graphviz-1.0.6 vs bin/xml2gv in ruby-graphviz-1.0.7

- old
+ new

@@ -1,7 +1,7 @@ #!/usr/bin/env ruby -# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Gregoire Lejeune <gregoire.lejeune@free.fr> +# Copyright (C) 2005 - 2012 Gregoire Lejeune <gregoire.lejeune@free.fr> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. @@ -91,6 +91,6 @@ usage( ) exit end gvxml = GraphViz::XML::new( xFile, :text => true, :attrs => true ) -gvxml.graph.output( xOutFormat => xOutFile, :path => xGVPath ) \ No newline at end of file +gvxml.graph.output( xOutFormat => xOutFile, :path => xGVPath )