Closed luke-biel closed 4 years ago
Thanks for reporting. Good catch. Sorry for the trouble - I assume you are right with changing rexml/document - it's my fault because shame on me I'm currently using a windows computer (and windows doesn't care about case-sensitivity in files). I try to test if it works with all lower case. Thanks again for reporting. Keep it up. NOTE: Due to corona covid-19 I'm currently not at "full-speed" and always online or "working". Stay save. Stay home. Wash hands. Cheers.
Case insensitivity was my first guess, but didn't want to rush into conclusions since I've seen other open issues from linux users without such problem. I'll open a PR so you can test it.
Thanks for reporting back and wow. Thanks for your help and sending in a patch / fix. I try to get an updated gem out later this week (that is, Wednesday / Thursday). Cheers. Prost.
@luke-biel Thanks again. A new updated gem is now available with your changes / fix - https://rubygems.org/gems/opmlparser/versions/1.0.1. Cheers. Prost.
uname -a
:Linux LaptopLB 5.3.0-40-generic #32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
This happens for me on my 2 development linux machines, Manually changing
rexml/Document
to lowercase in opmlparser solves the issue,I haven't seen anyone else complaints about it, so I'd prefer to get feedback before opening PR. Maybe it's a setup issue?