Gah, did not commit these for v0.11.1 version release.
This commit is contained in:
		
							parent
							
								
									febb31ba3e
								
							
						
					
					
						commit
						4ece77300b
					
				|  | @ -1,4 +1,4 @@ | ||||||
| == HEAD | == 0.11.1 / 2011-12-27 | ||||||
|   * Bug Fixes |   * Bug Fixes | ||||||
|     * Fix extra blank line in highlight blocks (#409) |     * Fix extra blank line in highlight blocks (#409) | ||||||
|     * Update dependencies |     * Update dependencies | ||||||
|  |  | ||||||
|  | @ -4,8 +4,8 @@ Gem::Specification.new do |s| | ||||||
|   s.rubygems_version = '1.3.5' |   s.rubygems_version = '1.3.5' | ||||||
| 
 | 
 | ||||||
|   s.name              = 'jekyll' |   s.name              = 'jekyll' | ||||||
|   s.version           = '0.11.0' |   s.version           = '0.11.1' | ||||||
|   s.date              = '2011-11-26' |   s.date              = '2011-12-27' | ||||||
|   s.rubyforge_project = 'jekyll' |   s.rubyforge_project = 'jekyll' | ||||||
| 
 | 
 | ||||||
|   s.summary     = "A simple, blog aware, static site generator." |   s.summary     = "A simple, blog aware, static site generator." | ||||||
|  |  | ||||||
|  | @ -46,7 +46,7 @@ require_all 'jekyll/generators' | ||||||
| require_all 'jekyll/tags' | require_all 'jekyll/tags' | ||||||
| 
 | 
 | ||||||
| module Jekyll | module Jekyll | ||||||
|   VERSION = '0.11.0' |   VERSION = '0.11.1' | ||||||
| 
 | 
 | ||||||
|   # Default options. Overriden by values in _config.yml or command-line opts. |   # Default options. Overriden by values in _config.yml or command-line opts. | ||||||
|   # (Strings rather symbols used for compatability with YAML). |   # (Strings rather symbols used for compatability with YAML). | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue