Make implementing safari push notifications easier for ruby developers.
def create
  package = PushPackage.new(website_params, iconset_path, certificate)
  package.save('path/to/save')
  send_file 'path/to/save'
end$> push_package --website-json=./website.json --iconset-path=~/project/iconset --output-dir=./ --certificate=./Certificate.p12
   wrote: ./pushPackage.zip- Fork it
 - Create your feature branch (
git checkout -b my-new-feature) - Write tests for your feature
 - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request