stack 0.0.4 → 0.0.5
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.
- data/README.rdoc +1 -1
- data/Rakefile +1 -1
- data/VERSION.yml +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
= stack
|
|
2
2
|
|
|
3
|
-
Generates a static site from template files
|
|
3
|
+
Generates a static site from template files with YAML and Liquid. Stack supports template transformation through Markdown, Textile and Less CSS.
|
|
4
4
|
|
|
5
5
|
Within template files, stack allows you to use bi-directional YAML variables and include files.
|
|
6
6
|
|
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ begin
|
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "stack"
|
|
8
8
|
gem.summary = %Q{Simple static site generator.}
|
|
9
|
-
gem.description = %Q{Generates a static site from template files
|
|
9
|
+
gem.description = %Q{Generates a static site from template files with YAML and Liquid. Stack supports template transformation through Markdown, Textile and Less CSS.}
|
|
10
10
|
gem.email = "dev@sixones.com"
|
|
11
11
|
gem.homepage = "http://github.com/sixones/stack"
|
|
12
12
|
gem.authors = ["sixones"]
|
data/VERSION.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sixones
|
|
@@ -62,7 +62,7 @@ dependencies:
|
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
63
|
version: 1.0.0
|
|
64
64
|
version:
|
|
65
|
-
description: Generates a static site from template files
|
|
65
|
+
description: Generates a static site from template files with YAML and Liquid. Stack supports template transformation through Markdown, Textile and Less CSS.
|
|
66
66
|
email: dev@sixones.com
|
|
67
67
|
executables:
|
|
68
68
|
- stack
|