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 CHANGED
@@ -1,3 +1,7 @@
1
+ == 1.1.1 2007-08-10
2
+
3
+ * Cleaned up the gem description, doh!
4
+
1
5
  == 1.1.0 2007-08-10
2
6
 
3
7
  * bin/edit_gem sends the gem path (via find_gem) to your editor (e.g. EDITOR=mate)
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
- Returns the path to the latest version of a RubyGem in the cache.
19
- Useful for loading a gem's source into an editor:
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
 
@@ -2,7 +2,7 @@ module FindGem #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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.0</a>
36
+ <a href="http://rubyforge.org/projects/find_gem" class="numbers">1.1.1</a>
37
37
  </div>
38
38
  <h1>&#x2192; 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.0
6
+ version: 1.1.1
7
7
  date: 2007-08-10 00:00:00 +02:00
8
- summary: "Returns the path to the latest version of a RubyGem in the cache. Useful for loading a gem's source into an editor: $ mate `find_gem newgem` /opt/local/lib/ruby/gems/1.8/gems/newgem-0.10.4"
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: "Returns the path to the latest version of a RubyGem in the cache. Useful for loading a gem's source into an editor: $ mate `find_gem newgem` /opt/local/lib/ruby/gems/1.8/gems/newgem-0.10.4"
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