brightbox 2.4.1 → 2.4.2
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.
- data/bin/brightbox-capify +1 -1
- data/lib/brightbox/version.rb +1 -1
- metadata +2 -2
data/bin/brightbox-capify
CHANGED
|
@@ -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 "
|
|
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
|
|
data/lib/brightbox/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: brightbox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 2.4.
|
|
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-
|
|
15
|
+
date: 2013-07-23 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
type: :runtime
|