Therefore SK_SDK which overrides this method is no longer compatible.
.rvm/gems/ruby-1.9.2-p290/gems/sk_sdk-0.0.8/lib/sk_sdk/base.rb:18:in `initialize': wrong number of arguments (2 for 1) (ArgumentError)
from .rvm/gems/ruby-1.9.2-p290/gems/activeresource-3.1.0/lib/active_resource/base.rb:926:in `new'
from .rvm/gems/ruby-1.9.2-p290/gems/activeresource-3.1.0/lib/active_resource/base.rb:926:in `instantiate_record
This pull request contains a patch which fixes the incompatibility and gives some love to ActiveResource 3.1.
ActiveResource 3.1 changed a signature of ActiveResoruce::Base#initialize method from
to
Therefore SK_SDK which overrides this method is no longer compatible.
This pull request contains a patch which fixes the incompatibility and gives some love to ActiveResource 3.1.