darkhelmet-darkext 0.8.1 → 0.8.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/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.8.2 2009-2-21
2
+
3
+ * Okay the one needed to be there...
4
+
1
5
  == 0.8.1 2009-2-21
2
6
 
3
7
  * Get rid of stupid variables in sinatra helpers
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 8
3
- :patch: 1
3
+ :patch: 2
4
4
  :major: 0
@@ -21,9 +21,10 @@ module Darkext
21
21
  end
22
22
 
23
23
  def js_tag(script)
24
+ @dsh_script = script
24
25
  temp = ["%script{ :type => 'text/javascript' }",
25
26
  " //<![CDATA[",
26
- " = #{script}",
27
+ " = @dsh_script",
27
28
  " //]]>"].join("\n")
28
29
  partial(temp)
29
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: darkhelmet-darkext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Huckstep