Sha256: 0273c672b53567ad3ed0a2217b6bf835ecfe7ac1f7e4805674caa9793e9bdb1d
Contents?: true
Size: 606 Bytes
Versions: 1
Compression:
Stored size: 606 Bytes
Contents
module KnifeSolo def self.version '0.7.0.pre' end def self.post_install_message <<-TXT.gsub(/^ {6}/, '').strip Thanks for installing knife-solo! If you run into any issues please let us know at: https://github.com/matschaffer/knife-solo/issues If you are upgrading knife-solo please uninstall any old versions by running `gem clean knife-solo` to avoid any errors. See http://bit.ly/CHEF-3255 for more information on the knife bug that causes this. TXT end def self.prerelease? Gem::Version.new(self.version).prerelease? end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
knife-solo-0.7.0.pre | lib/knife-solo/info.rb |