Skip to content

Commit

Permalink
Update version to 0.9.3 and remove deprecated gem autorequire
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 24, 2008
1 parent 990a162 commit e1bbaa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'rake/testtask'
require 'rake/contrib/sshpublisher' require 'rake/contrib/sshpublisher'


module Mocha module Mocha
VERSION = "0.9.2" VERSION = "0.9.3"
end end


desc "Run all tests" desc "Run all tests"
Expand Down Expand Up @@ -148,7 +148,6 @@ specification = Gem::Specification.new do |s|
s.extra_rdoc_files = ['README', 'COPYING'] s.extra_rdoc_files = ['README', 'COPYING']
s.rdoc_options << '--title' << 'Mocha' << '--main' << 'README' << '--line-numbers' s.rdoc_options << '--title' << 'Mocha' << '--main' << 'README' << '--line-numbers'


s.autorequire = 'mocha'
s.add_dependency('rake') s.add_dependency('rake')
s.files = FileList['{lib,test,examples}/**/*.rb', '[A-Z]*'].exclude('TODO').to_a s.files = FileList['{lib,test,examples}/**/*.rb', '[A-Z]*'].exclude('TODO').to_a
end end
Expand Down

0 comments on commit e1bbaa0

Please sign in to comment.