nowa-top4r 0.0.4 → 0.0.5

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.
@@ -34,7 +34,7 @@ class Top4R::Client
34
34
  # puts "conn: #{connection.inspect}"
35
35
  # puts "request: #{request.inspect}"
36
36
  response = connection.request(request, body)
37
- # puts "response: #{response.body}"
37
+ @@logger.info "response: #{response.body}"
38
38
  handle_rest_response(response)
39
39
  response
40
40
  end
@@ -121,7 +121,7 @@ class Top4R::Client
121
121
  uri = @@config.env == :production ? @@config.rest_uri : @@config.test_rest_uri
122
122
  params = append_top_params(params.merge({:method => method}))
123
123
  path = (params.size > 0) ? "#{uri}?#{params.to_http_str}" : uri
124
- # puts "path: #{path}"
124
+ @@logger.info "path: #{path}"
125
125
  Net::HTTP::Get.new(path, http_header)
126
126
  end
127
127
 
data/lib/top4r/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Top4R::Version
2
2
  MAJOR = 0
3
3
  MINOR = 0
4
- REVISION = 4
4
+ REVISION = 5
5
5
 
6
6
  class << self
7
7
  # Returns X.Y.Z formatted version string
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nowa-top4r
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nowa Zhu