git-topic 0.2.1 → 0.2.2
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.
- data/README.rdoc +1 -2
- data/VERSION.yml +1 -1
- data/lib/git_topic/git.rb +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -8,8 +8,7 @@ all work is written by an author, and reviewed by someone else.
|
|
|
8
8
|
|
|
9
9
|
* git-topic has only been tested on debian flavours of linux. Other unix-like
|
|
10
10
|
environments should work.
|
|
11
|
-
* git >= 1.7.1 (older versions may work,
|
|
12
|
-
commands)
|
|
11
|
+
* git >= 1.7.1 (older versions may work, sans comment[s] commands)
|
|
13
12
|
* ruby >= 1.9.2-rc1 (older versions may work)
|
|
14
13
|
|
|
15
14
|
|
data/VERSION.yml
CHANGED
data/lib/git_topic/git.rb
CHANGED