tsantos-gitadm 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/gitadm +8 -8
  2. metadata +2 -2
data/gitadm CHANGED
@@ -9,15 +9,15 @@ require 'tempfile'
9
9
  if ARGV.length == 0
10
10
  s = <<EOF
11
11
 
12
- gitadm is a tool for managing a git repositories. It does nothing for access control except to help
13
- with adding ssh keys.
12
+ gitadm is a tool for managing a git repositories. It does nothing for access control except to help
13
+ with adding ssh keys.
14
14
 
15
- Usage:
16
- add-key Adds a public key to the account on the specified server
17
- checkout Checks out a branch with tracking
18
- create-remote-branch Creates a new remote branch
19
- create-repo Creates a new git repository
20
-
15
+ Usage:
16
+ add-key Adds a public key to the account on the specified server
17
+ checkout Checks out a branch with tracking
18
+ create-remote-branch Creates a new remote branch
19
+ create-repo Creates a new git repository
20
+
21
21
  EOF
22
22
  puts s
23
23
  exit(1)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tsantos-gitadm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Santos
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: .
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-31 00:00:00 -07:00
12
+ date: 2009-08-04 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15