gem-alias 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +5 -4
  2. data/lib/gem-alias/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -17,12 +17,12 @@ Example:
17
17
  :aliases:
18
18
  upgrade = update
19
19
  ls = list
20
- rsearch = search --remote
20
+ search = search --remote
21
21
 
22
22
  Now you can use them!
23
23
 
24
- $ gem rsearch rake
25
- *** expanding rsearch rake to search --remote rake
24
+ $ gem search rake
25
+ *** expanding search rake to search --remote rake
26
26
 
27
27
  *** REMOTE GEMS ***
28
28
  <snip>
@@ -32,7 +32,7 @@ Verbose expansion message above can be suppressed with the `:verbose` configurat
32
32
  You can list the definitions by `gem aliases`:
33
33
 
34
34
  ls = list
35
- rsearch = search --remote
35
+ search = search --remote
36
36
  upgrade = update
37
37
 
38
38
  Note that this list is sorted.
@@ -48,3 +48,4 @@ Note that this list is sorted.
48
48
  ## ToDo
49
49
 
50
50
  * Like normal commands, aliases should also be looked up with shorter, but unambiguous names.
51
+ * Support multi-level expanstion without falling into infinite loop.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gem
4
4
  module Alias
5
- VERSION = '0.0.1'
5
+ VERSION = '0.0.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-alias
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: