qrush-jekyll 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.textile +10 -1
  2. data/VERSION.yml +1 -1
  3. metadata +9 -3
data/README.textile CHANGED
@@ -255,6 +255,15 @@ h3. Predefined Post Variables
255
255
  /year/month/day/title.html then you can set this variable and it will
256
256
  be used as the final URL.
257
257
 
258
+ published
259
+ Set to false if you don't want a post to show up when the site is
260
+ generated.
261
+
262
+ category/categories
263
+ Instead of placing posts inside of folders, you can specify one or more
264
+ categories that the post belongs to. When the site is generated the post
265
+ will act as though it had been set with these categories normally.
266
+
258
267
  h3. Custom Variables
259
268
 
260
269
  Any variables in the front matter that are not predefined are mixed into the
@@ -372,7 +381,7 @@ within a Liquid template as follows:
372
381
 
373
382
  <pre>
374
383
  {% for post in site.categories.foo %}
375
- <li><span>{{ post.date | date_to_string }}</span> - {{ post.title }}</li>
384
+ <li><span>{{ post.date | date_to_string }}</span> - {{ post.title }}</li>
376
385
  {% endfor %}
377
386
  </pre>
378
387
 
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 4
3
- :patch: 0
3
+ :patch: 1
4
4
  :major: 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qrush-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Preston-Werner
@@ -9,11 +9,12 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-03 00:00:00 -08:00
13
- default_executable:
12
+ date: 2009-02-10 00:00:00 -08:00
13
+ default_executable: jekyll
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: RedCloth
17
+ type: :runtime
17
18
  version_requirement:
18
19
  version_requirements: !ruby/object:Gem::Requirement
19
20
  requirements:
@@ -23,6 +24,7 @@ dependencies:
23
24
  version:
24
25
  - !ruby/object:Gem::Dependency
25
26
  name: liquid
27
+ type: :runtime
26
28
  version_requirement:
27
29
  version_requirements: !ruby/object:Gem::Requirement
28
30
  requirements:
@@ -32,6 +34,7 @@ dependencies:
32
34
  version:
33
35
  - !ruby/object:Gem::Dependency
34
36
  name: classifier
37
+ type: :runtime
35
38
  version_requirement:
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
@@ -41,6 +44,7 @@ dependencies:
41
44
  version:
42
45
  - !ruby/object:Gem::Dependency
43
46
  name: maruku
47
+ type: :runtime
44
48
  version_requirement:
45
49
  version_requirements: !ruby/object:Gem::Requirement
46
50
  requirements:
@@ -50,6 +54,7 @@ dependencies:
50
54
  version:
51
55
  - !ruby/object:Gem::Dependency
52
56
  name: directory_watcher
57
+ type: :runtime
53
58
  version_requirement:
54
59
  version_requirements: !ruby/object:Gem::Requirement
55
60
  requirements:
@@ -59,6 +64,7 @@ dependencies:
59
64
  version:
60
65
  - !ruby/object:Gem::Dependency
61
66
  name: open4
67
+ type: :runtime
62
68
  version_requirement:
63
69
  version_requirements: !ruby/object:Gem::Requirement
64
70
  requirements: