capistrano-unformatt 1.0 → 1.1

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: 2bcc5cf56592c5bb73e1848e513350ade9e66515
4
- data.tar.gz: 22229675b58e394c733d0c46a1e298e9fc45f2c7
3
+ metadata.gz: fb64c9982f376eee373059b9658ef04211f1e175
4
+ data.tar.gz: efc62c89556e2ec368e3ba33e14a770e5f004fdb
5
5
  SHA512:
6
- metadata.gz: c88195de53691c5abf69ee07198699196f712dd13a083327d1db538c772c23012caaf2b888dc53756ebc720b035bd4413459ed3859fb034b3288e64748143f94
7
- data.tar.gz: a04429f33c3158b39379bffde013192be07c4eb4023b323ef03e74f9be4350eed2998f82852db5126192f768a3c73978b1ce4d53e0fbbc8e764db7ff682aa1f7
6
+ metadata.gz: c48568ba5dd46d38ecc6826f0413b5efc7cbe879eebcf5102b4ed08bd55ffcb7d6aabcf118157ca23cedfefca9225c28ee2289c76fd44c6beb98f2ed3590e70a
7
+ data.tar.gz: d0d00d96995a0d38f02febb3994e60d559ea3cb477b1f72b70d3413bbf34ea0ad3b8082b1340874662a7c73c69d677e72bb6751f02a0c1bd07114debcaf968f4
data/CHANGELOG.md CHANGED
@@ -25,3 +25,7 @@
25
25
  ## v1.0
26
26
 
27
27
  * Fixed mistype calling capistrano variable
28
+
29
+ ## v1.1
30
+
31
+ * Fixed style on unicorn rb file
@@ -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.0'
7
+ spec.version = '1.1'
8
8
  spec.authors = ["unformatt"]
9
9
  spec.email = ["unformatt@gmail.com"]
10
10
  spec.description = "Custom recipes for Unformatt projects"
@@ -12,6 +12,7 @@ stderr_path "<%="#{shared_path}/log/unicorn.stderr.log"%>"
12
12
  stdout_path "<%="#{shared_path}/log/unicorn.stdout.log"%>"
13
13
 
14
14
  preload_app true
15
+
15
16
  GC.respond_to?(:copy_on_write_friendly=) and
16
17
  GC.copy_on_write_friendly = true
17
18
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-unformatt
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - unformatt