relative 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.
- data/History.txt +4 -0
- data/README.txt +7 -0
- data/Rakefile +1 -1
- metadata +2 -2
data/History.txt
CHANGED
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
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.
|
|
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-
|
|
12
|
+
date: 2008-06-27 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|