vuderacha-syrup 0.1.1 → 0.1.2
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.yml +1 -1
- data/lib/syrup.rb +4 -4
- metadata +2 -2
data/VERSION.yml
CHANGED
data/lib/syrup.rb
CHANGED
|
@@ -79,9 +79,9 @@ module Syrup
|
|
|
79
79
|
else
|
|
80
80
|
manager.run command_args
|
|
81
81
|
end
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
82
|
+
when 'debug'
|
|
83
|
+
fail('No application name provided') if command_args.length == 0
|
|
84
|
+
manager.run_app command_args[0]
|
|
85
85
|
when 'set'
|
|
86
86
|
fail("No properties provided to set") if command_args.length < 1
|
|
87
87
|
if @options.application
|
|
@@ -122,7 +122,7 @@ module Syrup
|
|
|
122
122
|
|
|
123
123
|
def build_options
|
|
124
124
|
opts = OptionParser.new
|
|
125
|
-
opts.banner = "Usage: syrup [options] start [name] | stop [name] | run [<path> | name] | activate [name] <path> |\n" +
|
|
125
|
+
opts.banner = "Usage: syrup [options] start [name] | stop [name] | run [<path> | name] | debug name | activate [name] <path> |\n" +
|
|
126
126
|
" set <prop>=<value> | unset <prop> | clear | weave <fabric> | unweave"
|
|
127
127
|
opts.separator ""
|
|
128
128
|
opts.separator "Ruby options:"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vuderacha-syrup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Jones
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-04-17 00:00:00 -07:00
|
|
13
13
|
default_executable: syrup
|
|
14
14
|
dependencies: []
|
|
15
15
|
|