kapify 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ NAME="<%= application %>"
20
20
  ROOT=<%= current_path %>
21
21
  USER="<%= resque_user %>"
22
22
  GROUP="<%= resque_user %>"
23
- ENVIRONMENT="production"
23
+ ENVIRONMENT="<%= rails_env %>"
24
24
  QUEUES="<%= resque_queue %>"
25
25
  COUNT=<%= resque_workers %>
26
26
  TASK="<%= resque_task %>"
@@ -14,7 +14,7 @@ set -e
14
14
  TIMEOUT=${TIMEOUT-60}
15
15
  APP_ROOT=<%= current_path %>
16
16
  PID=<%= unicorn_pid %>
17
- CMD="cd <%= current_path %>; bundle exec unicorn -D -c <%= unicorn_config %> -E production"
17
+ CMD="cd <%= current_path %>; bundle exec unicorn -D -c <%= unicorn_config %> -E <%= rails_env %>"
18
18
  AS_USER=<%= unicorn_user %>
19
19
  set -u
20
20
 
@@ -1,3 +1,3 @@
1
1
  module Kapify
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kapify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -106,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: -1444815236482293188
109
+ hash: -4017653492412988607
110
110
  required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  none: false
112
112
  requirements:
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  segments:
117
117
  - 0
118
- hash: -1444815236482293188
118
+ hash: -4017653492412988607
119
119
  requirements: []
120
120
  rubyforge_project:
121
121
  rubygems_version: 1.8.23