Claudio Bustos
Claudio Bustos
I could test on Windows without problem. If I found how to create a cross-platform gem which doesn't bug you when no compilation framework is available, I will fork and...
Tested on Windows, using mingw version. Works fine. I try to compile a mingw version using Ubuntu. I will create a branch called "cross compilation" for this.
Testing on another gem, the ideal will be create pre-compiled version of library for some platforms. If someone wants to compile the gem, only gave to do gem install --platform...
I created a branch called "using_rake-compiler". With rake-compiler, we can create precompiled binaries for linux and windows, without losing the possibility of compiling the extension manualy. Can you pull and...
By the way: require 'statistics2' shouldn't call the extension, but a ruby script. This should decide if we load the extension or use the pure ruby version. This allow alternative...
Right. I got a windows machine to test all my ruby code.
Oh, great!!! A question: where do you came from? On Mon, Mar 16, 2015 at 9:48 AM, Juan Francisco Raposeiras < [email protected]> wrote: > Hi, I've added a branch with...
Hey, sorry for don't reply. I have a very tight schedule and I forgot to reply. Please, fork with your changes, create new test and verify that all old ones...
Sorry, but I didn't implemented yet the authentification on this package.
I don't know, really. On Thu, Mar 28, 2013 at 3:25 AM, Hengchu Zhang [email protected]: > Ah I see. Thank you for clearing the confusion though. So is there anyway...