e967b1c731ee7a3236e948a466eff18cd46eab74

Author: Robin Luckey

Date: 2009-02-20 08:51:05 -0800

[FIX] remove deprecated autorequire from gem spec

diff --git a/Rakefile b/Rakefile index c6c75d1..0b49d12 100644 --- a/Rakefile +++ b/Rakefile @@ -15,7 +15,6 @@ spec = Gem::Specification.new do |s| s.summary = 'Ohloh Source Control Management Library' s.files = FileList['README', 'COPYING', '{bin,lib,test}/**/*'] s.require_path = 'lib' - s.autorequire = 'scm' s.executables = 'ohlog' s.has_rdoc = true s.extra_rdoc_files = ['README']