gabbara 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gabbara (0.0.5)
4
+ gabbara (0.0.6)
5
5
  activesupport
6
6
 
7
7
  GEM
@@ -117,7 +117,7 @@ module Gabbara
117
117
  def hey(params)
118
118
  headers = {"User-Agent" => URI.escape(user_agent)}
119
119
  params = default_params.merge(params).reject{|k,v| v.blank? }
120
- logger.info("GA: #{params.inspect}") if logger
120
+ logger.debug("GA: #{params.inspect}") if logger
121
121
  query = params.map {|k,v| "#{k}=#{CGI.escape(v.to_s)}" }.join('&')
122
122
  req = Net::HTTP::Get.new("#{BEACON_PATH}?#{query}", headers)
123
123
  res = Net::HTTP.start(GOOGLE_HOST) do |http|
@@ -1,3 +1,3 @@
1
1
  module Gabbara
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gabbara
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Reinsch
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-04-25 00:00:00 +09:00
14
+ date: 2011-05-11 00:00:00 +09:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency