Sha256: fb119f7425032ee9a4721f66fda602683c7a67733ef5f9c4956a060b47e70fb3
Contents?: true
Size: 667 Bytes
Versions: 7
Compression:
Stored size: 667 Bytes
Contents
desc 'Checks you if you need to do any cleanup of the code before you push' task :validate do Rake::Task['git:check_for_uncommitted_changes'].invoke Rake::Task['ios:clean:build'].invoke Rake::Task['ios:tidy'].invoke Rake::Task['git:check_for_uncommitted_changes'].reenable Rake::Task['git:check_for_uncommitted_changes'].invoke Rake::Task['ios:specs:slim'].invoke puts "\n\n" puts "👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 " puts "🚢 Looks like you're good to ship! 🚢 " puts "👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 " puts "\n\n" end
Version data entries
7 entries across 7 versions & 1 rubygems