lib/gym/commands_generator.rb in gym-1.2.0 vs lib/gym/commands_generator.rb in gym-1.3.0
- old
+ new
@@ -49,10 +49,10 @@
containing = (File.directory?("fastlane") ? 'fastlane' : '.')
path = File.join(containing, Gym.gymfile_name)
raise "Gymfile already exists".yellow if File.exist?(path)
template = File.read("#{Helper.gem_path('gym')}/lib/assets/GymfileTemplate")
File.write(path, template)
- Helper.log.info "Successfully created '#{path}'. Open the file using a code editor.".green
+ UI.success "Successfully created '#{path}'. Open the file using a code editor."
end
end
default_command :build