exvo_warez 0.2.29 → 0.2.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile +1 -1
  2. data/lib/rack/exvo/seo.rb +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +3 -3
data/Gemfile CHANGED
@@ -2,5 +2,5 @@ source :gemcutter
2
2
 
3
3
  gemspec
4
4
 
5
- gem "rack-useragent-filter", :git => "git://github.com/seku/rack-useragent.git"
5
+ # gem "rack-useragent-filter", :git => "git://github.com/seku/rack-useragent.git"
6
6
  # gem "rack-useragent-filter", :path => "~/exvo/rack-useragent"
data/lib/rack/exvo/seo.rb CHANGED
@@ -29,7 +29,7 @@ module Rack
29
29
  end
30
30
 
31
31
  def each
32
- @body.split.each do |chunk|
32
+ @body.to_s.split.each do |chunk|
33
33
  yield(end_of_body?(chunk) ? with_payload(chunk) : chunk)
34
34
  end
35
35
  end
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ExvoWarez
2
- VERSION = "0.2.29"
2
+ VERSION = "0.2.30"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exvo_warez
3
3
  version: !ruby/object:Gem::Version
4
- hash: 45
4
+ hash: 43
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 29
10
- version: 0.2.29
9
+ - 30
10
+ version: 0.2.30
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tomasz Mazur