Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Aug 2, 2009
1 parent 5b27a76 commit 0d20df1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pkg
doc
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ require 'rake/rdoctask'
require 'rake/testtask'
require 'fileutils'
begin
gem 'rdoc', '~> 2.2.0'
gem 'rdoc', '~> 2.3.0'
require 'rdoc'
$:.unshift 'extras'
rescue Gem::LoadError
puts "RDoc 2.2 required to build docs"
puts "Please run `gem install rdoc --version 2.2`"
puts "RDoc 2.4 required to build docs"
puts "Please run `gem install rdoc`"
end
include FileUtils

Expand Down

0 comments on commit 0d20df1

Please sign in to comment.