capistrano-unicorn-nginx 3.1.1 → 3.1.2

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: d5e00dcc59e5700ed786f0b8cae4b6aa33f775da
4
- data.tar.gz: d25ea28826383bbfa59d0b4f8a4f41b75d53335b
3
+ metadata.gz: a952a680614adb9ca8b0ec1b1ef5787df6327fed
4
+ data.tar.gz: 102b1859e7d0c92381e8dc3d0f37a9caaa127587
5
5
  SHA512:
6
- metadata.gz: 757afa6f2dd38011afdc3b30c5a5c8ecf0f980aaed740afbbf508f29caaea4cf40731a40c00d48729e3b2fd4e3a00aba2b21ee3f8ddfc045f4d33fb42fe91ddd
7
- data.tar.gz: 50110a782c8cb3e696328c3bedae69b20e1fc3cf13fd5638cdaf9c6fc7a6f3be75f2f276f2925ffbf68ea8edb0daf8a05e82ce6e1f6e334bc319bf773034a61c
6
+ metadata.gz: b38de984f6235ad8dae4c017c5c17678df3bada28428e55b414e2d80ee5ec425f70b0d1f325ea9ef560e1943d968240cd713937acdd9c8993af9f932f52a42aa
7
+ data.tar.gz: 10c5ce5f82efb32996e21da59b9b96b193323109a9a5d2f2ed4cb963beb0067f23f1296420d94448a4168906773ee2e4ede61b35a9065c5f63746be9194d5b98
data/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ### master
4
4
 
5
+ ### v3.1.2, 2014-12-14
6
+ - removed HTML 405 method from `nginx.conf`
7
+
5
8
  ### v3.1.1, 2014-10-09
6
9
  - add `server_name` directive for the port 80 ssl block in nginx_conf
7
10
 
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module UnicornNginx
3
- VERSION = "3.1.1"
3
+ VERSION = "3.1.2"
4
4
  end
5
5
  end
@@ -79,7 +79,4 @@ server {
79
79
  return 503;
80
80
  }
81
81
 
82
- location ~ \.(php|html)$ {
83
- return 405;
84
- }
85
82
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-unicorn-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Sutic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-09 00:00:00.000000000 Z
11
+ date: 2014-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  version: '0'
104
104
  requirements: []
105
105
  rubyforge_project:
106
- rubygems_version: 2.2.2
106
+ rubygems_version: 2.2.0
107
107
  signing_key:
108
108
  specification_version: 4
109
109
  summary: Capistrano tasks for automatic and sensible unicorn + nginx configuraion.