Skip to content
This repository has been archived by the owner on Apr 26, 2018. It is now read-only.

Commit

Permalink
Improve Guard Foreman integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Dec 9, 2014
1 parent d8693f7 commit ab58b65
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gem "json"
gem "unicorn"

group :development do
gem "guard-rack"
gem "guard-process"
gem "awesome_print"
gem "travis-lint"
end
Expand Down
19 changes: 8 additions & 11 deletions Gemfile.lock
Expand Up @@ -8,24 +8,21 @@ GEM
docile (1.1.5)
ffi (1.9.6)
formatador (0.2.5)
guard (2.6.1)
guard (2.10.2)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
guard-rack (1.4.0)
ffi
guard
libnotify
rb-inotify
spoon
guard-compat (0.3.0)
guard-process (1.1.0)
guard (>= 2.0.0)
guard-compat (~> 0.1, >= 0.1.1)
spoon (~> 0.0.1)
hitimes (1.2.2)
json (1.8.1)
kgio (2.9.2)
libnotify (0.8.4)
ffi (>= 1.0.11)
listen (2.7.11)
listen (2.8.3)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
Expand Down Expand Up @@ -67,7 +64,7 @@ PLATFORMS

DEPENDENCIES
awesome_print
guard-rack
guard-process
json
rack
rack-test
Expand Down
2 changes: 1 addition & 1 deletion Guardfile
@@ -1,4 +1,4 @@
guard "rack" do
guard "process", name: "foreman", command: "foreman start" do
watch("hookhand.rb")
watch("config.ru")
watch("Gemfile.lock")
Expand Down
1 change: 0 additions & 1 deletion Procfile
@@ -1,2 +1 @@
web: bundle exec unicorn --port $PORT --config-file unicorn.rb
guard: bundle exec guard

0 comments on commit ab58b65

Please sign in to comment.