jnewland-god_web 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/god_web.rb +1 -1
  2. metadata +1 -1
data/lib/god_web.rb CHANGED
@@ -12,7 +12,7 @@ class GodWeb
12
12
  God.watch do |w|
13
13
  w.name = "god_web"
14
14
  w.interval = 1.minute
15
- w.start = "god_web -e production -p 8888"
15
+ w.start = start_string
16
16
  w.start_grace = 10.seconds
17
17
  w.restart_grace = 10.seconds
18
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jnewland-god_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesse Newland