pixelforce_recipes 1.2 → 1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abf12884468a39ff825384c1624d6196301ed336
4
- data.tar.gz: 957c90242ba13f07d7835192a8bab25bb7a4b464
3
+ metadata.gz: 4dd385481ab023261fb23d322e538df46a8ce209
4
+ data.tar.gz: d19e58b2983804ce31d6f12630adaf34db0a1230
5
5
  SHA512:
6
- metadata.gz: 4f385fb96bc7015076751ecbaffcda034db384bf4b39d418320c3a7f4c10369cb1c1628ed14d929fea062864e7be5e7f8c2e9b83bd92ce8600678961e7413c53
7
- data.tar.gz: 9432ff12ff90fe3c780c5425b0e9c7f2215bc7bbedd97d1eb5743e7514fc780cb410462a2c51e373b7ad057f01bd9421cf5f9f8c2949c0c9122e0196b0537dfa
6
+ metadata.gz: f577ee0e574faec11bbb6aad1c873f1003ad74d2e2eef5eeadfab9614c15906d2f79ecc81468cbf1f51c840b9a8f2ae561d1a747f2f3e72232e40dd145a76f92
7
+ data.tar.gz: 0883dd4c4dc3263aeb6020da0035ae9d91519729c6371865c0b43eb4a53f85aa90fe8b7a2753761a7acca52ba6eefb31f97bdc19b59de981ab7982ac81de3dc1
@@ -1,21 +1,19 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pixelforce_recipes (1.2)
4
+ pixelforce_recipes (1.3)
5
5
  capistrano (> 2.0.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- airbrussh (1.1.1)
10
+ airbrussh (1.3.0)
11
11
  sshkit (>= 1.6.1, != 1.7.0)
12
- capistrano (3.7.0)
12
+ capistrano (3.11.0)
13
13
  airbrussh (>= 1.0.0)
14
- capistrano-harrow
15
14
  i18n
16
15
  rake (>= 10.0.0)
17
16
  sshkit (>= 1.9.0)
18
- capistrano-harrow (0.5.3)
19
17
  concurrent-ruby (1.0.5)
20
18
  diff-lcs (1.2.5)
21
19
  i18n (1.0.1)
@@ -37,7 +35,7 @@ GEM
37
35
  diff-lcs (>= 1.2.0, < 2.0)
38
36
  rspec-support (~> 3.5.0)
39
37
  rspec-support (3.5.0)
40
- sshkit (1.11.4)
38
+ sshkit (1.17.0)
41
39
  net-scp (>= 1.1.2)
42
40
  net-ssh (>= 2.8.0)
43
41
 
@@ -21,7 +21,7 @@ CD_TO_APP_DIR="cd $PROJECT_PATH/current"
21
21
 
22
22
  case "$1" in
23
23
  start)
24
- START_DAEMON_PROCESS="bundle exec sidekiq -d -e production -L $LOGFILE -P $PID"
24
+ START_DAEMON_PROCESS="bundle exec sidekiq -d -e <%= rails_env %> -L $LOGFILE -P $PID"
25
25
 
26
26
  echo -n "Starting $DESC: "
27
27
  if [ `whoami` = 'root' ]; then
@@ -46,4 +46,4 @@ case "$1" in
46
46
  ;;
47
47
  esac
48
48
 
49
- exit 0
49
+ exit 0
@@ -1,3 +1,3 @@
1
1
  module PixelforceRecipes
2
- VERSION = "1.2"
2
+ VERSION = "1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pixelforce_recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.2'
4
+ version: '1.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Zhang
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-19 00:00:00.000000000 Z
11
+ date: 2018-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler