darkhelmet-darkext 0.8.4 → 0.8.5

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.5 2009-2-25
2
+
3
+ * enable(:sessions) for sinatra stuff since flash needs it
4
+
1
5
  == 0.8.4 2009-2-24
2
6
 
3
7
  * Add slash prefix option
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 8
3
- :patch: 4
3
+ :patch: 5
4
4
  :major: 0
@@ -62,6 +62,7 @@ module Sinatra
62
62
  def self.registered(app)
63
63
  app.helpers HelperMethods
64
64
  app.disable(:slash)
65
+ app.enable(:sessions)
65
66
  end
66
67
  end
67
68
 
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.4
4
+ version: 0.8.5
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-24 00:00:00 -08:00
12
+ date: 2009-02-25 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15