deploify 0.2.15 → 0.2.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- <%= shared_path %>/log/access.log, <%= shared_path %>/log/error.log {
1
+ <%= shared_path %>/log/access.log <%= shared_path %>/log/error.log {
2
2
  daily
3
3
  missingok
4
4
  rotate <%= logrotate_days %>
@@ -1,4 +1,4 @@
1
- <%= shared_path %>/log/<%= rails_env %>.log, <%= shared_path %>/log/passenger.log {
1
+ <%= shared_path %>/log/<%= rails_env %>.log <%= shared_path %>/log/passenger.log {
2
2
  daily
3
3
  missingok
4
4
  rotate <%= logrotate_days %>
@@ -1,4 +1,4 @@
1
- <%= shared_path %>/log/<%= rails_env %>.log, <%= shared_path %>/log/thin*.log {
1
+ <%= shared_path %>/log/<%= rails_env %>.log <%= shared_path %>/log/thin*.log {
2
2
  daily
3
3
  missingok
4
4
  rotate <%= logrotate_days %>
@@ -1,7 +1,7 @@
1
1
  module Deploify
2
2
  MAJOR = 0
3
3
  MINOR = 2
4
- PATCH = 15
4
+ PATCH = 16
5
5
  BUILD = nil
6
6
 
7
7
  if BUILD.nil?
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploify
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 15
10
- version: 0.2.15
9
+ - 16
10
+ version: 0.2.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Richard Riman
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-01-21 00:00:00 Z
18
+ date: 2013-03-26 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: bundler