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