rack-fix-content-type 1.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Gemfile +1 -7
  2. metadata +35 -5
data/Gemfile CHANGED
@@ -1,9 +1,3 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem "rails", "3.0.6"
4
- gem "capybara", ">= 0.4.0"
5
- gem "sqlite3"
6
-
7
- # To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
8
- # gem 'ruby-debug'
9
- # gem 'ruby-debug19'
3
+ gemspec
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-fix-content-type
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- version: "1.0"
9
+ - 1
10
+ version: 1.0.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Gregor Melhorn
@@ -17,8 +18,37 @@ cert_chain: []
17
18
 
18
19
  date: 2011-04-11 00:00:00 +02:00
19
20
  default_executable:
20
- dependencies: []
21
-
21
+ dependencies:
22
+ - !ruby/object:Gem::Dependency
23
+ name: rack
24
+ prerelease: false
25
+ requirement: &id001 !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ hash: 3
31
+ segments:
32
+ - 0
33
+ version: "0"
34
+ type: :runtime
35
+ version_requirements: *id001
36
+ - !ruby/object:Gem::Dependency
37
+ name: rails
38
+ prerelease: false
39
+ requirement: &id002 !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - "="
43
+ - !ruby/object:Gem::Version
44
+ hash: 11
45
+ segments:
46
+ - 3
47
+ - 0
48
+ - 6
49
+ version: 3.0.6
50
+ type: :development
51
+ version_requirements: *id002
22
52
  description: fix the content type of form uploads by using the file-utility. A lot of browsers screw up the content type so we don't trust the given value in the header.
23
53
  email:
24
54
  - g.melhorn@autohaus24.de
@@ -37,7 +67,7 @@ files:
37
67
  - Gemfile
38
68
  - README.rdoc
39
69
  has_rdoc: true
40
- homepage: ""
70
+ homepage: https://github.com/autohaus24/rack-fix-content-type
41
71
  licenses: []
42
72
 
43
73
  post_install_message: