deprec-core 3.1.14 → 3.1.15

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/CHANGELOG CHANGED
@@ -1,6 +1,10 @@
1
1
  deprec-core changelog
2
2
  =====================
3
3
 
4
+ = 3.1.15 (Oct 7, 2011)
5
+
6
+ * Don't default to using sudo
7
+
4
8
  = 3.1.13 (Aug 2, 2011)
5
9
 
6
10
  * Don't set :user.
@@ -56,7 +56,8 @@ Capistrano::Configuration.instance(:must_exist).load do
56
56
  # even when USER is set to someone else. Sorry windows!
57
57
  _cset :current_user, `whoami`.chomp
58
58
 
59
+ # XXX This was breaking things! Don't default to sudo
59
60
  # Used by vmbuilder_plugins and Capistrano's deploy tasks
60
- _cset :run_method, :sudo
61
+ # _cset :run_method, :sudo
61
62
 
62
63
  end
@@ -1,5 +1,5 @@
1
1
  module Deprec
2
2
  module Core
3
- VERSION = "3.1.14"
3
+ VERSION = "3.1.15"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: deprec-core
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 3.1.14
5
+ version: 3.1.15
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mike Bailey
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-08-02 00:00:00 Z
13
+ date: 2011-10-07 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake