rcscript-client 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rcscript-client.rb +1 -1
- metadata +3 -3
data/lib/rcscript-client.rb
CHANGED
@@ -55,7 +55,7 @@ class RScriptClient
|
|
55
55
|
summary_node.each do |node|
|
56
56
|
method =<<EOF
|
57
57
|
def #{node.name}()
|
58
|
-
"#{(node.cdatas.length > 0 ? node.cdatas.join.strip : node.text.to_s).gsub(/"/,'\"')}"
|
58
|
+
"#{(node.cdatas.length > 0 ? node.cdatas.join.strip : node.text.to_s).gsub(/"/,'\"').gsub(/#/,'\#')}"
|
59
59
|
end
|
60
60
|
EOF
|
61
61
|
self.instance_eval(method)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rcscript-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
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-
|
12
|
+
date: 2010-04-11 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -50,6 +50,6 @@ rubyforge_project:
|
|
50
50
|
rubygems_version: 1.3.5
|
51
51
|
signing_key:
|
52
52
|
specification_version: 3
|
53
|
-
summary: RCscript-client is a utility for executing
|
53
|
+
summary: RCscript-client is a utility for remotely executing Ruby Scripting File (RSF)
|
54
54
|
test_files: []
|
55
55
|
|