brightbox-server-tools 2.4.6 → 2.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MGUxZmUxYzBhYmQ2MWY4YWFkYjljZjhkMWQwMmU0NTFjOGU0ZjFiOQ==
5
- data.tar.gz: !binary |-
6
- MTdlODJjZGJhNTQ2YTIxZDI1MzYwZTM4NDU5ZDY5MTFkYmU1OTc0Nw==
2
+ SHA256:
3
+ metadata.gz: 900b97277d025e98d9339d857bd7fb734d53cdcee78585401460f6ed6daa44f1
4
+ data.tar.gz: 3fdce0c9c63fbfc69bcee94a3ad41a56ec6a71f2180ab2864e1a8c6d55ae783f
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ZTZmMjFjNTBjM2RjMTI5MmIzNDEwY2FiNjU5ZTM3MmQwZWE0OTE3N2Y0NDY5
10
- MjNkY2M3NjgzNTc4YmJjMzVlN2U4NWRlNmQwODQzNDI0ZGEyZGY2OGFlNDQ1
11
- YThiNzI5NmY3MWMyNzAyNGNhZmRmODQzZWVkMjYyZTU2ZDcxZTI=
12
- data.tar.gz: !binary |-
13
- NjFmNmQ5OGIyODljZmZkY2U4MjYzMDRkZThmN2RiNTY3ZGQwN2JkZmJhYmU0
14
- MzU4NThlODkyYjA4MGFiNjZmNWUwNGNhY2E0YzZjNWFkYmU1ODZmZjRlNDMy
15
- NDdiZjliMWVhNjA5MTU5MTgyODg3YThjMjViZjY2YmM2Y2Y4OGY=
6
+ metadata.gz: a5f6ca203fc3f6c92bad85d87ca9c67acae3a8b000eee97373718bb2231d9859cb978eed7e57a199b098371128d6e182f880f4b6a90c200a69d4f5cf09c6f341
7
+ data.tar.gz: dd0b8dec9ce1c48812599bb5da3a69445813dd103424e8d0e88e57f101c2c30350291599cf2f4cf8b9ff510592f7b982f5a5600de2a747b2a68280cb043ffd59
@@ -181,7 +181,15 @@ end
181
181
  def configure_ports
182
182
  File.open("/etc/apache2/ports.conf", "w") do |f|
183
183
  f.puts "Listen 80"
184
- f.puts "Listen 443" if File.file?("/etc/apache2/sites-enabled/rails-default-ssl")
184
+ f.puts %Q@
185
+ <IfModule mod_ssl.c>
186
+ Listen 443
187
+ </IfModule>
188
+
189
+ <IfModule mod_gnutls.c>
190
+ Listen 443
191
+ </IfModule>
192
+ @
185
193
  end
186
194
  end
187
195
 
@@ -1,5 +1,5 @@
1
1
  module Brightbox
2
- VERSION = "2.4.6"
2
+ VERSION = "2.4.7"
3
3
  end
4
4
  # Set global scope version so that OptionParser picks it up.
5
5
  ::Version = Brightbox::VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox-server-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.6
4
+ version: 2.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Leach
@@ -12,20 +12,20 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-11-30 00:00:00.000000000 Z
15
+ date: 2019-12-03 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: bundler
19
19
  requirement: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - ! '>='
21
+ - - ">="
22
22
  - !ruby/object:Gem::Version
23
23
  version: '1.0'
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
27
27
  requirements:
28
- - - ! '>='
28
+ - - ">="
29
29
  - !ruby/object:Gem::Version
30
30
  version: '1.0'
31
31
  description:
@@ -62,17 +62,17 @@ require_paths:
62
62
  - lib
63
63
  required_ruby_version: !ruby/object:Gem::Requirement
64
64
  requirements:
65
- - - ! '>='
65
+ - - ">="
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0'
68
68
  required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
- - - ! '>='
70
+ - - ">="
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
74
  rubyforge_project: brightbox
75
- rubygems_version: 2.4.4
75
+ rubygems_version: 2.7.8
76
76
  signing_key:
77
77
  specification_version: 4
78
78
  summary: Brightbox Server configuration scripts