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.
Files changed (4) hide show
  1. data/README.rdoc +1 -2
  2. data/VERSION.yml +1 -1
  3. data/lib/git_topic/git.rb +1 -1
  4. metadata +2 -2
@@ -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, except for comment and comments
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
 
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 1
4
+ :patch: 2
5
5
  :build:
@@ -84,7 +84,7 @@ module GitTopic::Git
84
84
  end
85
85
 
86
86
  def git( cmds=[], opts={} )
87
- opts.assert_valid_keys :must_succeed
87
+ opts.assert_valid_keys :must_succeed, :show
88
88
 
89
89
  cmds = [cmds] if cmds.is_a? String
90
90
  redir = cmd_redirect_suffix( opts )
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 1
9
- version: 0.2.1
8
+ - 2
9
+ version: 0.2.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - David J. Hamilton