nowa-top4r 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,7 +33,7 @@ class Top4R::Client
33
33
  # puts "conn: #{connection.inspect}"
34
34
  # puts "request: #{request.inspect}"
35
35
  response = connection.request(request, body)
36
- puts "response: #{response.body}"
36
+ # puts "response: #{response.body}"
37
37
  handle_rest_response(response)
38
38
  response
39
39
  end
@@ -120,7 +120,7 @@ class Top4R::Client
120
120
  uri = @@config.env == :production ? @@config.rest_uri : @@config.test_rest_uri
121
121
  params = append_top_params(params.merge({:method => method}))
122
122
  path = (params.size > 0) ? "#{uri}?#{params.to_http_str}" : uri
123
- puts "path: #{path}"
123
+ # puts "path: #{path}"
124
124
  Net::HTTP::Get.new(path, http_header)
125
125
  end
126
126
 
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 = 1
4
+ REVISION = 2
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nowa Zhu