jadof 0.1.1 → 0.1.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/lib/jadof/page.rb +2 -2
- metadata +2 -2
data/lib/jadof/page.rb
CHANGED
@@ -29,7 +29,7 @@ module JADOF #:nodoc:
|
|
29
29
|
attr_accessor :cache
|
30
30
|
|
31
31
|
def dir
|
32
|
-
@dir ||= File.expand_path DEFAULT_DIR
|
32
|
+
@dir ||= File.expand_path JADOF::Page::DEFAULT_DIR
|
33
33
|
end
|
34
34
|
|
35
35
|
# When dir is set, we save it as an expanded path.
|
@@ -45,7 +45,7 @@ module JADOF #:nodoc:
|
|
45
45
|
# the formatted text.
|
46
46
|
# @return [Hash{String => #call}]
|
47
47
|
def formatters
|
48
|
-
@formatters ||= DEFAULT_FORMATTERS
|
48
|
+
@formatters ||= JADOF::Page::DEFAULT_FORMATTERS
|
49
49
|
end
|
50
50
|
|
51
51
|
# @return [Page] Get a Page by name
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jadof
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- remi
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-
|
12
|
+
date: 2010-02-06 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|