ghi 0.9.0.20120719 → 0.9.0.20120731
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/lib/ghi.rb +4 -1
- data/lib/ghi/commands/version.rb +1 -1
- metadata +2 -2
data/lib/ghi.rb
CHANGED
@@ -120,18 +120,21 @@ EOF
|
|
120
120
|
[key] if /^\d+$/ === key
|
121
121
|
}.update(
|
122
122
|
'claim' => %w(assign),
|
123
|
+
'create' => %w(open),
|
123
124
|
'e' => %w(edit),
|
124
125
|
'l' => %w(list),
|
125
126
|
'L' => %w(label),
|
126
127
|
'm' => %w(comment),
|
127
128
|
'M' => %w(milestone),
|
129
|
+
'new' => %w(open),
|
128
130
|
'o' => %w(open),
|
129
131
|
'reopen' => %w(open),
|
130
132
|
'rm' => %w(close),
|
131
133
|
's' => %w(show),
|
132
134
|
'st' => %w(list),
|
133
135
|
'tag' => %w(label),
|
134
|
-
'unassign' => %w(assign -d)
|
136
|
+
'unassign' => %w(assign -d),
|
137
|
+
'update' => %w(edit)
|
135
138
|
)
|
136
139
|
|
137
140
|
def fetch_alias command, args
|
data/lib/ghi/commands/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ghi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.0.
|
4
|
+
version: 0.9.0.20120731
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-07-
|
12
|
+
date: 2012-07-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|