pixelforce_recipes 0.2 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3fabfe1d55e92d674c7e86aead0361eb5de6e045
4
- data.tar.gz: 88983f3cfd8f9f7ad1ad42b544bd761363651836
3
+ metadata.gz: 85543da906ad990b6c452d100652fdc5c385960d
4
+ data.tar.gz: 66921b49547c024aaccaa4ba4a9f5983180589a4
5
5
  SHA512:
6
- metadata.gz: d888699de3608a2dfc4e92091aa20a03520b2b82da6f8677b599e098efe2c41b16a8f70278229836e58b3ba49bee9ef6f694a9a739980fdda8f51395d89b17f4
7
- data.tar.gz: a72783d906a8a73ec0730b639d5ca56654dc29056eea09320dcedaecce392b25fe24f2aad839fba5e1f16ed9cc28c2d5001aa460e8c3d433b542afe55a84323c
6
+ metadata.gz: d35697bffcc3217d6091bd7a6a78b6bf16f3b6db21ec6145d4aee9479df965bcb9c07640eee59357d90b76dce05279ab6313be8583ae04adc4d644dde71cccd0
7
+ data.tar.gz: 911451ebd35005b2faab6ebff2c3d251916d796091d0064f2428958cb26a4bd6213f28bce8e4f0f0ecc7df3fd056d0ea1892e392b18bd830e13602908cd77302
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
- # PixelforceRecipes
1
+ # Pixelforce Recipes
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/pixelforce_recipes`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Pixelforce Recipes implements Capistrano recipes for Unicorn & Ngnix, Sidekiq deployment.
6
4
 
7
5
  ## Installation
8
6
 
@@ -21,8 +19,10 @@ Or install it yourself as:
21
19
  $ gem install pixelforce_recipes
22
20
 
23
21
  ## Usage
24
-
25
- TODO: Write usage instructions here
22
+ add below code to deploy.rb
23
+ ```ruby
24
+ require 'pixelforce_recipes'
25
+ ```
26
26
 
27
27
  ## Development
28
28
 
@@ -10,7 +10,7 @@
10
10
  # Description: starts unicorn
11
11
  ### END INIT INFO
12
12
 
13
- USER="deploy"
13
+ USER="<%= user %>"
14
14
  DAEMON=unicorn
15
15
  PROJECT_PATH="<%= deploy_to %>"
16
16
  DAEMON_OPTS="-c $PROJECT_PATH/current/config/unicorn.rb -E <%= rails_env %> -D"
@@ -1,3 +1,3 @@
1
1
  module PixelforceRecipes
2
- VERSION = "0.2"
2
+ VERSION = "0.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: '0.2'
4
+ version: '0.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: 2016-09-13 00:00:00.000000000 Z
11
+ date: 2016-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler