Sha256: c816d7b6fdef15aad55763cc953ab09f7505b1577bd236b23bc70c710c4b9187
Contents?: true
Size: 177 Bytes
Versions: 7
Compression:
Stored size: 177 Bytes
Contents
desc "Checks that we're ready to push, and then pushes the current branch to origin" task :shipit => [:validate, "git:push_origin"] do puts 'That ship has sailed! 😎' end
Version data entries
7 entries across 7 versions & 1 rubygems