workon 0.0.8 → 0.0.9
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/workon/actor/base.rb +1 -1
- data/lib/workon/cli/commands.rb +1 -1
- data/lib/workon/configuration.rb +6 -2
- data/lib/workon/version.rb +1 -1
- metadata +2 -2
data/lib/workon/actor/base.rb
CHANGED
data/lib/workon/cli/commands.rb
CHANGED
data/lib/workon/configuration.rb
CHANGED
@@ -60,14 +60,18 @@ module Workon
|
|
60
60
|
options[:only] = v
|
61
61
|
end
|
62
62
|
|
63
|
-
o.on('-d', '--dump-configuration', 'Dump workon configuration to project_path/.
|
63
|
+
o.on('-d', '--dump-configuration', 'Dump workon configuration to project_path/.workonrc') do
|
64
64
|
options[:dump_configuration] = true
|
65
65
|
end
|
66
66
|
|
67
|
-
o.on_tail('--install-helper', 'Install `wo
|
67
|
+
o.on_tail('--install-helper', 'Install `wo\' helper function to ~/.bash_profile') do
|
68
68
|
options[:install_helper] = true
|
69
69
|
end
|
70
70
|
|
71
|
+
o.on_tail('-n', '--dry-run', 'Do not run any commands') do
|
72
|
+
options[:dry_run] = true
|
73
|
+
end
|
74
|
+
|
71
75
|
o.on_tail('-v', '--version', 'Show version information') do
|
72
76
|
puts Workon::VERSION
|
73
77
|
exit
|
data/lib/workon/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: workon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.9
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Mike Wyatt
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-03-
|
13
|
+
date: 2011-03-17 00:00:00 -02:30
|
14
14
|
default_executable:
|
15
15
|
dependencies: []
|
16
16
|
|