about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index dea1390..16fd51a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,9 +3,10 @@ require 'hoe'
 
 readme = File.readlines('README.txt')
 
-Hoe.new('local-openid', '0.1.0') do |p|
+Hoe.new('local-openid', '0.1.1') do |p|
    p.rubyforge_name = 'qrp'
    p.developer('Eric Wong', 'normalperson@yhbt.net')
    p.summary = readme[0].split(/\s*:\s*/)[1]
    p.url = 'http://bogomips.org/local-openid'
+   p.extra_deps << [ 'sinatra', '>= 0.9' ]
 end