cooloptions 1.0.3 → 1.0.4

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.
Files changed (4) hide show
  1. data/History.txt +5 -0
  2. data/Rakefile +1 -1
  3. data/lib/cooloptions.rb +1 -1
  4. metadata +20 -3
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 1.0.4 / 2006-12-09
2
+
3
+ * Added a Rake dependency.
4
+ * Added Hoe back to the dependencies.
5
+
1
6
  == 1.0.3 / 2006-12-09
2
7
 
3
8
  * Final(?!) announcement documentation tweaks.
data/Rakefile CHANGED
@@ -10,5 +10,5 @@ Hoe.new('cooloptions', CoolOptions::VERSION) do |p|
10
10
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
11
11
  p.author = "Nathaniel Talbott"
12
12
  p.email = "nathaniel@terralien.com"
13
- p.extra_deps = []
13
+ p.extra_deps << ['rake', '>= 0.7.1']
14
14
  end
data/lib/cooloptions.rb CHANGED
@@ -11,7 +11,7 @@ require 'ostruct'
11
11
  # :include:samples/literate.rb
12
12
 
13
13
  class CoolOptions
14
- VERSION = '1.0.3' #:nodoc:
14
+ VERSION = '1.0.4' #:nodoc:
15
15
 
16
16
  class Error < StandardError #:nodoc:
17
17
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: cooloptions
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.3
6
+ version: 1.0.4
7
7
  date: 2006-12-09 00:00:00 -05:00
8
8
  summary: CoolOptions is a simple wrapper around optparse that provides less configuration and more convenience for doing command-line option handling.
9
9
  require_paths:
@@ -48,5 +48,22 @@ extensions: []
48
48
 
49
49
  requirements: []
50
50
 
51
- dependencies: []
52
-
51
+ dependencies:
52
+ - !ruby/object:Gem::Dependency
53
+ name: hoe
54
+ version_requirement:
55
+ version_requirements: !ruby/object:Gem::Version::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: 1.1.6
60
+ version:
61
+ - !ruby/object:Gem::Dependency
62
+ name: rake
63
+ version_requirement:
64
+ version_requirements: !ruby/object:Gem::Version::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: 0.7.1
69
+ version: