Upload application binary.
Add this line to your application's Gemfile:
gem 'appbin-upload', :git => 'https://github.com/sumipan/appbin-upload.rb.git', :branch => 'master'And then execute:
$ bundle
require 'appbin/upload'
response = Appbin::Upload::Post.new({
:endpoint => 'http://yourhost.com'
}).upload(apk_path)- Fork it ( https://github.com/sumipan/appbin-upload.rb/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request