public
Fork of lazyatom/engines
Description: The Rails Engines plugin
Homepage: http://rails-engines.org
Clone URL: git://github.com/svenfuchs/engines.git
Minor whitespace tweaks

git-svn-id: 
http://svn.rails-engines.org/test/engines/rails_2.0/vendor/plugins/engines
@639 61cc408d-6c04-0410-aff7-b3608aa29ce9
lazyatom (author)
Fri Dec 07 14:48:10 -0800 2007
commit  55b4e5ee7921a771e98d80ce028bd5d7d657a6ea
tree    394d56ac126f7b001d9ae5c6d653d1b352a60e8f
parent  fbbbdd321046d22a8102cce8d1add639d5c94f35
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 begin
0
   require 'rails/version'
0
   unless Rails::VERSION::MAJOR >= 2 ||
0
- (Rails::VERSION::MAJOR >= 1 && Rails::VERSION::MINOR >= 99)
0
+ (Rails::VERSION::MAJOR >= 1 && Rails::VERSION::MINOR >= 99)
0
     raise "This version of the engines plugin requires Rails 2.0 or later!"
0
   end
0
 end

Comments

    No one has commented yet.