juscr 0.11.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/juscr +2 -2
- metadata +3 -3
data/bin/juscr
CHANGED
@@ -15,7 +15,7 @@ class Controller < SimpleConsole::Controller
|
|
15
15
|
:d => :directory,
|
16
16
|
:n => :name}
|
17
17
|
def default
|
18
|
-
@version = '0.
|
18
|
+
@version = '0.12.0'
|
19
19
|
|
20
20
|
if params[:version]
|
21
21
|
version
|
@@ -83,7 +83,7 @@ class Controller < SimpleConsole::Controller
|
|
83
83
|
def show_docs
|
84
84
|
puts <<DOC
|
85
85
|
|
86
|
-
Juscr @version by Dayton Nolan
|
86
|
+
Juscr #{@version} by Dayton Nolan
|
87
87
|
Usage: juscr [action] [options]
|
88
88
|
|
89
89
|
Description:
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: juscr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 47
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 12
|
9
9
|
- 0
|
10
|
-
version: 0.
|
10
|
+
version: 0.12.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Dayton Nolan
|