brightbox-server-tools 2.4.6 → 2.4.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +5 -13
  2. data/lib/brightbox/version.rb +1 -1
  3. metadata +15 -15
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: 253cc8a07acf8c00fa051e2890a0a705017137efa326387a9a8893a303021a39
4
+ data.tar.gz: 840e2c570b102b42201a98efb1d2c9175747bf0ea2af79f1fb923b61eebcbdc2
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: bd81ffcc0616d68c548a373cc9a4dc7dc74d9d8f7926109966f31b645febfd1da1817ba852bca6c25841a72f05639d057e923c716c292c1b60452e512c259739
7
+ data.tar.gz: 89da6c9c047755501d8880a949806ce29a7c9b416d78eaf0943efd06d5d80802a50bd264618801cfe7f83a95424b590b73f701056afbf0bc314d857b42e7160e
@@ -1,5 +1,5 @@
1
1
  module Brightbox
2
- VERSION = "2.4.6"
2
+ VERSION = "2.4.8"
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.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Leach
@@ -9,27 +9,27 @@ authors:
9
9
  - David Smalley
10
10
  - Caius Durling
11
11
  - Ben Arblaster
12
- autorequire:
12
+ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2015-11-30 00:00:00.000000000 Z
15
+ date: 2023-07-25 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
- description:
32
- email: support@brightbox.co.uk
31
+ description:
32
+ email: support@brightbox.com
33
33
  executables:
34
34
  - railsapp-apache
35
35
  - railsapp-logrotate
@@ -53,27 +53,27 @@ files:
53
53
  - lib/brightbox/passenger.rb
54
54
  - lib/brightbox/version.rb
55
55
  - lib/brightbox/webserver-common.rb
56
- homepage: http://wiki.brightbox.co.uk/docs:gemv2:start
57
- licenses: []
56
+ homepage: https://brightbox.com
57
+ licenses:
58
+ - AGPL-3.0-only
58
59
  metadata: {}
59
- post_install_message:
60
+ post_install_message:
60
61
  rdoc_options: []
61
62
  require_paths:
62
63
  - lib
63
64
  required_ruby_version: !ruby/object:Gem::Requirement
64
65
  requirements:
65
- - - ! '>='
66
+ - - ">="
66
67
  - !ruby/object:Gem::Version
67
68
  version: '0'
68
69
  required_rubygems_version: !ruby/object:Gem::Requirement
69
70
  requirements:
70
- - - ! '>='
71
+ - - ">="
71
72
  - !ruby/object:Gem::Version
72
73
  version: '0'
73
74
  requirements: []
74
- rubyforge_project: brightbox
75
- rubygems_version: 2.4.4
76
- signing_key:
75
+ rubygems_version: 3.4.10
76
+ signing_key:
77
77
  specification_version: 4
78
78
  summary: Brightbox Server configuration scripts
79
79
  test_files: []