cowtech-lib 1.9.5.0 → 1.9.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.
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.5.0"
8
+ s.version = "1.9.5.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Shogun}]
12
- s.date = %q{2011-06-06}
12
+ s.date = %q{2011-07-08}
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 = [
@@ -52,7 +52,7 @@ module Cowtech
52
52
 
53
53
  if @console.show_commands then
54
54
  @console.warn("Will run command: \"#{command}\"", :dots => false)
55
- @command.status(:ok)
55
+ @console.status(:ok)
56
56
  end
57
57
 
58
58
  unless @console.skip_commands == true then
@@ -4,7 +4,7 @@ module Cowtech
4
4
  MAJOR = 1
5
5
  MINOR = 9
6
6
  PATCH = 5
7
- BUILD = 0
7
+ BUILD = 1
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cowtech-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.5.0
4
+ version: 1.9.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-06-06 00:00:00.000000000Z
12
+ date: 2011-07-08 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: open4
16
- requirement: &2156730940 !ruby/object:Gem::Requirement
16
+ requirement: &2153430560 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156730940
24
+ version_requirements: *2153430560
25
25
  description: A general purpose utility library.
26
26
  email: shogun_panda@me.com
27
27
  executables: []