krl 0.1.4 → 0.1.5

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 (3) hide show
  1. data/bin/views/success.erb +1 -1
  2. data/lib/help.rb +0 -1
  3. metadata +2 -2
@@ -17,7 +17,7 @@
17
17
  <br><br>
18
18
 
19
19
  <strong>View your apps:</strong><br>
20
- <code>krl list</code><br>
20
+ <code>krl apps</code><br>
21
21
  <br>
22
22
  <strong>Check out an app:</strong><br>
23
23
  <code>krl checkout &lt;app id&gt;</code><br>
data/lib/help.rb CHANGED
@@ -61,7 +61,6 @@ module KRL_CMD
61
61
  puts " ".ljust(20) + "infocard name datasets(optional)"
62
62
  puts "check".ljust(20) + "Performs a syntax check of your .krl file."
63
63
  puts
64
- puts "* not implemented yet."
65
64
  end
66
65
  end
67
66
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Farmer, Cid Dennis