brightbox-server-tools 2.4.2 → 2.4.3

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 +15 -0
  2. data/lib/brightbox/version.rb +1 -1
  3. metadata +16 -19
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZWZjY2Q1YjAyOTY3MWViZmVhZGY3YWIwNTIzZDQwNzBjYWQxZDVmYQ==
5
+ data.tar.gz: !binary |-
6
+ MzA1NTI0MmFiZTU4NWFiMjc4YmZkMjU5NzAzYjY4N2I5NjZhNTlkOA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ Mjk1YmRlMTE1N2Q1NTcyNjFlNzQ3MDY4NDVkNmVlMTk5NjMxM2M1YzJiMDJj
10
+ N2YxMWNmZThiMjZhMDRmOGI4ZWZhNTA3ZGE3MzEzNzQ4NGQ0MjUwMTNmNzli
11
+ ODM1ZjUyOTJiOTAyYWM4NGQzNTk1MTc5OGVlNDgzNGZiN2FjZDM=
12
+ data.tar.gz: !binary |-
13
+ ZDI1NjI2MTFhYjEwYjMwNDkzMDU2ZTc0ODM4ZWZmMWQwNTUxODk5YjA4MGQ2
14
+ YjU1MWZmZTZjZGVkOGRhNTQyMjYxMWVkZWQ2ODNhNTU0NWI1YjQ1Njk2YTM0
15
+ ZWNjMTU1NjZhZDNiNGEyYjdkNjJlMDhmNTk5ZmE3ZjRlMmQ1ZTE=
@@ -1,5 +1,5 @@
1
1
  module Brightbox
2
- VERSION = "2.4.2"
2
+ VERSION = "2.4.3"
3
3
  end
4
4
  # Set global scope version so that OptionParser picks it up.
5
5
  ::Version = Brightbox::VERSION
metadata CHANGED
@@ -1,62 +1,61 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox-server-tools
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 2.4.2
4
+ version: 2.4.3
6
5
  platform: ruby
7
6
  authors:
8
7
  - John Leach
9
8
  - Neil Wilson
10
9
  - David Smalley
11
10
  - Caius Durling
11
+ - Ben Arblaster
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-07-23 00:00:00.000000000 Z
15
+ date: 2013-12-23 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
- type: :runtime
19
- version_requirements: !ruby/object:Gem::Requirement
18
+ name: bundler
19
+ requirement: !ruby/object:Gem::Requirement
20
20
  requirements:
21
21
  - - ! '>='
22
22
  - !ruby/object:Gem::Version
23
23
  version: '1.0'
24
- none: false
24
+ type: :runtime
25
25
  prerelease: false
26
- name: bundler
27
- requirement: !ruby/object:Gem::Requirement
26
+ version_requirements: !ruby/object:Gem::Requirement
28
27
  requirements:
29
28
  - - ! '>='
30
29
  - !ruby/object:Gem::Version
31
30
  version: '1.0'
32
- none: false
33
31
  description:
34
32
  email: support@brightbox.co.uk
35
33
  executables:
36
34
  - railsapp-apache
37
35
  - railsapp-logrotate
36
+ - railsapp-maintenance
37
+ - railsapp-mongrel
38
38
  - railsapp-monit
39
39
  - railsapp-nginx
40
- - railsapp-mongrel
41
- - railsapp-maintenance
42
40
  extensions: []
43
41
  extra_rdoc_files: []
44
42
  files:
45
43
  - LICENSE
46
44
  - bin/railsapp-apache
47
45
  - bin/railsapp-logrotate
46
+ - bin/railsapp-maintenance
47
+ - bin/railsapp-mongrel
48
48
  - bin/railsapp-monit
49
49
  - bin/railsapp-nginx
50
- - bin/railsapp-mongrel
51
- - bin/railsapp-maintenance
52
- - lib/brightbox/version.rb
50
+ - lib/brightbox/maintenance.rb
53
51
  - lib/brightbox/mongrel.rb
54
52
  - lib/brightbox/passenger.rb
55
- - lib/brightbox/maintenance.rb
53
+ - lib/brightbox/version.rb
56
54
  - lib/brightbox/webserver-common.rb
57
55
  - lib/brightbox/maintenance-site.tar.gz
58
56
  homepage: http://wiki.brightbox.co.uk/docs:gemv2:start
59
57
  licenses: []
58
+ metadata: {}
60
59
  post_install_message:
61
60
  rdoc_options: []
62
61
  require_paths:
@@ -66,17 +65,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
65
  - - ! '>='
67
66
  - !ruby/object:Gem::Version
68
67
  version: '0'
69
- none: false
70
68
  required_rubygems_version: !ruby/object:Gem::Requirement
71
69
  requirements:
72
70
  - - ! '>='
73
71
  - !ruby/object:Gem::Version
74
72
  version: '0'
75
- none: false
76
73
  requirements: []
77
74
  rubyforge_project: brightbox
78
- rubygems_version: 1.8.25
75
+ rubygems_version: 2.1.11
79
76
  signing_key:
80
- specification_version: 3
77
+ specification_version: 4
81
78
  summary: Brightbox Server configuration scripts
82
79
  test_files: []