edifice 0.6.8 → 0.6.9
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/edifice/helper.rb +1 -1
- data/lib/edifice/version.rb +1 -1
- metadata +5 -10
data/lib/edifice/helper.rb
CHANGED
|
@@ -10,7 +10,7 @@ module Edifice
|
|
|
10
10
|
# the default classes that get added to the body element when a view renders
|
|
11
11
|
# the c_ in front of view_path is for historical reasons
|
|
12
12
|
def edifice_body_classes
|
|
13
|
-
%(c_#{view_path} v_#{view_name} l_#{layout_name}
|
|
13
|
+
%(c_#{view_path} v_#{view_name} l_#{layout_name}).html_safe
|
|
14
14
|
end
|
|
15
15
|
end
|
|
16
16
|
end
|
data/lib/edifice/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: edifice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 6
|
|
9
|
-
-
|
|
10
|
-
version: 0.6.
|
|
8
|
+
- 9
|
|
9
|
+
version: 0.6.9
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Tom Coleman
|
|
@@ -17,7 +16,7 @@ autorequire:
|
|
|
17
16
|
bindir: bin
|
|
18
17
|
cert_chain: []
|
|
19
18
|
|
|
20
|
-
date: 2011-
|
|
19
|
+
date: 2011-09-16 00:00:00 +10:00
|
|
21
20
|
default_executable:
|
|
22
21
|
dependencies: []
|
|
23
22
|
|
|
@@ -104,27 +103,23 @@ rdoc_options: []
|
|
|
104
103
|
require_paths:
|
|
105
104
|
- lib
|
|
106
105
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
107
|
-
none: false
|
|
108
106
|
requirements:
|
|
109
107
|
- - ">="
|
|
110
108
|
- !ruby/object:Gem::Version
|
|
111
|
-
hash: 3
|
|
112
109
|
segments:
|
|
113
110
|
- 0
|
|
114
111
|
version: "0"
|
|
115
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
|
-
none: false
|
|
117
113
|
requirements:
|
|
118
114
|
- - ">="
|
|
119
115
|
- !ruby/object:Gem::Version
|
|
120
|
-
hash: 3
|
|
121
116
|
segments:
|
|
122
117
|
- 0
|
|
123
118
|
version: "0"
|
|
124
119
|
requirements: []
|
|
125
120
|
|
|
126
121
|
rubyforge_project: edifice
|
|
127
|
-
rubygems_version: 1.
|
|
122
|
+
rubygems_version: 1.3.6
|
|
128
123
|
signing_key:
|
|
129
124
|
specification_version: 3
|
|
130
125
|
summary: Ediface is a Javascript framework released as a rails plugin.
|