krl 0.1.5 → 0.1.51
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/lib/help.rb +1 -1
- metadata +4 -4
data/lib/help.rb
CHANGED
|
@@ -28,7 +28,7 @@ module KRL_CMD
|
|
|
28
28
|
puts " ".ljust(20) + "If no version is specified, then the latest version will be used."
|
|
29
29
|
puts " ".ljust(20) + "Example: krl update"
|
|
30
30
|
puts " ".ljust(20) + "or: krl update 10"
|
|
31
|
-
puts "commit".ljust(20) + "
|
|
31
|
+
puts "commit".ljust(20) + "Uploads your .krl file as the latest version. "
|
|
32
32
|
puts " ".ljust(20) + "Example: krl commit"
|
|
33
33
|
puts "deploy".ljust(20) + "Deploys a version of your application. If no version is"
|
|
34
34
|
puts " ".ljust(20) + "specified then the latest version is deployed."
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 51
|
|
9
|
+
version: 0.1.51
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Michael Farmer, Cid Dennis
|
|
@@ -68,7 +68,7 @@ dependencies:
|
|
|
68
68
|
version: "0"
|
|
69
69
|
type: :development
|
|
70
70
|
version_requirements: *id004
|
|
71
|
-
description: "
|
|
71
|
+
description: " Build your Kynetx applications with the IDE of your choice! Installing the krl gem will give you \n command line tools that provides a simple interface that is similar to git or svn.\n"
|
|
72
72
|
email: mjf@kynetx.com
|
|
73
73
|
executables:
|
|
74
74
|
- krl
|
|
@@ -99,7 +99,7 @@ files:
|
|
|
99
99
|
- bin/views/success.erb
|
|
100
100
|
- LICENSE
|
|
101
101
|
has_rdoc: true
|
|
102
|
-
homepage: http://
|
|
102
|
+
homepage: http://code.kynetx.com
|
|
103
103
|
licenses: []
|
|
104
104
|
|
|
105
105
|
post_install_message:
|