geekq / workflow

Ruby finite-state-machine-inspired API for modeling workflow
MIT License
1.75k stars 207 forks source link

GPL licensed dependency `ruby-graphviz` #225

Open ioquatix opened 4 years ago

ioquatix commented 4 years ago

By pulling in that dependency, my understanding is you cannot release this code under the MIT license.

https://github.com/ioquatix/graphviz is an alternative using the MIT license.

geekq commented 4 years ago

Hi Samuel, thanks for the hint! Will check it and likely just remove this not really needed dependency. Earlier I just had a shell call for the graphviz dot tool like dot ...

oskargargas commented 2 years ago

@geekq Hi! Is there a plan to drop or change ruby-graphviz? Would prefer to not have a graphing feature then discuss with legal team if its ok to use what you call not really needed dependency. ;)

geekq commented 2 years ago

ruby-graphviz creeped in with some pull request a while ago. Will replace it back with a shell call - need to search for it in the history. Planning to do it during my "ruby workflow" day next week.