Sha256: 2695668edbdd2654380f66418fd16d78d0d90c4e9369a4787a194c28c44c094e

Contents?: true

Size: 1.06 KB

Versions: 28

Compression:

Stored size: 1.06 KB

Contents

require 'rubygems'
require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|
    gem.name = "authlogic"
    gem.summary = "A clean, simple, and unobtrusive ruby authentication solution."
    gem.email = "bjohnson@binarylogic.com"
    gem.homepage = "http://github.com/binarylogic/authlogic"
    gem.authors = ["Ben Johnson of Binary Logic"]
    gem.rubyforge_project = "authlogic"
    gem.add_dependency "activesupport"
  end
  Jeweler::RubyforgeTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'test'
  test.pattern = 'test/**/*_test.rb'
  test.verbose = true
end

begin
  require 'rcov/rcovtask'
  Rcov::RcovTask.new do |test|
    test.libs << 'test'
    test.pattern = 'test/**/*_test.rb'
    test.verbose = true
  end
rescue LoadError
  task :rcov do
    abort "RCov is not available. In order to run rcov, you must: sudo gem install spicycode-rcov"
  end
end

task :test => :check_dependencies

task :default => :test

Version data entries

28 entries across 28 versions & 9 rubygems

Version Path
jlecour-authlogic-2.1.2 Rakefile
lockbox_middleware-1.2.1 vendor/gems/authlogic-2.1.3/Rakefile
refinerycms-0.9.6.34 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.33 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.32 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.31 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.30 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.29 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.28 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.27 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.26 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.25 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.24 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.23 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.22 vendor/plugins/authlogic/Rakefile
refinerycms-0.9.6.21 vendor/plugins/authlogic/Rakefile
namxam-authlogic-2.1.3.1 Rakefile
drogus-authlogic-2.1.3 Rakefile
ginst-2009.12.8 vendor/plugins/authlogic/Rakefile
skippy-authlogic-2.1.3 Rakefile