Building a Ruby CLI Gem From Scratch

Let me start by saying that one thing I understand now is, as programmers, we don’t need to recreate the wheel, there are a lot of tools we can use to make our life easier in terms of building our projects. For this particular project Bundler will create our gemspec file by simply typing: gem bundler <gem name> […]

Continue Reading