ext/svmc_wrap.cxx in tomz-libsvm-ruby-swig-0.2.3 vs ext/svmc_wrap.cxx in tomz-libsvm-ruby-swig-0.2.4

- old
+ new

@@ -4433,14 +4433,14 @@ */ #ifdef __cplusplus extern "C" #endif -SWIGEXPORT void Init_svmc(void) { +SWIGEXPORT void Init_libsvm(void) { size_t i; SWIG_InitRuntime(); - mSvmc = rb_define_module("Svmc"); + mSvmc = rb_define_module("LibSVM"); SWIG_InitializeModule(0); for (i = 0; i < swig_module.size; i++) { SWIG_define_class(swig_module.types[i]); }