Sha256: 95e2d3ff481a02e7dd59a456b5372f519e8e260830d9344041cbca361a9f25b2
Contents?: true
Size: 292 Bytes
Versions: 3
Compression:
Stored size: 292 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' require 'bolt' # Rails support # TODO test/test_helper is not good for checking for rails, try something else if File.exists?('config/environment.rb') require 'bolt/adapters/rails' end # start ## that must be the worst comment ever Bolt.start
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
marcinbunsch-bolt-0.2.6 | bin/bolt |
marcinbunsch-bolt-0.2.7 | bin/bolt |
marcinbunsch-bolt-0.2.8 | bin/bolt |