cowtech-lib 1.9.3.0 → 1.9.3.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/cowtech-lib.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cowtech-lib}
8
- s.version = "1.9.3.0"
8
+ s.version = "1.9.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Shogun"]
@@ -232,7 +232,7 @@ module Cowtech
232
232
  if args[:destination_is_directory] then
233
233
  files = (args[:files] || []).force_array
234
234
  dest = args[:dest]
235
- dest += "/" if self.file_check?(dest, :directory) and dest !~ /\/$/
235
+ dest += "/" if self.file_check?(:file => dest, :tests => :directory) and dest !~ /\/$/
236
236
 
237
237
  files.each do |file|
238
238
  begin
@@ -4,7 +4,7 @@ module Cowtech
4
4
  MAJOR = 1
5
5
  MINOR = 9
6
6
  PATCH = 3
7
- BUILD = 0
7
+ BUILD = 1
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
10
10
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 9
8
8
  - 3
9
- - 0
10
- version: 1.9.3.0
9
+ - 1
10
+ version: 1.9.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Shogun