Skip to content

Commit

Permalink
Merge pull request rsim#153 from yahonda/use_rdoc
Browse files Browse the repository at this point in the history
Modified to use the rdoc gem
  • Loading branch information
yahonda committed Mar 1, 2012
2 parents 9d679c8 + ae3989a commit c06c90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'http://rubygems.org'
group :development do
gem 'jeweler', '~> 1.5.1'
gem 'rspec', '~> 2.4'
gem 'rdoc'

if ENV['RAILS_GEM_VERSION']
gem 'activerecord', "=#{ENV['RAILS_GEM_VERSION']}"
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end

task :default => :spec

require 'rake/rdoctask'
require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""

Expand Down

0 comments on commit c06c90b

Please sign in to comment.