Repository URL to install this package:
Version:
0.0.1 ▾
|
appointment_plus
/
deploy.rb
|
---|
#!/usr/bin/env ruby
file_name = %x(gem build appointment_plus.gemspec | awk '/File/ {print $2}' -)
raise "Build failed!" unless file_name
command = "curl -F package=@#{file_name.chomp} https://push.fury.io/P7qkxZzYFkrcJPGnWV43/customerlobby"
exec(command)