Sha256: 8d844dd6dcc092f2c5078469284448509967232df4a5927274ae58037e8861b4
Contents?: true
Size: 546 Bytes
Versions: 9
Compression:
Stored size: 546 Bytes
Contents
#!/usr/bin/env ruby unless ENV.include?('BUNDLE_GEMFILE') puts '' puts ' / \\' puts ' | ^ |' puts " ಠ _ ಠ It looks like you're trying to run Builderator outside of Bundler!" puts ' || || This is aggressively discouraged! Please re-run your command' puts ' || || prepended with `bundle exec`' puts ' || ||' puts ' | | See http://bundler.io/ for help setting up Bundler and creating a Gemfile' puts ' \\/' puts '' exit 1 end require_relative '../lib/builderator/tasks' Builderator::Tasks::CLI.start(ARGV)
Version data entries
9 entries across 9 versions & 1 rubygems