vlad 2.6.0 → 2.6.1

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.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 2.6.1 / 2013-07-23
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed update_symlinks from assigning to ops, changing type. (dennisrelmann)
6
+
1
7
  === 2.6.0 / 2013-07-03
2
8
 
3
9
  * 1 minor enhancement:
data/lib/vlad.rb CHANGED
@@ -21,7 +21,7 @@ module Vlad
21
21
 
22
22
  ##
23
23
  # This is the version of Vlad you are running.
24
- VERSION = "2.6.0"
24
+ VERSION = "2.6.1"
25
25
 
26
26
  ##
27
27
  # Loads tasks file +tasks_file+ and various recipe styles as a hash
data/lib/vlad/core.rb CHANGED
@@ -108,7 +108,7 @@ namespace :vlad do
108
108
  begin
109
109
  ops = []
110
110
  unless shared_paths.empty?
111
- ops = shared_paths.each do |sp, rp|
111
+ shared_paths.each do |sp, rp|
112
112
  ops << "ln -s #{shared_path}/#{sp} #{latest_release}/#{rp}"
113
113
  end
114
114
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vlad
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 6
9
- - 0
10
- version: 2.6.0
9
+ - 1
10
+ version: 2.6.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Davis
@@ -38,7 +38,7 @@ cert_chain:
38
38
  FBHgymkyj/AOSqKRIpXPhjC6
39
39
  -----END CERTIFICATE-----
40
40
 
41
- date: 2013-07-03 00:00:00 Z
41
+ date: 2013-07-23 00:00:00 Z
42
42
  dependencies:
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: rake
metadata.gz.sig CHANGED
Binary file