cowtech-lib 1.9.4.1 → 1.9.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/cowtech-lib.gemspec +2 -2
- data/lib/cowtech-lib/shell.rb +1 -1
- data/lib/cowtech-lib/version.rb +1 -1
- metadata +3 -3
data/cowtech-lib.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{cowtech-lib}
|
|
8
|
-
s.version = "1.9.4.
|
|
8
|
+
s.version = "1.9.4.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Shogun"]
|
|
12
|
-
s.date = %q{2011-
|
|
12
|
+
s.date = %q{2011-05-15}
|
|
13
13
|
s.description = %q{A general purpose utility library.}
|
|
14
14
|
s.email = %q{shogun_panda@me.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
data/lib/cowtech-lib/shell.rb
CHANGED
|
@@ -227,11 +227,11 @@ module Cowtech
|
|
|
227
227
|
def copy(args)
|
|
228
228
|
rv = true
|
|
229
229
|
move = args[:move]
|
|
230
|
+
dest = args[:dest]
|
|
230
231
|
|
|
231
232
|
# If we are copy or moving to a directory
|
|
232
233
|
if args[:destination_is_directory] then
|
|
233
234
|
files = (args[:files] || []).force_array
|
|
234
|
-
dest = args[:dest]
|
|
235
235
|
dest += "/" if self.file_check?(:file => dest, :tests => :directory) and dest !~ /\/$/
|
|
236
236
|
|
|
237
237
|
files.each do |file|
|
data/lib/cowtech-lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
|
6
6
|
- 1
|
|
7
7
|
- 9
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 1.9.4.
|
|
9
|
+
- 2
|
|
10
|
+
version: 1.9.4.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Shogun
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-05-15 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|