Repository URL to install this package:
Version:
0.8.93 ▾
|
lobbyist-ruby
/
deploy.rb
|
---|
#!/usr/bin/env ruby
file_name = %x(gem build lobbyist.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)