git-topic 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- 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