ruby - Questions about building a new gem using Wycats template -
I'm writing a new gem which I'm closing and I'm a little confused. Having a Gemfile with dependence and assigning a gemspec with dependence seems too inconvenient for me. Can anyone explain that it is desirable and if it is really necessary?
Note, this is the first gem I wrote earlier, so I'm new in all of this.
.gemspec dependency rubygems explains that when a user installs your gem dependency To solve, it needs to catch Gemfile dependency while managing you develop gem RubyGums and the bundler, at least not yet.
Comments
Post a Comment