deprec 1.5.0 → 1.5.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.
@@ -59,7 +59,7 @@ module Std
59
59
  # +options+ are as for *put*
60
60
  #
61
61
  def su_put(data, destination, temporary_area='/tmp', options={})
62
- temporary_area = File.join(temporary_area,File.basename(destination)) if File.directory?(temporary_area)
62
+ temporary_area = File.join(temporary_area,File.basename(destination))
63
63
  put(data, temporary_area, options)
64
64
  sudo <<-CMD
65
65
  sh -c "install -m#{sprintf("%3o",options[:mode]||0755)} #{temporary_area} #{destination} &&
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: deprec
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.5.0
6
+ version: 1.5.1
7
7
  date: 2007-05-05 00:00:00 +10:00
8
8
  summary: deployment recipes for capistrano
9
9
  require_paths: