os6sense / xumlidot

RUBY UML class diagram generator with XMI and DOT output.
MIT License
40 stars 7 forks source link

Missing runtime dependency? #34

Closed theldoria closed 2 years ago

theldoria commented 3 years ago

In .gemspec there is a development dependency on pry, however, in parsers.rb the pry is required in production.

Either side is wrong...

os6sense commented 3 years ago

@theldoria Ugh, indeed the pry shouldn't be there. Another one for the TODO unless you'd care to submit a patch

leoarnold commented 2 years ago

see #37