cldwalker / debugger

port of ruby-debug that works on 1.9.2 and 1.9.3
BSD 2-Clause "Simplified" License
846 stars 80 forks source link

Change version matcher in extconf to be regex for 2.1 releases #120

Closed rubyisbeautiful closed 10 years ago

rubyisbeautiful commented 10 years ago

see https://www.ruby-lang.org/en/news/2014/02/24/ruby-2-1-1-is-released/ and https://www.ruby-lang.org/en/news/2013/12/21/semantic-versioning-after-2-1-0/ and https://github.com/cldwalker/debugger-ruby_core_source/pull/32

This is probably just a stop gap and something longer term is needed

fbernier commented 10 years ago

https://github.com/cldwalker/debugger/pull/119

cldwalker commented 10 years ago

I ended up going a slightly different route but thanks for looking into this.