rscript 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rscript_base.rb +1 -1
  2. metadata +1 -1
data/lib/rscript_base.rb CHANGED
@@ -21,7 +21,7 @@ class RScriptBase
21
21
  out_buffer = ''
22
22
  src = script.attribute('src')
23
23
  if src then
24
- out_buffer = read_sourcecode(script.attribute('src').value)
24
+ out_buffer = read_sourcecode(script.attribute('src').value.to_s)
25
25
  else
26
26
  code = script.text.to_s.strip.length > 0 ? script.text : script.cdatas.join.strip
27
27
  out_buffer = code
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rscript
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors: []
7
7