local-openid.git  about / heads / tags
Single User, Ephemeral OpenID Provider
blob 16fd51a596d0428f1a8069c40339a82e92409897 332 bytes (raw)
$ git show v0.1.1:Rakefile	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
require 'rubygems'
require 'hoe'

readme = File.readlines('README.txt')

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

git clone https://yhbt.net/local-openid.git