lighttpd_pathinfo_fix 1.0.0 → 1.0.1

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.
@@ -1,3 +1,7 @@
1
+ === 1.0.1 / 2011-07-04
2
+
3
+ * Updated the documentation
4
+
1
5
  === 1.0.0 / 2011-07-04
2
6
 
3
7
  * 1 major enhancement
@@ -3,7 +3,7 @@
3
3
  # This middleware fixes this issue. This is also
4
4
  # modified to account for the case when SCRIPT_NAME is the name of the 404 script
5
5
  class LighttpdPathinfoFix
6
- VERSION = '1.0.0'
6
+ VERSION = '1.0.1'
7
7
 
8
8
  def initialize(app)
9
9
  @app = app
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: lighttpd_pathinfo_fix
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Julik Tarkhanov
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-04 00:00:00 +02:00
14
- default_executable:
13
+ date: 2011-07-04 00:00:00 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: flexmock
@@ -30,9 +29,9 @@ dependencies:
30
29
  requirement: &id002 !ruby/object:Gem::Requirement
31
30
  none: false
32
31
  requirements:
33
- - - ~>
32
+ - - ">="
34
33
  - !ruby/object:Gem::Version
35
- version: "2.10"
34
+ version: 2.9.4
36
35
  type: :development
37
36
  version_requirements: *id002
38
37
  description: |-
@@ -58,7 +57,6 @@ files:
58
57
  - lib/lighttpd_pathinfo_fix.rb
59
58
  - test/test_lighttpd_pathinfo_fix.rb
60
59
  - .gemtest
61
- has_rdoc: true
62
60
  homepage: http://github.com/julik/lighttpd_pathinfo_fix
63
61
  licenses: []
64
62
 
@@ -83,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
81
  requirements: []
84
82
 
85
83
  rubyforge_project: lighttpd_pathinfo_fix
86
- rubygems_version: 1.6.2
84
+ rubygems_version: 1.8.5
87
85
  signing_key:
88
86
  specification_version: 3
89
87
  summary: This middleware fixes the lighttpd PATH_INFO for apps mounted at / in a way that is compatible with everything