darkhelmet-darkext 0.8.6 → 0.8.7

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.8.7 2009-2-25
2
+
3
+ * Stupid $end
4
+
1
5
  == 0.8.6 2009-2-25
2
6
 
3
7
  * better partials
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 8
3
- :patch: 6
3
+ :patch: 7
4
4
  :major: 0
@@ -22,8 +22,6 @@ module Sinatra
22
22
  end
23
23
  end
24
24
 
25
- end
26
-
27
25
  def css_link_tag(sheet, media = 'screen,projection')
28
26
  partial("%link{ :type => 'text/css', :href => '#{options.slash ? '/' : ''}stylesheets/#{sheet}.css', :rel => 'stylesheet', :media => '#{media}' }")
29
27
  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.6
4
+ version: 0.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Huckstep