Packaging a Library

3 views
Skip to first unread message

Haydn

unread,
Feb 13, 2012, 10:43:38 PM2/13/12
to ProjectSprouts
Hey,

I've got a AS3 library I'm working on that's already being used in a
number of projects. Is there a way I can package it into a gem?

Ideally I want to be able to point my Gemfile to a local Git repo so I
can quickly commit changes and they'll be available in all projects
using the library.

Cheers,

Haydn

Haydn

unread,
Feb 22, 2012, 9:46:30 PM2/22/12
to ProjectSprouts
For anyone who stumbles across this looking for answers I'm now just
using git submodule to include the library:

git submodule add /path/to/local/repo lib/my-library

And add it in rakefile.rb:

t.source_path << 'lib/my-library'
Reply all
Reply to author
Forward
0 new messages