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.
Files changed (3) hide show
  1. data/lib/ghi.rb +4 -1
  2. data/lib/ghi/commands/version.rb +1 -1
  3. 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
@@ -4,7 +4,7 @@ module GHI
4
4
  MAJOR = 0
5
5
  MINOR = 9
6
6
  PATCH = 0
7
- PRE = 20120719
7
+ PRE = 20120731
8
8
 
9
9
  VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.'
10
10
 
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.20120719
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-19 00:00:00.000000000 Z
12
+ date: 2012-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake