diff options
| author | mo khan <mo@mokhan.ca> | 2015-04-08 17:03:09 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-04-08 17:03:09 -0600 |
| commit | e65a5b7197f4f43f646ab96ddf851aa2ccede291 (patch) | |
| tree | 624b151d3984ca599f580fa4b9d8b2c070006803 /bin | |
| parent | 95697b5302e44c0ddf4999a88e8dfec802aa1ecf (diff) | |
heroku ready!main
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/puma | 16 | ||||
| -rwxr-xr-x | bin/pumactl | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/bin/puma b/bin/puma new file mode 100755 index 0000000..d24478b --- /dev/null +++ b/bin/puma @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'puma' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('puma', 'puma') diff --git a/bin/pumactl b/bin/pumactl new file mode 100755 index 0000000..f3f7b2b --- /dev/null +++ b/bin/pumactl @@ -0,0 +1,16 @@ +#!/usr/bin/env ruby +# +# This file was generated by Bundler. +# +# The application 'pumactl' is installed as part of a gem, and +# this file is here to facilitate running it. +# + +require 'pathname' +ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile", + Pathname.new(__FILE__).realpath) + +require 'rubygems' +require 'bundler/setup' + +load Gem.bin_path('puma', 'pumactl') |
