evilr 1.0.0-x86-mswin32-60

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ require 'mkmf'
2
+ $CFLAGS << " -DRUBY19" if RUBY_VERSION >= '1.9.0'
3
+ $CFLAGS << " -Wall " unless RUBY_PLATFORM =~ /solaris/
4
+ $CFLAGS << ' -g -ggdb -O0 -DDEBUG' if ENV['DEBUG']
5
+ $CFLAGS << " -Wconversion -Wsign-compare -Wno-unused-parameter -Wwrite-strings -Wpointer-arith -fno-common -pedantic -Wno-long-long" if ENV['STRICT']
6
+ $CFLAGS << (ENV['CFLAGS'] || '')
7
+ create_makefile("evilr")
data/lib/1.8/evilr.so ADDED
Binary file
data/lib/1.9/evilr.so ADDED
Binary file
data/lib/evilr.rb ADDED
@@ -0,0 +1 @@
1
+ require "#{RUBY_VERSION[0...3]}/evilr"