Sha256: 367c90efaf183d489b3e3e5ac958a0df3af390c4a9f43661c910e71b7d2595a2
Contents?: true
Size: 313 Bytes
Versions: 1
Compression:
Stored size: 313 Bytes
Contents
#!/usr/bin/env ruby require 'bundler/setup' require 'awesome_print' require 'deliv/deploy' puts "Building deliv-deploy #{Deliv::Deploy::VERSION}.".white system('git pull origin master') system('gem build deliv-deploy.gemspec') system("gem install deliv-deploy-#{Deliv::Deploy::VERSION}.gem") puts 'Done.'.green
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
deliv-deploy-0.0.1 | bin/build |