font icon indicating copy to clipboard operation
font copied to clipboard

Gem'ming up, possible fix for installation tickets

Open adonaldson opened this issue 11 years ago • 2 comments

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.

adonaldson avatar Jul 01 '13 18:07 adonaldson

So I should wait for a pull request before I continue with these issues, right?

alyssais avatar Jul 02 '13 22:07 alyssais

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 :)

adonaldson avatar Jul 03 '13 09:07 adonaldson