pdfinfo 1.4.1 → 1.4.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f254a1b8ef1c41894caea1b72abcd5270756f669
4
- data.tar.gz: 950cbabb9010e8b45f40a7d76b8c7c1814e2d578
3
+ metadata.gz: e0b3d9cb5ec1e9d346065ab4cdba5c3e5be158bf
4
+ data.tar.gz: 91f9ccae2ea210174b3a8c56ab1b13be78acc1b3
5
5
  SHA512:
6
- metadata.gz: 439569daedf399d217092ddb0a64571ad46cde9e1f50e9cbdc0ecc867ec71f1e03c10c21630c93a3620d851b1742422be0bcc217ebc8554f0aee131d6dd60cdd
7
- data.tar.gz: 82d68bb3266363c0027e856d09b5189f7a2344da32643ab917259e887dc0915b59343a0f809001214485000de98b8d3fa8862b928708163b2e3035641ee57ea7
6
+ metadata.gz: b2407af666a4eb3f610ac59cf0639c8fe284ace08e6bcb818c41031eea35e36f96f4201fd989e3aa40e1540f612fce98c6348bd916caf9bcb7074102454e56e7
7
+ data.tar.gz: 4ba086f4160eb8982a8130d329665054435e9007e9272f6a7d0140fcb8d39bba7c50f2a891cee3ef989a86084800fae45cadb258160179ddabce1dffddcfb93f
@@ -11,7 +11,7 @@ class Pdfinfo
11
11
  new *string.scan(MATCHER).flatten
12
12
  end
13
13
 
14
- def initialize(width, height, rotation)
14
+ def initialize(width, height, rotation = 0.0)
15
15
  @width = width.to_f
16
16
  @height = height.to_f
17
17
  @rotation = rotation.to_f
@@ -1,3 +1,3 @@
1
1
  class Pdfinfo
2
- VERSION = '1.4.1'
2
+ VERSION = '1.4.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Venegas