batbugger 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -103,7 +103,7 @@ module Batbugger
103
103
  def initialize
104
104
  @secure = true
105
105
  @use_system_ssl_cert_chain = false
106
- @host = 'batbugger.io'
106
+ @host = 'www.batbugger.io'
107
107
  @http_open_timeout = 2
108
108
  @http_read_timeout = 5
109
109
  @params_filters = DEFAULT_PARAMS_FILTERS.dup
@@ -1,3 +1,3 @@
1
1
  module Batbugger
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: batbugger
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.2.0
5
+ version: 1.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kumar
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2013-09-11 00:00:00 Z
13
+ date: 2013-09-12 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler