font
font copied to clipboard
Gem'ming up, possible fix for installation tickets
I've started working on Gemming up 'font', but there is a lot of crossover between doing that and rejigging the code a bit to make it more standard.
By packaging as a gem you get simple installation, version management and a nice project structure for free. You can also include scripts that get tagged onto the users LOAD_PATH so you don't have to worry about sudo powered Rakefile install scripts.
https://github.com/adonaldson/font/tree/gemify
I reckon once the code in my repo is a bit less rubbish it'll probably invalidate #2 and #3.
So I should wait for a pull request before I continue with these issues, right?
It's entirely up to you! I'm bogged down a bit in the creation of the gem - I think I have to tweak some of the code that you have in font.rb to fit more in with the structure of the gem.
Any changes you make to this repo, I'll pull into my repo, so don't let me hold you up! I just made this ticket to signal my intentions :)