Sha256: c4ae5c13f40944f51a756a0199191ed32213263fda984a96073da2da9cc4b16b
Contents?: true
Size: 367 Bytes
Versions: 48
Compression:
Stored size: 367 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.dirname(__FILE__)+"/../lib") require_relative '../lib/common/version' Bake::Version.printBakeVersion puts "Command \"bake-doc\" not supported anymore. Please use" puts "\"bake --doc\" to open the documentation in the browser OR" puts "\"bake --generate-doc ...\" for building the documentation of a project." exit(1)
Version data entries
48 entries across 48 versions & 1 rubygems