rack-private 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/rack/private.rb CHANGED
@@ -24,7 +24,7 @@ module Rack
24
24
  private
25
25
  # Render staging html file
26
26
  def render_private_form
27
- [200, {'Content-Type' => 'application/html'}, [
27
+ [200, {'Content-Type' => 'text/html'}, [
28
28
  ::File.open(html_template, 'rb').read
29
29
  ]]
30
30
  end
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class Private
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-private
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Thibaud Guillaume-Gentil
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-02 00:00:00 +02:00
18
+ date: 2010-09-05 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency