soap4r-ruby1.9 2.0.2 → 2.0.3

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.
@@ -33,7 +33,7 @@ class ClientSkeltonCreator
33
33
  result = ""
34
34
  if @modulepath
35
35
  result << "\n"
36
- result << @modulepath.each_line.collect { |ele| "module #{ele}" }.join("; ")
36
+ result << @modulepath.each.collect { |ele| "module #{ele}" }.join("; ")
37
37
  result << "\n\n"
38
38
  end
39
39
  services.ports.each do |port|
@@ -42,7 +42,7 @@ class ClientSkeltonCreator
42
42
  end
43
43
  if @modulepath
44
44
  result << "\n\n"
45
- result << @modulepath.each_line.collect { |ele| "end" }.join("; ")
45
+ result << @modulepath.each.collect { |ele| "end" }.join("; ")
46
46
  result << "\n"
47
47
  end
48
48
  result
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: soap4r-ruby1.9
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.0.2
5
+ version: 2.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - kpoorman