Sha256: 3862ae1db4e130202e9736fe72f39d2d39baa091d557b30622f1d584bc80807f
Contents?: true
Size: 351 Bytes
Versions: 68
Compression:
Stored size: 351 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.dirname(__FILE__)+"/../lib") require '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
68 entries across 68 versions & 1 rubygems