soap4r-ruby1.9 2.0.0 → 2.0.1

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 DriverCreator
33
33
  def dump(porttype = nil)
34
34
  result = "require 'soap/rpc/driver'\n\n"
35
35
  if @modulepath
36
- @modulepath.each_line do |name|
36
+ @modulepath.each do |name|
37
37
  result << "module #{name}\n"
38
38
  end
39
39
  result << "\n"
@@ -58,7 +58,7 @@ private
58
58
  end
59
59
 
60
60
  def create_file
61
- @modulepath = @opt['module_path']
61
+ @modulepath = @opt['module_path'].split("::")
62
62
  create_classdef if @opt.key?('classdef')
63
63
  create_mapping_registry if @opt.key?('mapping_registry')
64
64
  create_servant_skelton(@opt['servant_skelton']) if @opt.key?('servant_skelton')
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.0
5
+ version: 2.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - kpoorman
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-31 00:00:00 -04:00
14
- default_executable:
13
+ date: 2011-03-31 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: shoulda
@@ -712,7 +711,6 @@ files:
712
711
  - test/xsd/xsd2ruby/expected_mysample_mapping_registry.rb
713
712
  - test/xsd/xsd2ruby/section.xsd
714
713
  - test/xsd/xsd2ruby/test_xsd2ruby.rb
715
- has_rdoc: true
716
714
  homepage: https://github.com/noeticpenguin/soap4r-noeticpenguin
717
715
  licenses:
718
716
  - MIT
@@ -736,7 +734,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
736
734
  requirements: []
737
735
 
738
736
  rubyforge_project:
739
- rubygems_version: 1.6.2
737
+ rubygems_version: 1.8.8
740
738
  signing_key:
741
739
  specification_version: 3
742
740
  summary: Ruby 1.9.2 compatible soap4r library