lib/synvert/cli.rb in synvert-1.10.2 vs lib/synvert/cli.rb in synvert-1.10.3
- old
+ new
@@ -161,10 +161,10 @@
end
opts.on '--check-bundle-gems', 'check code in all bundle gems' do
@options[:command] = 'test_bundle_gems'
end
opts.on '-v', '--version', 'show this version' do
- puts "#{VERSION} (with synvert-core #{Core::VERSION}"
+ puts "#{VERSION} (with synvert-core #{Core::VERSION})"
exit
end
end
paths = optparse.parse(args)
Core::Configuration.root_path = paths.first || Dir.pwd