Rakefile in ruby-pwsh-0.3.0 vs Rakefile in ruby-pwsh-0.4.0

- old
+ new

@@ -60,10 +60,10 @@ # Build the gem desc 'Build the gem' task :build do gemspec_path = File.join(Dir.pwd, 'ruby-pwsh.gemspec') # Delete the puppet-specific code if it exists - FileUtils.rm_r('lib/puppet') if File.exist?('lib/puppet') + # FileUtils.rm_r('lib/puppet') if File.exist?('lib/puppet') run_local_command("bundle exec gem build '#{gemspec_path}'") end # Tag the repo with a version in preparation for the release #