microformats / microformats-ruby

Ruby gem that parse HTML containing microformats/microformats2 and returns Ruby objects, a Ruby hash or a JSON hash
https://rubygems.org/gems/microformats
Creative Commons Zero v1.0 Universal
100 stars 29 forks source link

Remove upper limit on Ruby versions #131

Closed tenderlove closed 1 year ago

tenderlove commented 1 year ago

This way we can test against pre-released versions of Ruby.

Just to explain my use case: I'm testing the edge version of Ruby with various things including Mastodon, but the upper limit specified in this gemspec means I can't install the gem with Ruby 3.2.

I ran the tests on 3.2, and they were failing. So I ran the test with Ruby 3.1 and they were failing in the same way. I don't think there's anything in Ruby 3.2 that would have broken this library, and since the failures are the same, I think it's OK to remove this limit.

Thank you!

dissolve commented 1 year ago

taken care of in a separate merge