lib/chef_gen/flavor/flay.rb in chef-flavor-flay-0.2.0 vs lib/chef_gen/flavor/flay.rb in chef-flavor-flay-0.2.1

- old
+ new

@@ -1,10 +1,10 @@ module ChefGen module Flavor class Flay NAME = "flay".freeze DESC = "Generate a new cookbook with **better** defaults".freeze - VERSION = "0.2.0".freeze + VERSION = "0.2.1".freeze attr_reader :temp_path def initialize(temp_path: nil) @temp_path = temp_path