frozon / passbook

Passbook gem let's you create pkpass for passbook iOS 6
MIT License
235 stars 66 forks source link

formatVersion should be numeric else it fails #22

Closed asanghi closed 11 years ago

asanghi commented 11 years ago

If the formatVersion is not a number then the pkpass does not open in PassBook.

You may want to put an exception for that. My team member working on a pull request.

frozon commented 11 years ago

Thank you for pointing this. I had a check with an error if formatVersion is not a numeric.