whichr 0.3.5 → 0.3.6

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.
Files changed (2) hide show
  1. data/README +8 -19
  2. metadata +21 -19
data/README CHANGED
@@ -10,9 +10,9 @@ Usage:
10
10
 
11
11
  C:\>whichr ruby
12
12
  higher in the list will be executed first
13
- .\ruby.bat
14
- C:\Ruby\bin\ruby.exe
15
- c:\cygwin\bin\ruby.exe
13
+ ./ruby.bat
14
+ C:/Ruby/bin/ruby.exe
15
+ c:/cygwin/bin/ruby.exe
16
16
 
17
17
  C:>whichr rub*
18
18
  higher in the list will be executed first
@@ -21,32 +21,21 @@ Usage:
21
21
  c:/ruby/bin/ruby.exe
22
22
  ...
23
23
 
24
- C:>whichr rub* -a
25
- higher in the list will be executed first
26
-
27
-
28
24
  Installation:
29
25
 
30
26
  C:\>gem install rogerdpack-whichr --source http://gems.github.com
31
-
32
- Note: if you want it to run about 10x faster please see this post:
33
- http://betterlogic.com/roger/?p=2364
34
27
 
35
28
  Enjoy.
36
29
 
37
30
  Feedback welcome rogerdpack on github/gmail
38
31
 
39
-
40
- Related projects:
41
-
42
- If you're looking for a ruby library file, itself..
43
-
32
+ Also Related:
44
33
  http://github.com/Pistos/ruby-which discovers the location of installed ruby libraries, i.e. which gem folder they're in
45
-
46
34
  C:\>rwhich ruby-which
47
35
  c:/ruby/lib/ruby/gems/1.9.1/gems/Pistos-ruby-which-0.5.3/lib/ruby-which.rb
48
36
 
49
- rubygems itself has a gem which command
50
-
37
+ Except you don't actually need it since you have
51
38
  $ gem which fileutils
52
- /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/fileutils.rb
39
+ /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/fileutils.rb
40
+
41
+ Thanks Eric!
metadata CHANGED
@@ -1,7 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whichr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 3
8
+ - 6
9
+ version: 0.3.6
5
10
  platform: ruby
6
11
  authors:
7
12
  - Roger Pack
@@ -9,29 +14,22 @@ autorequire:
9
14
  bindir: bin
10
15
  cert_chain: []
11
16
 
12
- date: 2009-12-23 00:00:00 -07:00
17
+ date: 2010-11-24 00:00:00 -07:00
13
18
  default_executable:
14
19
  dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: rdoc
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: 2.3.0
24
- version:
25
20
  - !ruby/object:Gem::Dependency
26
21
  name: sane
27
- type: :runtime
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
30
25
  requirements:
31
26
  - - ">="
32
27
  - !ruby/object:Gem::Version
28
+ segments:
29
+ - 0
33
30
  version: "0"
34
- version:
31
+ type: :runtime
32
+ version_requirements: *id001
35
33
  description: windows friendly which command
36
34
  email:
37
35
  - rogerdpack@gmail.comm
@@ -55,21 +53,25 @@ rdoc_options: []
55
53
  require_paths:
56
54
  - lib
57
55
  required_ruby_version: !ruby/object:Gem::Requirement
56
+ none: false
58
57
  requirements:
59
58
  - - ">="
60
59
  - !ruby/object:Gem::Version
60
+ segments:
61
+ - 0
61
62
  version: "0"
62
- version:
63
63
  required_rubygems_version: !ruby/object:Gem::Requirement
64
+ none: false
64
65
  requirements:
65
66
  - - ">="
66
67
  - !ruby/object:Gem::Version
68
+ segments:
69
+ - 0
67
70
  version: "0"
68
- version:
69
71
  requirements: []
70
72
 
71
73
  rubyforge_project:
72
- rubygems_version: 1.3.5
74
+ rubygems_version: 1.3.7
73
75
  signing_key:
74
76
  specification_version: 3
75
77
  summary: windows friendly which command