Skip to content

Commit

Permalink
Merge pull request #18 from ashumkin/master
Browse files Browse the repository at this point in the history
fixed: "NameError: uninitialized constant SOAP::HTTPStreamHandler::Versi...
  • Loading branch information
tjarratt committed Feb 21, 2014
2 parents 52aba47 + bd89e28 commit 2cb45ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/soap/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Soap
module SOAP
VERSION = Version = "1.5.9"
end
2 changes: 1 addition & 1 deletion soap2r.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
require "soap/version"

Gem::Specification.new "soap2r", Soap::VERSION do |s|
Gem::Specification.new "soap2r", SOAP::VERSION do |s|
s.author = "NAKAMURA, Hiroshi"
s.email = "[email protected]"
s.homepage = "https://github.com/felipec/soap4r"
Expand Down

0 comments on commit 2cb45ef

Please sign in to comment.