Sha256: 8fce9360ee5aed20d3fc176bcf69190514cc1c65951a91d234f15b01e0aa49e6
Contents?: true
Size: 427 Bytes
Versions: 14
Compression:
Stored size: 427 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 --show_doc\" to open the documentation in the browser OR" puts "\"bake --docu ...\" for building the documentation of a project." exit(1)
Version data entries
14 entries across 14 versions & 1 rubygems