amazon-hacks 0.5.0 → 0.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.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/Rakefile +1 -1
  3. data/lib/amazon-hacks.rb +1 -1
  4. metadata +13 -4
@@ -1,3 +1,7 @@
1
+ == 0.5.1 / 2007-01-04
2
+
3
+ * Fixed dumb mistake with dependencies.
4
+
1
5
  == 0.5.0 / 2007-01-02
2
6
 
3
7
  * More bugs fixed
data/Rakefile CHANGED
@@ -13,5 +13,5 @@ Hoe.new('amazon-hacks', AmazonHacks::VERSION) do |p|
13
13
  p.description = p.paragraphs_of('README.txt', 2..6).join("\n\n")
14
14
  # p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
15
15
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
16
- p.extra_deps = "color-tools"
16
+ p.extra_deps << ['color-tools', '>= 1.3.0']
17
17
  end
@@ -3,7 +3,7 @@ require 'uri'
3
3
  require 'color'
4
4
 
5
5
  class AmazonHacks
6
- VERSION = '0.5.0'
6
+ VERSION = '0.5.1'
7
7
  end
8
8
 
9
9
  module Amazon
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: amazon-hacks
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.5.0
7
- date: 2007-01-02 00:00:00 -05:00
6
+ version: 0.5.1
7
+ date: 2007-01-04 00:00:00 -05:00
8
8
  summary: A collection of useful snippets against the Amazon website
9
9
  require_paths:
10
10
  - lib
@@ -48,12 +48,21 @@ extensions: []
48
48
  requirements: []
49
49
 
50
50
  dependencies:
51
+ - !ruby/object:Gem::Dependency
52
+ name: hoe
53
+ version_requirement:
54
+ version_requirements: !ruby/object:Gem::Version::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: 1.1.6
59
+ version:
51
60
  - !ruby/object:Gem::Dependency
52
61
  name: color-tools
53
62
  version_requirement:
54
63
  version_requirements: !ruby/object:Gem::Version::Requirement
55
64
  requirements:
56
- - - ">"
65
+ - - ">="
57
66
  - !ruby/object:Gem::Version
58
- version: 0.0.0
67
+ version: 1.3.0
59
68
  version: