Rakefile in timeline_setter-0.1.2 vs Rakefile in timeline_setter-0.2.0

- old
+ new

@@ -23,14 +23,14 @@ task :gh_pages do `rake docs` `rake yard` `rake docco` `rake sample` - + `git branch` =~ /^\* (.+)?\n/ current_branch = $1 - + `git commit -am "docs"` `git push github #{current_branch}` `git checkout gh-pages` `git merge #{current_branch}` `git push -f github gh-pages` @@ -83,16 +83,7 @@ desc "generate yard docs" task :yard do `yard -o ./documentation` end - -desc "generate sample timeline" -task :sample do - # noop this for now. - - # `./bin/timeline-setter -c ./tbi.csv -m -o ./public/` - # `cp ./public/timeline.html ./doc/timeline-sample.html` -end -