tappy 1.0.5 → 1.0.6

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.
data/lib/tappy.rb CHANGED
@@ -6,5 +6,5 @@ require 'tappy/filter/filter'
6
6
  require 'tappy/filter/agent_filter'
7
7
 
8
8
  module Tappy
9
- VERSION = '1.0.5'
9
+ VERSION = '1.0.6'
10
10
  end
@@ -14,10 +14,9 @@ module Tappy
14
14
  if source.match(options)
15
15
  puts "filterer: #{item["source"]}"
16
16
  else
17
- filtered << json
17
+ filtered << item
18
18
  end
19
19
  else
20
- puts "not filtered: #{source}"
21
20
  return response.body
22
21
  end
23
22
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 5
9
- version: 1.0.5
8
+ - 6
9
+ version: 1.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Francis Chong
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-22 00:00:00 +08:00
17
+ date: 2010-03-23 00:00:00 +08:00
18
18
  default_executable: tappy
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency