capistrano-unformatt 1.13 → 1.14

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: 4329f7a051b147dbf6f59aed989ee0a93729613e
4
- data.tar.gz: 81e65998fdc812e4ec5e125112d16feb4a2e3d44
3
+ metadata.gz: 31a357e1b034e9e00814ca52ed7de6c118d8c6f8
4
+ data.tar.gz: 05da2004302cf2853eb7e0ea4a6406e1dbe4cee9
5
5
  SHA512:
6
- metadata.gz: 0c83a3251b8daefacd2b35d3f6eef1a0f822023da22e98f015661ff9588d373fc24627ff62e9f3cd51c80931e6d99b9d102f8afd8b3b32a13fdc0f032041b5fe
7
- data.tar.gz: 333c3748b2db12fa8e5d7d52c520bd879a6e7157e8aba6f113e95345f5916ee9ac744dbdefd7c5c97e4081faa1b1ba798f6890f1af547b70f3fbc75caa8ce5c1
6
+ metadata.gz: cd27f040c0e84741124b5d3c8b1b600804ce27efc1d6f071bdd3186d63584073e4f5bee5cd0f147bfae55514d59e7f0cc13a8a9b7b6af7522f648c7681a3e7d8
7
+ data.tar.gz: 506601f977fa554c04ae53699ab7a64049057a7c201c1a02fef6c68c8de5ea51027274737b3d3c0b9bdda2d0d6945704dc723a44f31f7f2077deea4d7a08c192
data/CHANGELOG.md CHANGED
@@ -77,3 +77,7 @@
77
77
  ## v1.13
78
78
 
79
79
  * Fix extra space on nginx conf template
80
+
81
+ ## v1.14
82
+
83
+ * Create pids and log folders on cap install
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "capistrano-unformatt"
7
- spec.version = '1.13'
7
+ spec.version = '1.14'
8
8
  spec.authors = ["unformatt"]
9
9
  spec.email = ["unformatt@gmail.com"]
10
10
  spec.description = "Custom recipes for Unformatt projects"
@@ -4,9 +4,9 @@ namespace :deploy do
4
4
  append :templating_paths, File.expand_path('../../../vendor/templates', File.dirname(__FILE__))
5
5
 
6
6
  on roles :app do
7
- # yaml files
8
- execute "mkdir -p #{shared_path}/{config,tmp}"
7
+ execute "mkdir -p #{shared_path}/{config,tmp,log,pids}"
9
8
 
9
+ # yaml files
10
10
  unless ENV['SKIP_YAMLS'] == 'true'
11
11
  fetch(:setup_yamls, []).each do |yaml|
12
12
  template "#{yaml}.yml.erb", "#{shared_path}/config/#{yaml}.yml"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-unformatt
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.13'
4
+ version: '1.14'
5
5
  platform: ruby
6
6
  authors:
7
7
  - unformatt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-22 00:00:00.000000000 Z
11
+ date: 2017-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano