soap4r-ruby1.9 2.0.1 → 2.0.2

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.
Files changed (2) hide show
  1. data/lib/wsdl/soap/driverCreator.rb +1 -1
  2. metadata +1 -1
@@ -48,7 +48,7 @@ class DriverCreator
48
48
  end
49
49
  if @modulepath
50
50
  result << "\n"
51
- @modulepath.each_line do |name|
51
+ @modulepath.each do |name|
52
52
  result << "end\n"
53
53
  end
54
54
  end
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.1
5
+ version: 2.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - kpoorman