cowtech-lib 1.9.2.0 → 1.9.3.0

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,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{cowtech-lib}
8
- s.version = "1.9.2.0"
8
+ s.version = "1.9.3.0"
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-02-22}
12
+ s.date = %q{2011-03-14}
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 = [
@@ -193,7 +193,7 @@ module Cowtech
193
193
 
194
194
  rv = false
195
195
  rescue Exception => e
196
- if args[:show_error] == true then
196
+ if args[:show_errors] == true then
197
197
  @console.error("Cannot create following directory:", :dots => false)
198
198
  @console.indent_region(3) do
199
199
  files.each do |afile|
@@ -265,7 +265,7 @@ module Cowtech
265
265
  end
266
266
  else # If we are copying or moving to a file
267
267
  unless files.kind_of?(String) == true and dest.kind_of?(String) == true then
268
- self.error("Cowtech::Lib::Shell#copy: To copy a single file, both files and dest arguments must be a string.", :dots => false, :fatal => args[:fatal])
268
+ @console.error("Cowtech::Lib::Shell#copy: To copy a single file, both files and dest arguments must be a string.", :dots => false, :fatal => args[:fatal])
269
269
  rv = false
270
270
  else
271
271
  dst_dir = File.dirname(dest)
@@ -3,7 +3,7 @@ module Cowtech
3
3
  module Version
4
4
  MAJOR = 1
5
5
  MINOR = 9
6
- PATCH = 2
6
+ PATCH = 3
7
7
  BUILD = 0
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 9
8
- - 2
8
+ - 3
9
9
  - 0
10
- version: 1.9.2.0
10
+ version: 1.9.3.0
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-02-22 00:00:00 +01:00
18
+ date: 2011-03-14 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency