Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > fb55cac5fac2a1874eea5866cfd0cf7e > files > 2

rubygem-authlogic-2.1.6-4.fc13.src.rpm

--- Rakefile.orig	2010-10-12 13:24:27.000000000 -0400
+++ Rakefile	2010-10-12 13:28:40.000000000 -0400
@@ -1,21 +1,6 @@
 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.add_dependency "activesupport"
-  end
-  Jeweler::GemcutterTasks.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'
@@ -36,6 +21,6 @@ rescue LoadError
   end
 end
 
-task :test => :check_dependencies
+task :test
 
 task :default => :test