Sha256: 457458b1fa17b63fe6afef5b0c45044669fe543a41b374e43cb36df9e72c4029
Contents?: true
Size: 896 Bytes
Versions: 4
Compression:
Stored size: 896 Bytes
Contents
# Rakefile require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "easy-rack-open-id" gem.summary = "Super easy OpenID protection for Rack." gem.description = "You supply OpenIDs, this keeps anyone but people with access to those ids from getting through. You don't even have to make a form. :)" gem.email = "samsm@samsm.com" gem.homepage = "http://github.com/samsm/Easy-Rack-OpenID" gem.authors = ["Sam Schenkman-Moore"] gem.add_development_dependency "yard", ">= 0" gem.add_runtime_dependency 'rack-openid' end rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler" end begin require 'yard' YARD::Rake::YardocTask.new rescue LoadError task :yardoc do abort "YARD is not available. In order to run yardoc, you must: sudo gem install yard" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
easy-rack-open-id-0.2.2 | Rakefile |
easy-rack-open-id-0.2.1 | Rakefile |
easy-rack-open-id-0.2.0 | Rakefile |
easy-rack-open-id-0.1.0 | Rakefile |