shellutils 0.0.15 → 0.0.16
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.
- data/README.md +8 -0
- data/lib/shellutils.rb +2 -1
- data/lib/shellutils/version.rb +1 -1
- metadata +2 -3
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
|
data/lib/shellutils.rb
CHANGED
data/lib/shellutils/version.rb
CHANGED
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.
|
|
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
|
+
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:
|