lavmeiker / capistrano-wpcli

Provides command line tools to facilitate Wordpress deploy.
MIT License
117 stars 34 forks source link

Drop patch version from twiddle-wakka versioning syntax #40

Closed dotsam closed 7 years ago

dotsam commented 7 years ago

Using "twiddle-wakka" syntax with a version number including the patch level essentially locks the dependancy to that version (see http://guides.rubygems.org/patterns/#pessimistic-version-constraint)

This changes the gemspec to the minor version, which should allow it to float to any minor version before the next major version.

jeremyzahner commented 7 years ago

@dotsam Looks good. Thanks! I'll merge it right away.

jeremyzahner commented 7 years ago

@dotsam New version is released on Github and on rubygems.

jeremyzahner commented 7 years ago

@dotsam By the way. Would you be interested in making another PR to update all dependencies and test it? See https://www.versioneye.com/user/projects/561c9bfda193340f2f001728?child=summary#tab-dependencies for current outdates.