jekyll-rendering 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,5 +1,9 @@
1
1
  = Revision history for jekyll-rendering
2
2
 
3
+ == 0.0.7 [2011-03-31]
4
+
5
+ * Include ERB::Util in Jekyll::Rendering::Erb::Helpers.
6
+
3
7
  == 0.0.6 [2011-03-09]
4
8
 
5
9
  * Defined Jekyll::Rendering::ERB_OPTIONS to allow
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to jekyll-rendering version 0.0.6
5
+ This documentation refers to jekyll-rendering version 0.0.7
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -168,6 +168,8 @@ module Jekyll
168
168
 
169
169
  module Helpers
170
170
 
171
+ include ERB::Util
172
+
171
173
  # call-seq:
172
174
  # include_file file => aString
173
175
  # include_file file, local_assigns => aString
@@ -6,7 +6,7 @@ module Jekyll
6
6
 
7
7
  MAJOR = 0
8
8
  MINOR = 0
9
- TINY = 6
9
+ TINY = 7
10
10
 
11
11
  class << self
12
12
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-rendering
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jens Wille
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-03-09 00:00:00 +01:00
18
+ date: 2011-03-31 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -42,14 +42,14 @@ licenses: []
42
42
 
43
43
  post_install_message:
44
44
  rdoc_options:
45
- - --main
46
- - README
47
- - --all
48
45
  - --charset
49
46
  - UTF-8
50
47
  - --title
51
- - jekyll-rendering Application documentation (v0.0.6)
48
+ - jekyll-rendering Application documentation (v0.0.7)
49
+ - --main
50
+ - README
52
51
  - --line-numbers
52
+ - --all
53
53
  require_paths:
54
54
  - lib
55
55
  required_ruby_version: !ruby/object:Gem::Requirement