passbook
passbook copied to clipboard
Passbook gem let's you create pkpass for passbook iOS 6
Ruby 3.2 includes OpenSSL 3. This causes issues signed Passbook passes using a `p12` archive. The fix is to [extract the certificate and private key from your `p12` file](https://stackoverflow.com/a/73908908/559596) and...
Bumps [activesupport](https://github.com/rails/rails) from 3.2.14 to 6.1.7.1. Release notes Sourced from activesupport's releases. v6.1.7.1 Active Support Avoid regex backtracking in Inflector.underscore [CVE-2023-22796] Active Model No changes. Active Record Make sanitize_as_sql_comment more...
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.2.8 to 1.13.0. Release notes Sourced from git's releases. Release v1.13.0 Full Changelog 8349224 Update list of maintainers (#598) 4fe8738 In ls-files do not unescape file paths...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.5 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.6 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
For multiple certificates which are saved on cloud, instead of creating TempFile we have binary data of certificate that is not Pathname.To add binary data as certificate support in signer.
Bumps [rdoc](https://github.com/ruby/rdoc) from 4.2.0 to 6.3.2. Changelog Sourced from rdoc's changelog. === 5.1.0 / 2017-02-24 Bug fixes Fix an issue that rdoc fails when running on Windows with RUBYOPT=-U. PR...
Tests are not passing but this should fix #75
Hi, I've got this error: Encoding::UndefinedConversionError ("\x9F" from ASCII-8BIT to UTF-8): ` passbook = Passbook::PKPass.new json passbook.addFiles [Rails.root.join('certificates/icon.png'), Rails.root.join('certificates/[email protected]')] gen_pass = passbook.file send_file(gen_pass.path, type: 'application/vnd.apple.pkpass', disposition: 'attachment', filename: "pass.pkpass")` What...
Encoding::UndefinedConversionError ("\x9F" from ASCII-8BIT to UTF-8):