gempath 0.1.0 → 0.1.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.
Files changed (4) hide show
  1. data/Readme.md +5 -0
  2. data/bin/gempath +3 -2
  3. data/lib/gempath/version.rb +1 -1
  4. metadata +1 -1
data/Readme.md CHANGED
@@ -18,6 +18,11 @@ gem list -d GEMNAME
18
18
 
19
19
  That takes too long. Hence, gempath.
20
20
 
21
+ ## Install
22
+ ```bash
23
+ $ gem install gempath
24
+ ```
25
+
21
26
  ## Usage
22
27
 
23
28
  The most basic scenario:
data/bin/gempath CHANGED
@@ -1,7 +1,5 @@
1
1
  #! /usr/bin/env ruby
2
2
 
3
- VERSION = "0.1.0"
4
-
5
3
  require "optparse"
6
4
  require "gempath"
7
5
 
@@ -32,6 +30,9 @@ begin
32
30
  rescue Gempath::NoTargetSpecifiedError
33
31
  puts "error: no target specified"
34
32
 
33
+ rescue NoMethodError
34
+ puts "error: NoMethodError. try upgrading rubygems `gem update --system`"
35
+
35
36
  rescue
36
37
  puts "error: bad argument"
37
38
  end
@@ -1,3 +1,3 @@
1
1
  module Gempath
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gempath
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: