Rakefile in rest-graph-1.0.0 vs Rakefile in rest-graph-1.1.0
- old
+ new
@@ -22,26 +22,22 @@
depend_on 'rr', :development => true
depend_on 'webmock', :development => true
depend_on 'bacon', :development => true
name proj
- url "http://github.com/godfat/#{proj}"
- authors 'Lin Jen-Shin (aka godfat 真常)'
- email 'godfat (XD) godfat.org'
+ url "http://github.com/cardinalblue/#{proj}"
+ authors ['Cardinal Blue', 'Lin Jen-Shin (aka godfat 真常)']
+ email 'dev (XD) cardinalblue.com'
history_file 'CHANGES'
- readme_file 'README'
+ readme_file 'README.rdoc'
ignore_file '.gitignore'
rdoc.include ['\w+']
rdoc.exclude ['test', 'doc', 'Rakefile']
}
CLEAN.include Dir['**/*.rbc']
task :default do
Rake.application.options.show_task_pattern = /./
Rake.application.display_tasks_and_comments
-end
-
-task 'doc:rdoc' do
- sh 'cp -r ~/.gem/ruby/1.9.1/gems/rdoc-2.5.6/lib/rdoc/generator/template/darkfish/* doc/'
end