cowtech-lib 1.9.4.0 → 1.9.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/cowtech-lib.gemspec +2 -2
- data/lib/cowtech-lib/option_parser.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.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"]
|
12
|
-
s.date = %q{2011-03-
|
12
|
+
s.date = %q{2011-03-26}
|
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
|
option = @options[key]
|
194
194
|
|
195
195
|
if option[:required] == true and option[:value] == nil then
|
196
|
-
@console.fatal(:msg => "Required option \"#{
|
196
|
+
@console.fatal(:msg => "Required option \"#{option[:name]}\" not specified.", :dots => false)
|
197
197
|
elsif option[:value] == true and option[:type] == :action then
|
198
198
|
option.action.call
|
199
199
|
end
|
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
|
+
- 1
|
10
|
+
version: 1.9.4.1
|
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-03-
|
18
|
+
date: 2011-03-26 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|