brightbox 2.4.1 → 2.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -329,7 +329,7 @@ unless Rake::Task.task_defined?("db:check:config")
329
329
  # capistrano default tasks use to execute commands.
330
330
  # NOTE: This just affects the default recipes unless you use the
331
331
  # 'try_sudo' command to run your commands. The 'try_sudo' command
332
- # has been deprecated in favour of 'run "#{sudo} <command>"' syntax.
332
+ # has been deprecated in favour of 'run "\#{sudo} <command>"' syntax.
333
333
  # set :use_sudo, false
334
334
  # set :runner, user\n\n
335
335
 
@@ -1,5 +1,5 @@
1
1
  module Brightbox
2
- VERSION = "2.4.1"
2
+ VERSION = "2.4.2"
3
3
  end
4
4
  # Set global scope version so that OptionParser picks it up.
5
5
  ::Version = Brightbox::VERSION
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: brightbox
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.4.1
5
+ version: 2.4.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - John Leach
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-07-17 00:00:00.000000000 Z
15
+ date: 2013-07-23 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  type: :runtime