diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-02-01 11:20:16 +0100 | 
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-02-01 11:20:16 +0100 | 
| commit | 08094e5c27e0692f99f17f7cfb7911b25ea541c5 (patch) | |
| tree | e0e0ee86eccc073bfab64bb4f32a10e40c535ebe | |
| parent | 3aa58946ff756d53bb54ed45af122ed97fe816d2 (diff) | |
| download | zorglub-08094e5c27e0692f99f17f7cfb7911b25ea541c5.zip zorglub-08094e5c27e0692f99f17f7cfb7911b25ea541c5.tar.gz  | |
release 0.0.7v0.0.7
| -rw-r--r-- | Changelog | 12 | ||||
| -rw-r--r-- | lib/zorglub.rb | 2 | 
2 files changed, 7 insertions, 7 deletions
@@ -1,5 +1,5 @@ -2013-01-XX Jérémy Zurcher <jeremy@asynk.ch> -	* release 0.7 +2013-02-01 Jérémy Zurcher <jeremy@asynk.ch> +	* release 0.0.7  	* zorglub.rb swallows version.rb  	* before_all and after_all accept parameter or proc  	* use instance variables instead of @options hash @@ -8,14 +8,14 @@  	* allow by passing hooks in partials  2013-01-08 Jérémy Zurcher <jeremy@asynk.ch> -	* release 0.6 +	* release 0.0.6  	* add sass engine  	* use Bundler  	* enable travis  	* fix and rename inherited_vars in cli_vals  2012-01-17 Jérémy Zurcher <jeremy@asynk.ch> -	* release 0.5 +	* release 0.0.5  	* Node code cleanup  	* class and method level directives are now view!, layout!, no_layout!, ...  	* add view_base_path! and layout_base_path! @@ -24,7 +24,7 @@  	* Zorglub::App swallows Zorglub::Config  2012-01-05 Jérémy Zurcher <jeremy@asynk.ch> -	* release 0.3 and 0.4 +	* release 0.0.3 and 0.0.4  	* haml, file engines  	* view/layout extention overriding at methode level  	* optional engine cache @@ -32,7 +32,7 @@  	* optional static page generation/cache  2012-01-04 Jérémy Zurcher <jeremy@asynk.ch> -	* release 0.2 +	* release 0.0.2  	* lots of code cleanup  	* replace Helpers Module with Node#inherited_var Node@inherited_vars  	* rewrite session so it is compatible with Rack SessionHash diff --git a/lib/zorglub.rb b/lib/zorglub.rb index 3642dcf..c94a6bf 100644 --- a/lib/zorglub.rb +++ b/lib/zorglub.rb @@ -2,7 +2,7 @@  # -*- coding: UTF-8 -*-  #  module Zorglub -    VERSION = '0.0.6' +    VERSION = '0.0.7'  end  #  require 'zorglub/node'  | 
