cmdline-fu 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.
- data/VERSION +1 -1
- data/bin/cmdline-fu +0 -4
- data/cmdline-fu.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/bin/cmdline-fu
CHANGED
|
@@ -253,10 +253,6 @@ if user_opt[:command].nil?
|
|
|
253
253
|
exit
|
|
254
254
|
end
|
|
255
255
|
|
|
256
|
-
# opts = OptionParser.new
|
|
257
|
-
# opts.on( "-l", "--limit NUM", Integer, "upper limit page to get entries."){ |user_opt[:page]| }
|
|
258
|
-
# opts.parse!
|
|
259
|
-
|
|
260
256
|
begin
|
|
261
257
|
fu = CommandLineFu.new user_opt
|
|
262
258
|
ret = fu.result
|
data/cmdline-fu.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cmdline-fu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- t9md
|