periclesd / guard-flog

MIT License
4 stars 2 forks source link

guard init flog Could not load... #3

Open aussiDavid opened 7 years ago

aussiDavid commented 7 years ago

Running the guard init command in a rails 5 application fails to load

$ guard init flog

INFO - Writing new Guardfile to /Users/David/Documents/Development/sample/Guardfile
ERROR - Could not load 'guard/flog' or '~/.guard/templates/flog' or find class Guard::Flog

See pull request #1

jdickey commented 5 years ago

guard init flog does not work because this Gem is locked to Flog 4.3.x, which has been out of date since 4.4.0 was released in May, 2016; two and a half years ago as I write this.

It appears that @pantsoptional is no longer available to (hopefully just not interested in) maintaining any of his Ruby Guard tasks (either this, or guard-flay, or guard-reek). GitHub shows him as not having had any activity on any repo since 10 August 2016. We hope he hasn't been bus-factored into permanent unavailability but, regardless, the show(s) need to go on. I'm working crazy hours but I would also find this (and the other mentioned Guard tasks) crazy useful; if anyone wants to give me a shout on Gitter, I'd be happy to pitch in and help coordinate a reboot.

@pantsoptional, if you're still here and no longer interested in maintaining the Gems, can we get the official repos and RubyGems.org links handed off?

Thanks, everybody!