kns_endpoint 0.0.8 → 0.0.9

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.
Files changed (2) hide show
  1. data/lib/kns_endpoint.rb +1 -0
  2. metadata +2 -2
data/lib/kns_endpoint.rb CHANGED
@@ -107,6 +107,7 @@ module Kynetx
107
107
  http_session.start { |http|
108
108
  req = Net::HTTP::Post.new(uri.path)
109
109
  headers.each{|key, val| req.add_field(key, val)}
110
+ puts "Params = \n#{params.to_url_params}" if $KNS_ENDPOINT_DEBUG
110
111
  resp, data = http.request(req, params.to_url_params)
111
112
  @session = parse_cookie(resp, 'SESSION_ID')
112
113
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 8
9
- version: 0.0.8
8
+ - 9
9
+ version: 0.0.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Farmer