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.
@@ -1,5 +1,9 @@
1
1
  = Change Log
2
2
 
3
+ == 0.11.4 (May 27, 2010)
4
+
5
+ * fixed image helper [jlong]
6
+
3
7
  == 0.11.3 (May 26, 2010)
4
8
 
5
9
  * Check for config.ru and use the `rackup` command instead if present.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.3
1
+ 0.11.4
@@ -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/admin/#{name}"), options)
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: 53
4
+ hash: 59
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 3
10
- version: 0.11.3
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-26 00:00:00 -04:00
19
+ date: 2010-05-27 00:00:00 -04:00
20
20
  default_executable: serve
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency