magicmonkey 2.0.0 → 2.0.1
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module UnicornRails
|
|
2
2
|
|
|
3
3
|
def self.start(args = {})
|
|
4
|
-
["unicorn_rails -E production -p #{args[:port]}
|
|
4
|
+
["unicorn_rails -E production -p #{args[:port]} #{args[:app_server_options]} -D"]
|
|
5
5
|
end
|
|
6
6
|
|
|
7
7
|
def self.stop(args = {})
|
|
@@ -45,7 +45,7 @@ module Magicmonkey
|
|
|
45
45
|
# CONFIGURE COMMAND #
|
|
46
46
|
#####################
|
|
47
47
|
def self.configure(args)
|
|
48
|
-
app = self.help('configure', '
|
|
48
|
+
app = self.help('configure', 'Configure the application', args) do |opts|
|
|
49
49
|
opts.on('-c', '--configuration CONFIG_FILE', 'Use this file as configuration') do |c|
|
|
50
50
|
@o[:configuration] = c
|
|
51
51
|
end
|
data/lib/magicmonkey/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: magicmonkey
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ date: 2012-06-08 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cocaine
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70266680750820 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,10 +21,10 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
24
|
+
version_requirements: *70266680750820
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: term-ansicolor
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70266680749920 !ruby/object:Gem::Requirement
|
|
28
28
|
none: false
|
|
29
29
|
requirements:
|
|
30
30
|
- - ! '>='
|
|
@@ -32,7 +32,7 @@ dependencies:
|
|
|
32
32
|
version: '0'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
|
-
version_requirements: *
|
|
35
|
+
version_requirements: *70266680749920
|
|
36
36
|
description: ! 'Manage your Rails applications: different Ruby versions and different
|
|
37
37
|
application servers.'
|
|
38
38
|
email:
|