public
Description: API wrapper for Amazon Associates Web Service.
Clone URL: git://github.com/jnunemaker/aaws.git
Search Repo:
updated dependencies in hoe
jnunemaker (author)
Fri Mar 28 19:43:22 -0700 2008
commit  1955a037d3bc0580b699658f13f3efb7d7c490c7
tree    cd89aa82b3b9b408f09c5283e1a3e001cf5e6ecc
parent  562375509bd05c46c0b5a2ce83d9ba23aba0deba
...
58
59
60
61
62
 
63
64
65
66
67
...
58
59
60
 
 
61
62
 
63
64
65
0
@@ -58,10 +58,8 @@
0
   
0
   # == Optional
0
   p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
0
- #p.extra_deps = [] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ]
0
-
0
+ p.extra_deps = [ ['active_support', '>= 2.0.2'] ]
0
   #p.spec_extras = {} # A hash of extra values to set in the gemspec.
0
-
0
 end
0
 
0
 CHANGES = hoe.paragraphs_of('History.txt', 0..1).join("\\n\\n")

Comments

    No one has commented yet.