annotate 3.0.3 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +0,0 @@
1
- == Prerequisite
2
-
3
- - Install "git-flow" (brew install git-flow)
4
- - Install "bump" gem (gem install bump)
5
-
6
- == Perform a release
7
-
8
- - git flow release start <release>
9
- - Update the CHANGELOG.rdoc file
10
- - bump current
11
- - bump patch
12
- - rm -rf dist
13
- - rake spec
14
- - rake gem
15
- - git flow release finish <release>
16
-
17
- - rake gem:publish
data/TODO.rdoc DELETED
@@ -1,11 +0,0 @@
1
- == TODO
2
-
3
- - clean up history
4
- - change default position back to "top" for all annotations
5
- - change 'exclude' to 'only' (double negatives are not unconfusing)
6
-
7
- == TODO (proposed)
8
-
9
- - push two identical gems, named 'annotate' and 'annotate_models'
10
- - supply two binaries, named 'annotate' and 'annotate_models', since there's already a unix tool named 'annotate'
11
- - test EVERYTHING