cosmo0920 / win32-api

A different, better variant of the Win32API Ruby library
61 stars 10 forks source link

Support Ruby 2.3 and drop support Ruby 1.8.7 and 1.9.3 #17

Closed cosmo0920 closed 8 years ago

cosmo0920 commented 8 years ago

Now, Ruby 1.8.7 and Ruby 1.9.3 have been already reached EOL. Using unsupported versions Rubies causes security risks. Let's remove them.

And now, RubyInstaller for Ruby 2.3 has been shipped. We should support this newly shipped version of Ruby.

Related to #16.

djberg96 commented 8 years ago

Why take out the devkit requirement?

cosmo0920 commented 8 years ago

Current version of DevKit does not have devkit.rb. Instead of requiring devkit, just executing devkitvars.bat or devkitvars.ps1 is enough for universal gem building.

cosmo0920 commented 8 years ago

Removing require 'devkit' should be out of scope this PR. I removed this commit in this PR.

cosmo0920 commented 8 years ago

Once I close this PR because forked repository shall be deleted.