vendor/jets-gems/lib/jets/gems/extract/gem.rb in jets-1.4.8 vs vendor/jets-gems/lib/jets/gems/extract/gem.rb in jets-1.4.9

- old
+ new

@@ -15,10 +15,10 @@ say "Looking for #{full_gem_name} gem in: #{@options[:source_url]}" clean_downloads(:gems) if @options[:clean] zipfile_path = download_gem remove_current_gem unzip_file(zipfile_path) - say("Gem #{full_gem_name} unpacked at #{project_root}", :debug) + say("Gem #{full_gem_name} unpacked at #{project_root}") end def unzip_file(zipfile_path) dest = "#{Jets.build_root}/stage/opt" say "Unpacking into #{dest}"