nanoc 4.8.8 → 4.8.9

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: bb4c5c05f6a0346d3c7b123114fc03b5031b3f4a
4
- data.tar.gz: b9e21682769d53cc3682de776779d634775ac5d3
3
+ metadata.gz: ab60c9ed073c0ed1ec8197cd500adc4ca16ab185
4
+ data.tar.gz: be5ab8d5ea4c217520f86e4f18c570e7b3d3a52e
5
5
  SHA512:
6
- metadata.gz: f4c2d65be0f13377c87e0a7ceaaac3e47d61ba1473d107a8945b8746483af258b8515d7eeaecc8ef644c749967c13c8299088b4017b9bd3f73d32815e039fb95
7
- data.tar.gz: b43daf3c7a9593d9fec24e9444d061b7ab1e8a33d1d4b0c717635db074c877ca2207fb9a1473973ac9ee60399b358a50612c8024157a024b85067c41184bd4ed
6
+ metadata.gz: fc8c28d6b45107d89b417c19c7f5a99eeac4c4f92b6bf8aee24acca066870228452613c7ad9d536546d65fd8a72e514a0359820f33391dce9affdf5d47e9a2c9
7
+ data.tar.gz: 25dc1e5794c6a965d13715f9172cbccd9c50458b5822ab29badd7714d2c0c8952a8ad38bcd7d5d6ab6a028ba57c725f097d7926abc55424b491279fd81a3d5e9
data/NEWS.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Nanoc news
2
2
 
3
+ ## 4.8.9 (2017-09-22)
4
+
5
+ Fixes:
6
+
7
+ * Fixed “uninitialized constant DisabledContracts::Args” error
8
+
3
9
  ## 4.8.8 (2017-09-22)
4
10
 
5
11
  Enhancements:
@@ -24,6 +24,7 @@ module Nanoc::Int
24
24
  Bool = Ignorer.instance
25
25
  Num = Ignorer.instance
26
26
  KeywordArgs = Ignorer.instance
27
+ Args = Ignorer.instance
27
28
  Optional = Ignorer.instance
28
29
  Maybe = Ignorer.instance
29
30
  None = Ignorer.instance
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Nanoc
4
4
  # The current Nanoc version.
5
- VERSION = '4.8.8'
5
+ VERSION = '4.8.9'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nanoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.8
4
+ version: 4.8.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Defreyne