brightbox 2.3 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,7 @@ namespace :gems do
36
36
 
37
37
 
38
38
  def gem_dependencies?
39
- (fetch(:dependencies,{})[:remote]||{})[:gem]
39
+ (fetch(:dependencies,{})[:remote]||{})[:gem] || []
40
40
  end
41
41
 
42
42
  def install_gems
@@ -1,5 +1,5 @@
1
1
  module Brightbox
2
- VERSION = "2.3"
2
+ VERSION = "2.3.1"
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
3
3
  version: !ruby/object:Gem::Version
4
- version: "2.3"
4
+ version: 2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Leach
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2009-02-13 00:00:00 +00:00
14
+ date: 2009-02-16 00:00:00 +00:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -36,22 +36,22 @@ files:
36
36
  - LICENSE
37
37
  - Rakefile
38
38
  - brightbox-gemspec.rb
39
- - lib/brightbox/maintenance.rb
40
39
  - lib/brightbox/passenger.rb
41
- - lib/brightbox/recipes/callbacks.rb
42
- - lib/brightbox/recipes/configure/mongrel.rb
43
- - lib/brightbox/recipes/configure/passenger.rb
44
- - lib/brightbox/recipes/configure.rb
45
- - lib/brightbox/recipes/database.rb
46
- - lib/brightbox/recipes/deploy/mongrel.rb
47
- - lib/brightbox/recipes/deploy/passenger.rb
48
40
  - lib/brightbox/recipes/deploy.rb
49
- - lib/brightbox/recipes/gems.rb
50
- - lib/brightbox/recipes/helpers.rb
51
41
  - lib/brightbox/recipes/shared_assets.rb
42
+ - lib/brightbox/recipes/helpers.rb
43
+ - lib/brightbox/recipes/database.rb
52
44
  - lib/brightbox/recipes/variables.rb
45
+ - lib/brightbox/recipes/gems.rb
46
+ - lib/brightbox/recipes/callbacks.rb
47
+ - lib/brightbox/recipes/deploy/passenger.rb
48
+ - lib/brightbox/recipes/deploy/mongrel.rb
49
+ - lib/brightbox/recipes/configure/passenger.rb
50
+ - lib/brightbox/recipes/configure/mongrel.rb
51
+ - lib/brightbox/recipes/configure.rb
53
52
  - lib/brightbox/recipes.rb
54
53
  - lib/brightbox/version.rb
54
+ - lib/brightbox/maintenance.rb
55
55
  - bin/brightbox
56
56
  has_rdoc: false
57
57
  homepage: http://wiki.brightbox.co.uk/docs:thebrightboxgem