ghpages_deploy 1.3.0.pre.beta6 → 1.3.0.pre.beta7
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 831c6caea8dfc6c2c6b092003e2d169523769841
|
|
4
|
+
data.tar.gz: 58470cf24e51bb2a8d3664965ed00ce9a7265682
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2caf45c294d6b826ae5443f773365d2c151b750a5ff908c8729d6881f6da5c193b6caf034e9c12e17737c07d6fd5fe8a6f697036aa7036eb449ab63379b93070
|
|
7
|
+
data.tar.gz: fe7373a4e5ee0ca7d5edc636e9a565575ceb8d27194c98210f6ec3ea157cd9bc83f52c2dbe86abe7acf261fe7b391268bf7fda9ac6a7e37dedd486910c10e3af
|
|
@@ -33,7 +33,6 @@ module GithubPages
|
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
def self.directory_sitemap(dir)
|
|
36
|
-
puts dir
|
|
37
36
|
index =
|
|
38
37
|
%w(index.html _index.html).find do |html|
|
|
39
38
|
File.exist?(File.join(dir, html))
|
|
@@ -53,7 +52,7 @@ module GithubPages
|
|
|
53
52
|
end
|
|
54
53
|
|
|
55
54
|
def json_sitemap
|
|
56
|
-
|
|
55
|
+
handler.handle_deploy do
|
|
57
56
|
JsonRakeExt.update_sitemap
|
|
58
57
|
['sitemap.json']
|
|
59
58
|
end
|