brightbox 2.4.2 → 2.4.3

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.
Files changed (3) hide show
  1. checksums.yaml +15 -0
  2. data/lib/brightbox/version.rb +1 -1
  3. metadata +26 -31
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YmU2N2VkNGZhZDVlNzczNGEwYzlhNzgxMGIyYTRjM2EzN2I0NTVmYg==
5
+ data.tar.gz: !binary |-
6
+ MjZjMjUxNWU5MWI1MTIzYmQ4ZDRkYzBiZmY3YzI5NzFlMWI2YTRhNg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MzBlMDAwNjI3ODM2NDY3YTFkN2E0N2JjOTllY2RmNGRjYzZhYmUzMTVlZGNh
10
+ NTAxMGUwY2M4MmQ3Yzk4ODFlNzE4ZjI1OTVmZTU2MDNjM2NiZDE4NTk5NTZk
11
+ M2FjMGQ4MjAxNWQ1OTg2MzE4OTUzZDJmYmUxNDdlY2Q3MWJjY2I=
12
+ data.tar.gz: !binary |-
13
+ MGI3ODg2NDM1YTQ3ZWYzNWQzNjcxZTRmZGMwOTY3ODhlNjJjN2U1Y2QxZDlj
14
+ NzQyMDVhZGJiOTFjNTYxMmJjYTNlMTk5NDQ3NTAzMjE1MTZiMmE0MGIyZGEz
15
+ ZTUxMDkyYmY1ZDhhYTJkN2JhM2JmZWIyZjZlNTg2ZDMzNGZjMjc=
@@ -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,51 +1,47 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox
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: capistrano
19
+ requirement: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - ! '>='
21
+ - - ~>
22
22
  - !ruby/object:Gem::Version
23
23
  version: 2.15.5
24
- none: false
24
+ type: :runtime
25
25
  prerelease: false
26
- name: capistrano
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: 2.15.5
32
- none: false
33
31
  - !ruby/object:Gem::Dependency
34
- type: :runtime
35
- version_requirements: !ruby/object:Gem::Requirement
32
+ name: bundler
33
+ requirement: !ruby/object:Gem::Requirement
36
34
  requirements:
37
35
  - - ! '>='
38
36
  - !ruby/object:Gem::Version
39
37
  version: 1.3.4
40
- none: false
38
+ type: :runtime
41
39
  prerelease: false
42
- name: bundler
43
- requirement: !ruby/object:Gem::Requirement
40
+ version_requirements: !ruby/object:Gem::Requirement
44
41
  requirements:
45
42
  - - ! '>='
46
43
  - !ruby/object:Gem::Version
47
44
  version: 1.3.4
48
- none: false
49
45
  description:
50
46
  email: support@brightbox.co.uk
51
47
  executables:
@@ -54,28 +50,29 @@ extensions: []
54
50
  extra_rdoc_files: []
55
51
  files:
56
52
  - LICENSE
57
- - lib/brightbox/recipes.rb
58
- - lib/brightbox/version.rb
53
+ - lib/brightbox/maintenance.rb
59
54
  - lib/brightbox/mongrel.rb
60
55
  - lib/brightbox/passenger.rb
61
- - lib/brightbox/recipes/variables.rb
62
- - lib/brightbox/recipes/helpers.rb
56
+ - lib/brightbox/recipes/bundler.rb
57
+ - lib/brightbox/recipes/callbacks.rb
63
58
  - lib/brightbox/recipes/configure/mongrel.rb
64
59
  - lib/brightbox/recipes/configure/passenger.rb
60
+ - lib/brightbox/recipes/configure.rb
65
61
  - lib/brightbox/recipes/database.rb
66
- - lib/brightbox/recipes/deploy.rb
67
62
  - lib/brightbox/recipes/deploy/mongrel.rb
68
63
  - lib/brightbox/recipes/deploy/passenger.rb
69
- - lib/brightbox/recipes/callbacks.rb
70
- - lib/brightbox/recipes/packages.rb
64
+ - lib/brightbox/recipes/deploy.rb
71
65
  - lib/brightbox/recipes/gems.rb
72
- - lib/brightbox/recipes/bundler.rb
66
+ - lib/brightbox/recipes/helpers.rb
67
+ - lib/brightbox/recipes/packages.rb
73
68
  - lib/brightbox/recipes/shared_assets.rb
74
- - lib/brightbox/recipes/configure.rb
75
- - lib/brightbox/maintenance.rb
69
+ - lib/brightbox/recipes/variables.rb
70
+ - lib/brightbox/recipes.rb
71
+ - lib/brightbox/version.rb
76
72
  - bin/brightbox-capify
77
73
  homepage: http://wiki.brightbox.co.uk/docs:gemv2:start
78
74
  licenses: []
75
+ metadata: {}
79
76
  post_install_message: ! '*** Please note: The ''brightbox'' command has been renamed
80
77
  to ''brightbox-capify'' ***'
81
78
  rdoc_options: []
@@ -86,17 +83,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
83
  - - ! '>='
87
84
  - !ruby/object:Gem::Version
88
85
  version: '0'
89
- none: false
90
86
  required_rubygems_version: !ruby/object:Gem::Requirement
91
87
  requirements:
92
88
  - - ! '>='
93
89
  - !ruby/object:Gem::Version
94
90
  version: '0'
95
- none: false
96
91
  requirements: []
97
92
  rubyforge_project: brightbox
98
- rubygems_version: 1.8.25
93
+ rubygems_version: 2.1.11
99
94
  signing_key:
100
- specification_version: 3
95
+ specification_version: 4
101
96
  summary: Brightbox rails deployment scripts for Capistrano
102
97
  test_files: []