capobvious 0.3.pre1 → 0.3.pre2

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,6 @@ Capistrano::Configuration.instance(:must_exist).load do
38
38
  # add_header ETag "";
39
39
  # break;
40
40
  # }
41
- #{exists?(:nginx_add)? fetch(:nginx_add) : ""}
42
41
 
43
42
  #{(exists?(:assets)&&fetch(:assets)==true)? assets_template : ''}
44
43
 
@@ -52,6 +51,7 @@ Capistrano::Configuration.instance(:must_exist).load do
52
51
  proxy_pass http://unix:#{shared_path}/pids/unicorn.sock;
53
52
  }
54
53
  }
54
+ #{exists?(:nginx_add)? fetch(:nginx_add) : ""}
55
55
  EOF
56
56
  if exists?(:server_redirect)
57
57
  server_redirect = fetch(:server_redirect)#.split(" ")
@@ -1,3 +1,3 @@
1
1
  module Capobvious
2
- VERSION = "0.3.pre1"
2
+ VERSION = "0.3.pre2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capobvious
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.pre1
4
+ version: 0.3.pre2
5
5
  prerelease: 4
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-30 00:00:00.000000000 Z
12
+ date: 2012-12-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano