pixelforce_recipes 0.2 → 0.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 +4 -4
- data/README.md +6 -6
- data/lib/pixelforce_recipes/templates/unicorn_init.erb +1 -1
- data/lib/pixelforce_recipes/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 85543da906ad990b6c452d100652fdc5c385960d
|
|
4
|
+
data.tar.gz: 66921b49547c024aaccaa4ba4a9f5983180589a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d35697bffcc3217d6091bd7a6a78b6bf16f3b6db21ec6145d4aee9479df965bcb9c07640eee59357d90b76dce05279ab6313be8583ae04adc4d644dde71cccd0
|
|
7
|
+
data.tar.gz: 911451ebd35005b2faab6ebff2c3d251916d796091d0064f2428958cb26a4bd6213f28bce8e4f0f0ecc7df3fd056d0ea1892e392b18bd830e13602908cd77302
|
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Pixelforce Recipes
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
22
|
+
add below code to deploy.rb
|
|
23
|
+
```ruby
|
|
24
|
+
require 'pixelforce_recipes'
|
|
25
|
+
```
|
|
26
26
|
|
|
27
27
|
## Development
|
|
28
28
|
|
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.
|
|
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-
|
|
11
|
+
date: 2016-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|