darkhelmet-darkext 0.8.7 → 0.9.0

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.9.0 2009-2-26
2
+
3
+ * fix and let's release a new minor
4
+
1
5
  == 0.8.7 2009-2-25
2
6
 
3
7
  * Stupid $end
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :minor: 8
3
- :patch: 7
2
+ :minor: 9
3
+ :patch: 0
4
4
  :major: 0
@@ -1,5 +1,3 @@
1
- require 'sinatra/base'
2
-
3
1
  module Sinatra
4
2
  module DarkHelpers
5
3
  module HelperMethods
@@ -10,7 +8,6 @@ module Sinatra
10
8
  end
11
9
 
12
10
  def partial(template, options = {})
13
- options = args.extract_options!
14
11
  options.merge!(:layout => false)
15
12
  if collection = options.delete(:collection) then
16
13
  collection.inject([]) do |buffer, member|
@@ -63,7 +60,7 @@ module Sinatra
63
60
  end
64
61
 
65
62
  def base
66
- "#{host}#{options.site_base}"
63
+ host + options.site_base
67
64
  end
68
65
  end
69
66
 
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.7
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Huckstep
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-25 00:00:00 -08:00
12
+ date: 2009-02-26 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15