jgarber / redcloth

RedCloth is a Ruby library for converting Textile into HTML.
Other
443 stars 113 forks source link

Allow RedCloth to build & load with local Windows MinGW build #42

Closed MSP-Greg closed 6 years ago

MSP-Greg commented 6 years ago

Allows Windows RubyInstaller2 builds (Ruby 2.4+) to compile & load RedCloth.

Fork Travis passed.

Locally, I'm using ruby 2.5.0dev (2017-10-08 trunk 60140) [x64-mingw32], and passing all tests. I'll add appveyor.yml later.

MSP-Greg commented 6 years ago

I forgot about lib/redcloth.rb:24, which I used to show that the redcloth.so was loading.

I can remove & run tests again, or fix when I add appveyor.yml. Preference?

EDIT 11-Oct: Removed