shellutils 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -20,6 +20,14 @@ Or install it yourself as:
20
20
 
21
21
  Take a look at the [spec file](https://github.com/k-yamada/shellutils/blob/master/spec/shellutils_spec.rb)
22
22
 
23
+ ## build
24
+
25
+ $ rake build
26
+
27
+ ## push to rubygems
28
+
29
+ $ gem push pkg/shellutils-xxxx.gem
30
+
23
31
  ## Contributing
24
32
 
25
33
  1. Fork it
@@ -139,7 +139,8 @@ module ShellUtils
139
139
  rescue IOError
140
140
  end
141
141
  end
142
- rescue Errno::EIO
142
+ rescue Errno::EIO # for ruby
143
+ rescue IOError # for jruby
143
144
  # If the password prompt does not appear.
144
145
  `#{cmd}`
145
146
  end
@@ -1,3 +1,3 @@
1
1
  module Shellutils
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shellutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-12 00:00:00.000000000 Z
12
+ date: 2013-07-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -89,4 +89,3 @@ summary: Shell utils
89
89
  test_files:
90
90
  - spec/shellutils_spec.rb
91
91
  - spec/spec_helper.rb
92
- has_rdoc: