find_gem 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/Rakefile +2 -4
- data/lib/find_gem/version.rb +1 -1
- data/website/index.html +1 -1
- metadata +3 -3
data/History.txt
CHANGED
data/Rakefile
CHANGED
@@ -15,10 +15,8 @@ require File.join(File.dirname(__FILE__), 'lib', 'find_gem', 'version')
|
|
15
15
|
AUTHOR = 'Dr Nic Williams' # can also be an array of Authors
|
16
16
|
EMAIL = "drnicwilliams@gmail.com"
|
17
17
|
DESCRIPTION = <<-EOS
|
18
|
-
|
19
|
-
|
20
|
-
$ mate `find_gem newgem`
|
21
|
-
/opt/local/lib/ruby/gems/1.8/gems/newgem-0.10.4
|
18
|
+
bin/find_gem - returns the path to a RubyGem; bin/edit_gem - loads Gem source into editor.
|
19
|
+
Supports auto-completion too!
|
22
20
|
EOS
|
23
21
|
GEM_NAME = 'find_gem' # what ppl will type to install your gem
|
24
22
|
|
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.1.
|
36
|
+
<a href="http://rubyforge.org/projects/find_gem" class="numbers">1.1.1</a>
|
37
37
|
</div>
|
38
38
|
<h1>→ edit_gem name</h1>
|
39
39
|
|
metadata
CHANGED
@@ -3,15 +3,15 @@ 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.1.
|
6
|
+
version: 1.1.1
|
7
7
|
date: 2007-08-10 00:00:00 +02:00
|
8
|
-
summary:
|
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:
|
10
10
|
- lib
|
11
11
|
email: drnicwilliams@gmail.com
|
12
12
|
homepage: http://drnicutilities.rubyforge.org
|
13
13
|
rubyforge_project: drnicutilities
|
14
|
-
description:
|
14
|
+
description: bin/find_gem - returns the path to a RubyGem; bin/edit_gem - loads Gem source into editor. Supports auto-completion too!
|
15
15
|
autorequire:
|
16
16
|
default_executable:
|
17
17
|
bindir: bin
|