serve 0.11.3 → 0.11.4
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/CHANGELOG.rdoc +4 -0
- data/VERSION +1 -1
- data/lib/serve/view_helpers.rb +2 -2
- metadata +4 -4
data/CHANGELOG.rdoc
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.11.
|
|
1
|
+
0.11.4
|
data/lib/serve/view_helpers.rb
CHANGED
|
@@ -166,7 +166,7 @@ module Serve #:nodoc:
|
|
|
166
166
|
end
|
|
167
167
|
|
|
168
168
|
def image(name, options = {})
|
|
169
|
-
image_tag(append_image_extension("/images
|
|
169
|
+
image_tag(append_image_extension("/images/#{name}"), options)
|
|
170
170
|
end
|
|
171
171
|
|
|
172
172
|
def javascript_tag(content = nil, html_options = {})
|
|
@@ -273,4 +273,4 @@ module Serve #:nodoc:
|
|
|
273
273
|
include RenderHelpers
|
|
274
274
|
include TagHelpers
|
|
275
275
|
end
|
|
276
|
-
end
|
|
276
|
+
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: serve
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 59
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 11
|
|
9
|
-
-
|
|
10
|
-
version: 0.11.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.11.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- John W. Long
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2010-05-
|
|
19
|
+
date: 2010-05-27 00:00:00 -04:00
|
|
20
20
|
default_executable: serve
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|