rack-olark 0.0.2 → 0.0.3

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/lib/rack/olark.rb CHANGED
@@ -37,7 +37,7 @@ module Rack
37
37
 
38
38
  def inject(response)
39
39
  @template = Haml::Engine.new(::File.read(::File.expand_path('../templates/olark.haml', __FILE__)), {:format => @format}).render self
40
- response.gsub '</body>', @template + '</body>'
40
+ response.gsub '</body>', @template
41
41
  end
42
42
  end
43
43
  end
@@ -4,3 +4,4 @@
4
4
  #{@option_js}
5
5
 
6
6
  / End Olark code
7
+ </body>
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rack-olark
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dan Poggi