Using Git to Maintain Common RubyGem Functionality with BasicGem
Do you maintain several different RubyGems? Maybe you maintain dozens? Wouldn’t it be nice to not have to repeat yourself when making changes that should be common to all the gems in your stable?
Introducing BasicGem, an opinionated RubyGem structure. BasicGem provides a repository for jump-starting a new RubyGem and provides a repository for cloned gems to pull future enhancements and fixes.
Post a comment