passbook icon indicating copy to clipboard operation
passbook copied to clipboard

Passbook gem let's you create pkpass for passbook iOS 6

Results 23 passbook issues
Sort by recently updated
recently updated
newest added

Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.1.0 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

Bumps [yard](https://github.com/lsegal/yard) from 0.8.7.2 to 0.9.20. Release notes *Sourced from [yard's releases](https://github.com/lsegal/yard/releases).* > ## Release v0.9.20 > > [0.9.20]: https://github.com/lsegal/yard/compare/v0.9.19...v0.9.20 > > - Fix parsing of stringified Symbols in Ruby...

dependencies

Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.0.0 to 1.3.0. Release notes *Sourced from [rubyzip's releases](https://github.com/rubyzip/rubyzip/releases).* > ## v1.3.0 > Security > > - Add `validate_entry_sizes` option so that callers can trust an entry's...

dependencies

Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.6.5 to 0.9.5. Release notes *Sourced from [i18n's releases](https://github.com/svenfuchs/i18n/releases).* > ## v0.9.5 > * [#404](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/404) reported a regression in 0.9.3, which wasn't fixed by 0.9.4. [#408](https://github-redirect.dependabot.com/svenfuchs/i18n/issues/408) fixes...

dependencies

Fix the `barcode` key which is now deprecated in favour of `barcodes` (see https://developer.apple.com/library/archive/documentation/UserExperience/Reference/PassKit_Bundle/Chapters/TopLevel.html#//apple_ref/doc/uid/TP40012026-CH2-SW5). In addition, `barcodes` key is now a top level key and not a child of `boardingPass`.

`pk build your_pass_name -w ./wwdc.pem -c ./your_pass_name.p12 -p ''` ➜ repo git:(master) ✗ pk build mypass -w ./wwdc.pem -c ./mypass.p12 -p '' invalid option: -w

Removing the call to `.close` will fix it. You can't access an instance of `Tempfile` after `close` is called. Perhaps adding another method like `pass.cleanup!` that closes the temp file...

We actually don't need small icon if we have retina-sized. This is especially useful if you use only retina-sized images, as Apple Passbook downscales all of them for normal displays...