deprec-core 3.1.13 → 3.1.14

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.13 (Aug 2, 2011)
5
+
6
+ * Don't set :user.
7
+
4
8
  = 3.1.13 (Aug 2, 2011)
5
9
 
6
10
  * Only run 'apt-get update' once per capistrano run
@@ -36,7 +36,6 @@ Capistrano::Configuration.instance(:must_exist).load do
36
36
 
37
37
  # SCM
38
38
  set :scm, "git" # This is set to :svn by Capistrano deploy recipes
39
- _cset :user, "deploy"
40
39
  _cset :deploy_via, :remote_cache
41
40
  _cset :branch, "master"
42
41
 
@@ -1,5 +1,5 @@
1
1
  module Deprec
2
2
  module Core
3
- VERSION = "3.1.13"
3
+ VERSION = "3.1.14"
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.13
5
+ version: 3.1.14
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mike Bailey