jekyll-quickstart 0.0.1 → 0.0.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
  SHA1:
3
- metadata.gz: c9902b5998d8716a5e9bd39230cbea865337926b
4
- data.tar.gz: 6863bca1e4d8c03302210456c4200fe333c79aaa
3
+ metadata.gz: 79600a54653cd3e28713d11ae37abecf4aeee596
4
+ data.tar.gz: e077665fee7af65fb12731feac42e17d4a0fd4e4
5
5
  SHA512:
6
- metadata.gz: f7b28f78da40a48c7d12acd6068d9f5536163c130eab3c8959600d2edc0f19b4699487e754116f3940d087212a619796752181b48156eeb3e8f608a4b11df36c
7
- data.tar.gz: d222193d56411b9721c5e5f931122e9ec72a88b8cc6aa7c0dba0051db8ded573c088b606efed4fdf5e9f2987156687d63b81a8a783c602f0e464b82c93e477ed
6
+ metadata.gz: b8bba8996070b11238a3263b3d117e43ff6b0acf7bb8fb2e58d0e38103ece94c099112785c56b3975c37b9cf6bb0f9a734852d550b22bb22e851f41d2307a49d
7
+ data.tar.gz: 34d758d2ddf003448b45533a1ee28522041d39d59da85da7ae6cbe6b7aad0a5c5a14d0a3d084d41718b01c1adddf046f24b318f3a1b81f8b37635e63160665ca
@@ -2,4 +2,8 @@ Gem.loaded_specs.each_pair do |name, spec|
2
2
  Dir[File.join(spec.full_gem_path, "vendor/assets/*")].each do |path|
3
3
  Sprockets.append_path(path)
4
4
  end
5
+
6
+ Dir[File.join(spec.full_gem_path, "app/assets/*")].each do |path|
7
+ Sprockets.append_path(path)
8
+ end
5
9
  end
@@ -16,6 +16,6 @@ class Jekyll::Site
16
16
 
17
17
  content = File.read(file)
18
18
  config = instance_eval(content, file, 0)
19
- self.config = Jekyll::Utils.deep_merge_hashes(self.config, config)
19
+ @config = Jekyll::Utils.deep_merge_hashes(@config, config)
20
20
  end
21
21
  end
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Quickstart
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: none
2
+ layout:
3
3
  ---
4
4
  <!DOCTYPE html>
5
5
  <html>
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: none
2
+ layout:
3
3
  ---
4
4
  <!DOCTYPE html>
5
5
  <html>
@@ -1,7 +1,7 @@
1
1
  @import "compass";
2
2
  @import "colors/*.png";
3
3
 
4
- @each $name in red blue {
4
+ @each $name in "red" "blue" {
5
5
  .#{$name} {
6
6
  @include colors-sprite(#{$name});
7
7
  }
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: none
2
+ layout:
3
3
  ---
4
4
  <!DOCTYPE html>
5
5
  <html>
@@ -1,4 +1,4 @@
1
1
  ---
2
- layout: none
2
+ layout:
3
3
  ---
4
4
  {{site.baseurl}}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-quickstart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sunteya
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-26 00:00:00.000000000 Z
11
+ date: 2015-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -250,3 +250,4 @@ test_files:
250
250
  - spec/lib/jekyll/quickstart/extra_config_spec.rb
251
251
  - spec/spec_helper.rb
252
252
  - spec/support/jekyll_build_helper.rb
253
+ has_rdoc: