stack 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +1 -1
  2. data/Rakefile +1 -1
  3. data/VERSION.yml +1 -1
  4. metadata +2 -2
data/README.rdoc CHANGED
@@ -1,6 +1,6 @@
1
1
  = stack
2
2
 
3
- Generates a static site from template files in Liquid, Markdown and Textile, based on Jekyll and Tzatziki.
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 in Liquid, Markdown and Textile.}
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
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 0
4
- :patch: 4
4
+ :patch: 5
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
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 in Liquid, Markdown and Textile.
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