Sha256: bc0c82f7b9473331a783074bc538849b303938a20af4c065cfdda986806cc0bc
Contents?: true
Size: 430 Bytes
Versions: 17
Compression:
Stored size: 430 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.dirname(__FILE__)+"/../lib") require 'common/version' puts "-- bake #{Bake::Version.number}, ruby #{RUBY_VERSION}p#{RUBY_PATCHLEVEL}, platform #{RUBY_PLATFORM} --" 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
17 entries across 17 versions & 1 rubygems