ios-cert-enrollment 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/ios-cert-enrollment/sign.rb +1 -1
  2. metadata +1 -1
@@ -69,7 +69,7 @@ module IOSCertEnrollment
69
69
  (unix_serial.length - 12).abs.times {
70
70
  unix_serial << "0"
71
71
  }
72
- cert.serial = unix_serial
72
+ cert.serial = unix_serial.to_i
73
73
  cert.subject = request.subject
74
74
  cert.issuer = SSL.certificate.subject
75
75
  cert.public_key = request.public_key
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ios-cert-enrollment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: