subspace 0.6.15 → 0.6.16

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
- SHA1:
3
- metadata.gz: 42e80d0103ba572639f75442c374fa988c50d5b7
4
- data.tar.gz: bb46e90302c646e5bfef916b55a8a013c0141ee1
2
+ SHA256:
3
+ metadata.gz: 9592ee20b935200bfa7ea7f94ae9ca752613aca57e78e0e6a3ec707d97e3fc99
4
+ data.tar.gz: df132f93d4c1267cbaebf22226b781351fe0bab4b1b5f48ccc987fa09f1da026
5
5
  SHA512:
6
- metadata.gz: 1ff42416a19df23c9f4ef3dfa37d581c995cce1c9c969ab2cf5c02ca819e5c5b7aee89f2d45f341a9976186631a4d140da060b943719c3df52aa5866792ac472
7
- data.tar.gz: 7828e0667d414cedbe71922eedef425a3bd995ba48cbe24f681eecfa6a323e3fa46b09be019e6137c32ded31d668162e10642a92cecd5fed6052552a7de6c9b2
6
+ metadata.gz: d604ffdd0050154dc927caa4b5dd40ad595995011bc8972730d714707eb4d8ccb901d71858c6bee10f1b3dd6f6418e7eeeb31a76f7f8eb6bea607d9073eca34d
7
+ data.tar.gz: ca623c0a3d34302bbecc95508c6ca27047ff6f2f597f79adb6bfee81079d9e6e60488c9d7148e2a13718353e5e42cf2acc0bab51b9ccca5c927f3987644408e4
data/CHANGELOG.md CHANGED
@@ -8,6 +8,11 @@ This project attempts to follow [semantic versioning](https://semver.org/)
8
8
 
9
9
  * nada
10
10
 
11
+ ## 0.6.16 - 2017-07-27
12
+
13
+ * bug fix
14
+ * Remove /cable location entry for nginx-rails config file
15
+
11
16
  ## 0.6.15 - 2018-07-17
12
17
 
13
18
  * features
@@ -4,7 +4,7 @@ This server brought to you by:
4
4
  \___ \| | | | '_ \___ \| '_ \ / _` |/ __/ _ \
5
5
  ___) | |_| | |_) |__) | |_) | (_| | (_| __/
6
6
  |____/ \__,_|_.__/____/| .__/ \__,_|\___\___|
7
- |_| v0.6.15
7
+ |_| v0.6.16
8
8
  ~~~ https://github.com/tenforwardconsulting/subspace ~~~
9
9
 
10
10
  If you need to make configuration changes to the server, please modify the
@@ -14,13 +14,6 @@
14
14
  {% endif %}
15
15
  }
16
16
 
17
- location /cable {
18
- proxy_pass http://app;
19
- proxy_http_version 1.1;
20
- proxy_set_header Upgrade $http_upgrade;
21
- proxy_set_header Connection "upgrade";
22
- }
23
-
24
17
  {% if asset_cors_allow_origin is defined %}
25
18
  location /assets {
26
19
  add_header 'Access-Control-Allow-Origin' "{{asset_cors_allow_origin}}";
@@ -1,3 +1,3 @@
1
1
  module Subspace
2
- VERSION = "0.6.15"
2
+ VERSION = "0.6.16"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.15
4
+ version: 0.6.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-17 00:00:00.000000000 Z
11
+ date: 2018-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -297,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
297
297
  version: '0'
298
298
  requirements: []
299
299
  rubyforge_project:
300
- rubygems_version: 2.6.13
300
+ rubygems_version: 2.7.4
301
301
  signing_key:
302
302
  specification_version: 4
303
303
  summary: Ansible-based server provisioning for rails projects