assets/rakelib/ruboto.stdlib.rake in ruboto-1.2.0 vs assets/rakelib/ruboto.stdlib.rake in ruboto-1.3.0

- old
+ new

@@ -161,10 +161,10 @@ end print "excluded #{excluded_stdlibs.join(' ')}..." end # Corrects bug in krypt that loads FFI. - # Only affects JRuby 1.7.11, 1.7.12, and 9000 (until fixed). + # Only affects JRuby 1.7.11, 1.7.12, and 9.0.0.0 (until fixed). # FIXME(uwe): Remove when we stop supporting JRuby 1.7.11 and 1.7.12 Dir['**/provider.rb'].each do |f| print "patching #{f}..." File.write(f, File.read(f).sub(%r{require_relative 'provider/ffi'}, "# require_relative 'provider/ffi'")) end