find_gem 1.2.0 → 1.2.1

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.
@@ -1,3 +1,7 @@
1
+ == 1.2.1 2007-08-13
2
+
3
+ * Updated README + index.txt for new autocomplete options
4
+
1
5
  == 1.2.0 2007-08-10
2
6
 
3
7
  * "gem [command]" autocomplete supported too!! e.g. gem up[TAB] -> gem update
data/README.txt CHANGED
@@ -44,6 +44,16 @@ Now you will be able to use TAB-auto-completion to discover RubyGems in your cac
44
44
 
45
45
  == For example:
46
46
 
47
+ Gem command auto-complete
48
+
49
+ gem <TAB><TAB> (double TAB)
50
+ -> build contents install query specification
51
+ cert dependency list rdoc uninstall
52
+ check environment outdated search unpack
53
+ cleanup help pristine sources update
54
+ gem inst<TAB>
55
+ -> gem install
56
+
47
57
  Remote gem server auto-complete:
48
58
 
49
59
  gem install new<TAB>
@@ -2,7 +2,7 @@ module FindGem #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 2
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -33,7 +33,7 @@
33
33
  <h1>find_gem</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/find_gem"; return false'>
35
35
  <p>Get Version</p>
36
- <a href="http://rubyforge.org/projects/find_gem" class="numbers">1.2.0</a>
36
+ <a href="http://rubyforge.org/projects/find_gem" class="numbers">1.2.1</a>
37
37
  </div>
38
38
  <h1>&#x2192; edit_gem name</h1>
39
39
 
@@ -128,6 +128,19 @@ complete -C gem_autocomplete -o default gem
128
128
  <h4>For example:</h4>
129
129
 
130
130
 
131
+ <p>Gem command auto-complete:</p>
132
+
133
+
134
+ <pre>
135
+ gem &lt;TAB&gt;&lt;TAB&gt; (double TAB)
136
+ -&gt; build contents install query specification
137
+ cert dependency list rdoc uninstall
138
+ check environment outdated search unpack
139
+ cleanup help pristine sources update
140
+ gem inst&lt;TAB&gt;
141
+ -&gt; gem install
142
+ </pre>
143
+
131
144
  <p>Remote gem server auto-complete:</p>
132
145
 
133
146
 
@@ -172,7 +185,7 @@ edit_gem new&lt;TAB&gt;
172
185
 
173
186
  <p>Comments are welcome. Send an email to <a href="mailto:drnicwilliams@gmail.com">Dr Nic Williams</a> at the <a href="http://groups.google.com/group/drnicutilities">forum</a></p>
174
187
  <p class="coda">
175
- <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 10th August 2007<br>
188
+ <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 13th August 2007<br>
176
189
  Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
177
190
  </p>
178
191
  </div>
@@ -65,6 +65,18 @@ Now you will be able to use TAB-auto-completion to discover RubyGems in your cac
65
65
 
66
66
  h4. For example:
67
67
 
68
+ Gem command auto-complete:
69
+
70
+ <pre>
71
+ gem <TAB><TAB> (double TAB)
72
+ -> build contents install query specification
73
+ cert dependency list rdoc uninstall
74
+ check environment outdated search unpack
75
+ cleanup help pristine sources update
76
+ gem inst<TAB>
77
+ -> gem install
78
+ </pre>
79
+
68
80
  Remote gem server auto-complete:
69
81
 
70
82
  <pre>
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4.3
3
3
  specification_version: 1
4
4
  name: find_gem
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.2.0
6
+ version: 1.2.1
7
7
  date: 2007-08-13 00:00:00 +02:00
8
8
  summary: bin/find_gem - returns the path to a RubyGem; bin/edit_gem - loads Gem source into editor. Supports auto-completion too!
9
9
  require_paths: