http_accept 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/http_accept/parser.rb +1 -0
  2. metadata +1 -1
@@ -5,6 +5,7 @@ module HTTPAccept
5
5
  end
6
6
 
7
7
  def run
8
+ return [] unless @content
8
9
  content = @content.gsub(/\AAccept:\s*/, '')
9
10
  content.split(',').map { |s| s.strip }.map do |segment|
10
11
  format, params = parse_params(segment)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_accept
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: