head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2011.03.18.14.07.06;	author decke;	state dead;
branches;
next	1.1;

1.1
date	2011.03.14.13.23.31;	author decke;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Improve fix to work with RubyGems 1.6.x

RubyGems 1.6.x is incompatible with the bundled rails 2.3.5. It's
documented in the RubyGems release notes that "RubyGems no longer requires
'thread'. Rails < 3 will need to add require 'thread' to their applications."

PR:		ports/155492
Reported by:	Thomas Sandford <freebsduser@@paradisegreen.co.uk>
Thanks to:	Thomas Sandford <freebsduser@@paradisegreen.co.uk>
@
text
@--- Rakefile.orig	2011-03-07 20:44:41.000000000 +0100
+++ Rakefile	2011-03-14 14:06:13.000000000 +0100
@@@@ -6,5 +6,6 @@@@
 require 'rake'
 require 'rake/testtask'
 require 'rake/rdoctask'
+require 'thread'
 
 require 'tasks/rails'
\ No newline at end of file
@


1.1
log
@- Add fix to work with RubyGems 1.6.x
- Bump PORTREVISION

RubyGems 1.6.x is incompatible with the bundled rails 2.3.5. It's
documented in the RubyGems release notes that "RubyGems no longer requires
'thread'. Rails < 3 will need to add require 'thread' to their applications."

PR:		ports/155492
@
text
@@

