Closed mattscilipoti closed 12 years ago
I see you've already changed the Gemfile: https://github.com/rdp/os/commit/a86e45502ab443b56c1f123f2b61bd03760d9fc5#Rakefile-P5. Feel free to close this. I left it open because I wanted to give you a chance to review those links. :)
oh yeah forgot to close this. Weird stuff, that's for sure LOL.
rake gemspec
causes self-dependency.See: https://github.com/technicalpickles/jeweler/issues/188 And: https://github.com/rdp/os/pull/5
technicalpickles recommends that we remove the
gemspec
entry in Gemfile and maintain duplicate dependency entries in gemspec and Gemfile. This is contrary to the Bundler recommendations, but may be necessary to work with Jeweler too.Or... we could remove Jeweler. Here's some links that describe what life is like without Jeweler.
Both ways have their advantages. I will be happy to support whichever way you decide to go.