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.
- data/History.txt +4 -0
- data/README.txt +10 -0
- data/lib/find_gem/version.rb +1 -1
- data/website/index.html +15 -2
- data/website/index.txt +12 -0
- metadata +1 -1
data/History.txt
CHANGED
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>
|
data/lib/find_gem/version.rb
CHANGED
data/website/index.html
CHANGED
@@ -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.
|
36
|
+
<a href="http://rubyforge.org/projects/find_gem" class="numbers">1.2.1</a>
|
37
37
|
</div>
|
38
38
|
<h1>→ 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 <TAB><TAB> (double TAB)
|
136
|
+
-> 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<TAB>
|
141
|
+
-> 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<TAB>
|
|
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>,
|
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>
|
data/website/index.txt
CHANGED
@@ -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.
|
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:
|