nanoc-weasyprint.rb 0.1.0 → 0.1.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
  SHA256:
3
- metadata.gz: 754742e20e7029fec88fcbd708ab45504935f37f283eb78f6a91722be7a79119
4
- data.tar.gz: d88b791fd6247156b2b607c5ae331307933883ae64ec8f6a4a8db02aade2bab2
3
+ metadata.gz: 545bb4f7680b36959db0f48e91864f0d768a422fab09b5bb1eca15756be22ea6
4
+ data.tar.gz: 3f7f656af033b747f797b624f3ed283dd0253e43df6287cf14f4bbda47b825dc
5
5
  SHA512:
6
- metadata.gz: d3a95584be1306e396284692bb0dd893774386918fdf342bb884dcad0c7e75063fa5f2d8806983ab5759d4eed0256929dc63c1175b0c357ec0bd9d80b339e84f
7
- data.tar.gz: 9daefce2312c4e6d8887c81836263d340c6d0f71115696ce6332fb6960e0f0628dcc3c68bac8f1f166475f4d17dcb42d8a161bb23b334c17aa946c8e49c7e5ff
6
+ metadata.gz: eb4c41d8a4209701b1e8ab6a60a1311cc5bcbccca447d9be9911209cf25956022abd5e874c9e2b2650045262cc6d93388abbd40a26732ebce227a81299849957
7
+ data.tar.gz: c940a8b81ae3a2a98ecd6191ea8ff04e85e19315fd10638eecb3431b1ea7cf09f16241241bf51e7187880fb8f78911b03d36b312f87bee63ef27338c198cb374
@@ -12,7 +12,7 @@ module Nanoc::WeasyPrint
12
12
  # @return [Array<String>]
13
13
  # The default command line options forwarded to weasyprint.
14
14
  def self.default_argv
15
- []
15
+ @default_argv ||= []
16
16
  end
17
17
 
18
18
  ##
@@ -1,5 +1,5 @@
1
1
  module Nanoc
2
2
  module WeasyPrint
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanoc-weasyprint.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - '0x1eef'