Rakefile in yahoo-1.1.1 vs Rakefile in yahoo-2.0.0
- old
+ new
@@ -5,16 +5,16 @@
DEV_DOC_PATH = 'Libraries/yahoo'
hoe = Hoe.new 'yahoo', Yahoo::VERSION do |p|
p.summary = 'Base for Yahoo web services'
p.description = 'This library makes it easy to implement Yahoo\'s web services APIs.'
- p.author = 'Eric Hodel'
- p.email = 'drbrain@segment7.net'
- p.url = "http://dev.robotcoop.com/#{DEV_DOC_PATH}"
+ p.author = 'David N. Welton'
+ p.email = 'davidw@dedasys.com'
+ p.url = "http://github.com/davidw/yahoo-gem"
p.changes = File.read('History.txt').scan(/\A(=.*?)^=/m).first.first
p.rubyforge_name = 'rctools'
- p.extra_deps << ['rc-rest', '>= 2.0.0']
+ p.extra_deps << ['rc-rest', '>= 3.0.0']
end
SPEC = hoe.spec
begin