tappy 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/tappy +1 -1
  2. data/lib/tappy.rb +1 -1
  3. metadata +2 -2
data/bin/tappy CHANGED
@@ -16,4 +16,4 @@ end
16
16
 
17
17
  puts "Start Tappy server on #{host}:#{port}, options: #{@@filter_option}"
18
18
 
19
- Tappy::TappyBase.run! :host => host, :port => port
19
+ Tappy::MyTappy.run! :host => host, :port => port
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.2'
9
+ VERSION = '1.0.3'
10
10
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 2
9
- version: 1.0.2
8
+ - 3
9
+ version: 1.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Francis Chong