Skip to content

Commit

Permalink
Modified to use the rdoc gem
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Feb 29, 2012
1 parent 351168a commit ae3989a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
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
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 ae3989a

Please sign in to comment.