bin/gitdoc in gitdoc-3.4.0 vs bin/gitdoc in gitdoc-3.5.0
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
-version = File.read(File.dirname(__FILE__)+'/../VERSION')
+version = File.read(File.dirname(__FILE__)+'/../VERSION').strip
unless ARGV == ['init']
puts "GitDoc version #{version}"
puts "Run with 'init' to make the current directory a GitDoc instance"
exit
\ No newline at end of file