Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 4c9045f8bc9aceece7fdf53577c57cf7 > files > 3

rubygem-authlogic-3.0.3-1.fc16.src.rpm

diff -urp Rakefile.orig Rakefile
--- Rakefile.orig	2011-07-06 11:51:35.118235722 -0400
+++ Rakefile	2011-07-06 11:53:03.967798338 -0400
@@ -4,21 +4,6 @@ require 'bundler'
 
 Bundler.setup
 
-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_bundler_dependencies
-  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'