From 3bb5907c2f436fcb6374664a53b2018d9ae23ff7 Mon Sep 17 00:00:00 2001 From: Sergio Medina Date: Thu, 9 Feb 2017 18:38:20 +0100 Subject: [PATCH] put roadmap in readme --- README.md | 7 ++++++- ROADMAP.md | 4 ---- 2 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 ROADMAP.md diff --git a/README.md b/README.md index 2d83af4..c541821 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,9 @@ only show the latest version changes up until it was removed. ## Roadmap -Check [ROADMAP.md](ROADMAP.md) for ideas on how to improve this gem. +- use red for changes in the major version, blue for changes in the minor version +- support other VCSs like subversion, mercurial, etc. +- detect if the gem was added, then removed and then added again +- use a libgit2 binding instead of the git cli, how much faster it is? +- remove bundler dep +- add yard doc diff --git a/ROADMAP.md b/ROADMAP.md deleted file mode 100644 index 64c4587..0000000 --- a/ROADMAP.md +++ /dev/null @@ -1,4 +0,0 @@ -Ideas: - -- use red for changes in the major version, blue for changes in the minor version -- support subversion, mercurial, etc.