Sha256: 7433e6c6c4d453258bd014635987538426d6692e896dbbb1c3b15537841e4abd
Contents?: true
Size: 691 Bytes
Versions: 2
Compression:
Stored size: 691 Bytes
Contents
## Purpose Make implementing safari push notifications easier for ruby developers. ## Notes: ```ruby def create package = PushPackage.new(website_params, iconset_path, certificate) package.save('path/to/save') send_file 'path/to/save' end ``` ```shell $> push_package --website-json=./website.json --iconset-path=~/project/iconset --output-dir=./ --certificate=./Certificate.p12 wrote: ./pushPackage.zip ``` ## Contributing 1. Fork it 1. Create your feature branch (`git checkout -b my-new-feature`) 1. Write tests for your feature 1. Commit your changes (`git commit -am 'Add some feature'`) 1. Push to the branch (`git push origin my-new-feature`) 1. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
push_package-0.0.3 | README.md |
push_package-0.0.2 | README.md |