octopress 3.0.0.rc.19 → 3.0.0.rc.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +3 -0
- data/CHANGELOG.md +4 -0
- data/lib/octopress.rb +2 -3
- data/lib/octopress/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b6b342aec9d9952a0eea261d006fb8c25731829
|
4
|
+
data.tar.gz: f734839f845e5e53105a0e773a7ed81382a72eca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cdf194fad9835c4ae9aa6d2db8b6aaf7fb5199eb03d5b5a9928881d6f2aae374f20b223ff06553c62c92763c843cbc9b32b7d1858895f6ec8afce7e68cb6bf5
|
7
|
+
data.tar.gz: 561e88223e1fec6e6e5d91ca691c2a3f0f94d4a6628c7a169fde05e1925d7dbd552fec30028caebd64226abd07faedd499835b02b2af87f9c462ab68dab1201d
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/lib/octopress.rb
CHANGED
@@ -33,7 +33,7 @@ module Octopress
|
|
33
33
|
if @site
|
34
34
|
@site.config
|
35
35
|
else
|
36
|
-
@config ||= Jekyll.configuration(
|
36
|
+
@config ||= Jekyll.configuration(options)
|
37
37
|
end
|
38
38
|
end
|
39
39
|
|
@@ -65,8 +65,7 @@ end
|
|
65
65
|
require 'octopress-docs'
|
66
66
|
|
67
67
|
Octopress::Docs.add({
|
68
|
-
name: "Octopress
|
69
|
-
slug: "octopress",
|
68
|
+
name: "Octopress",
|
70
69
|
base_url: "/octopress",
|
71
70
|
dir: File.expand_path(File.join(File.dirname(__FILE__), "../")),
|
72
71
|
})
|
data/lib/octopress/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: octopress
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0.rc.
|
4
|
+
version: 3.0.0.rc.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-12-
|
12
|
+
date: 2014-12-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: mercenary
|