relative 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/README.txt +7 -0
  3. data/Rakefile +1 -1
  4. metadata +2 -2
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.0.2 / 2008-06-26
2
+ * Update the documentation to include a link to the erbextensions gem, which
3
+ can be used with the relative gem.
4
+
1
5
  === 1.0.1 / 2008-06-25
2
6
  * Include example program.
3
7
 
data/README.txt CHANGED
@@ -63,6 +63,13 @@ absolute expansion of +../Rakefile+ (the path with which it was initialized)
63
63
  relative to +examples/example.rb+ (the source file that constructed the
64
64
  PathRelativeToCaller instance).
65
65
 
66
+ == RECOMMENDATIONS:
67
+ This gem works very well with the erbextensions gem
68
+ (http://erbextensions.rubyforge.org). The erbextensions gem provides a method
69
+ to include the expanded contents of one erb file within another erb file;
70
+ it often is best to use a path relative to the containing erb file to refer to
71
+ the erb file to be included.
72
+
66
73
  == REQUIREMENTS:
67
74
  Hoe is required but only for running the tests.
68
75
 
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'hoe'
5
5
 
6
6
  $stderr = STDERR
7
7
 
8
- Hoe.new('relative', "1.0.1") do |p|
8
+ Hoe.new('relative', "1.0.2") do |p|
9
9
  p.remote_rdoc_dir = ''
10
10
  p.developer('DesigningPatterns', 'technical.inquiries@designingpatterns.com')
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: relative
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
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-06-26 00:00:00 -04:00
12
+ date: 2008-06-27 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency