copremesis / soap4r

updating soap4r gem to be compatible with ruby 1.9.2
3 stars 2 forks source link

Several warnings in Ruby 1.9.2 #4

Open ttpaiva opened 13 years ago

ttpaiva commented 13 years ago

I get this warnings when using soap4r:

/Users/tiago/.rvm/gems/ruby-1.9.2-p180/gems/soap4r-1.5.8/lib/xsd/charset.rb:13: warning: variable $KCODE is no longer effective /Users/tiago/.rvm/gems/ruby-1.9.2-p180/gems/soap4r-1.5.8/lib/soap/property.rb:68: warning: encoding option is ignored - u /Users/tiago/.rvm/gems/ruby-1.9.2-p180/gems/soap4r-1.5.8/lib/soap/property.rb:69: warning: encoding option is ignored - u /Users/tiago/.rvm/gems/ruby-1.9.2-p180/gems/soap4r-1.5.8/lib/soap/property.rb:70: warning: encoding option is ignored - u /Users/tiago/.rvm/gems/ruby-1.9.2-p180/gems/soap4r-1.5.8/lib/soap/generator.rb:276: warning: encoding option is ignored - UTF8

I've updated to the newest version but still the same.

Thanks, Tiago

geekdreamzz commented 10 years ago

3 years later im inheriting an app with this same issue. It's a long shot but if you do remember what was done to fix it please share!