octopress-docs 0.0.5 → 0.0.6

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: 05c977ae69bac6575c3cdb60de74d2cf97a7bee7
4
- data.tar.gz: d35af90cad7c439f4cdf8d74291d5991c0e96db1
3
+ metadata.gz: 6fe6b7ee4b28c8c33baf72a1607183b21c67b8d7
4
+ data.tar.gz: c31fcae9c32e88c6995bdc9913f7383f56dfe268
5
5
  SHA512:
6
- metadata.gz: 1daeb7c34ff8e14d2851596368a6a5097f531279938984b031727a539d7b8846805d33ff57525846db7f4823eada5bda9438665fb25601f1f3f6204e7097d8c7
7
- data.tar.gz: e1a3d5b71f3c10ce2a2a06a7eeed2dfeff050b72d39b5c9e5b0f2f170df7242cfc94dd8b7dd84f446d4250cef2a6632a3a9058b7b48bdbb8544d58883e01d3f1
6
+ metadata.gz: d385c281810ae0aba66b1a742954240ff27dbc46dfe6b2ac164f96f82a295d1eade8f15e9d19f59f6b712c71f58818ff3272c1837e0a02e17cd2e48a95c919ce
7
+ data.tar.gz: 07a13ff07ba539b8271a9c342a76fa755995242615eb02b78e20e6cc920258a2d681a1e671a3cea9db7270897b45395fcb7d14692899b11938503afe9f9f38e5
@@ -1,5 +1,5 @@
1
1
  module Octopress
2
2
  module Docs
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
@@ -112,7 +112,7 @@ module Octopress
112
112
  options[:docs_path] ||= File.join(options[:dir], 'assets', 'docs')
113
113
  docs = []
114
114
  docs.concat add_root_docs(options)
115
- docs.concat
115
+ docs.compact!
116
116
  end
117
117
 
118
118
  def self.add_root_docs(options)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: octopress-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis