erbextensions 1.0.1 → 1.0.2

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.
Files changed (4) hide show
  1. data/History.txt +3 -0
  2. data/README.txt +1 -1
  3. data/Rakefile +1 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.0.2 / 2008-06-26
2
+ Documentation fix.
3
+
1
4
  === 1.0.1 / 2008-06-26
2
5
  Documentation fix.
3
6
 
data/README.txt CHANGED
@@ -59,7 +59,7 @@ to produce:
59
59
  Sincerely,
60
60
  Igor
61
61
 
62
- == RECOMMENDED
62
+ == RECOMMENDATIONS:
63
63
  This gem best is used with the relative gem (http://relative.rubyforge.org).
64
64
  The relative gem upgrades the Ruby core and standard libraries to handle
65
65
  paths relative to source files, which makes referencing a file within an erb
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ require 'hoe'
7
7
 
8
8
  $stderr = STDERR
9
9
 
10
- Hoe.new('erbextensions', "1.0.1") do |p|
10
+ Hoe.new('erbextensions', "1.0.2") do |p|
11
11
  p.remote_rdoc_dir = ''
12
12
  p.developer('DesigningPatterns', 'technical.inquiries@designingpatterns.com')
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: erbextensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - DesigningPatterns