public
Description: Provides a more HTTPish API around the ruby-openid library
Homepage: http://rdoc.info/projects/josh/rack-openid/
Clone URL: git://github.com/josh/rack-openid.git
rack-openid / Rakefile
100644 15 lines (10 sloc) 0.174 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
begin
  require 'mg'
  MG.new('rack-openid.gemspec')
rescue LoadError
end
 
 
require 'rake/testtask'
 
task :default => :test
 
Rake::TestTask.new do |t|
  t.warning = true
end