level3-api 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/level3-api.rb +1 -1
  2. metadata +1 -1
data/lib/level3-api.rb CHANGED
@@ -54,7 +54,7 @@ class Level3Api
54
54
  set_date
55
55
  authstr = generate_auth_string(service,resource,method)
56
56
  url = "#{@api_url_base}#{service}#{resource}"
57
- puts "request: url=#{url}"
57
+ #puts "request: url=#{url}"
58
58
  xml = RestClient.get url,
59
59
  :content_type => @content_type,
60
60
  :authorization => authstr,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: level3-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: