app-mgr 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/app-mgr.rb +2 -2
- metadata +2 -2
data/lib/app-mgr.rb
CHANGED
@@ -100,10 +100,10 @@ class AppMgr
|
|
100
100
|
if self.running? project_name then
|
101
101
|
|
102
102
|
out = XPath.match(doc.root, 'methods/method').map do |node_method|
|
103
|
-
|
103
|
+
methodx = node_method.attributes.get_attribute('name').to_s
|
104
104
|
params = node_method.elements['params'].to_s
|
105
105
|
|
106
|
-
method_out, @content_type = self.execute(project_name,
|
106
|
+
method_out, @content_type = self.execute(project_name, methodx, params)
|
107
107
|
method_out
|
108
108
|
end
|
109
109
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: app-mgr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors: []
|
7
7
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-08-
|
12
|
+
date: 2010-08-20 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|