almapi 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 659c6f0d7342d76965200cc2d28add619ff58cb622e66d6e41878dc553110a52
4
- data.tar.gz: bc884081477e70ae1d4bea869962f825c427171042ec03cdafdf9045010b5360
3
+ metadata.gz: a2c71796da8723be199a4befd1fc46e4df4e6f1fc718979982cee53f201302e9
4
+ data.tar.gz: 55c28ae9525298ab9af58716ac1d705860c96ea7244bd4e6725a752ee9da233f
5
5
  SHA512:
6
- metadata.gz: 87ab1b72ea1bc7a18631f52d04ccff68c5e68e967b7c073b4b9bb70df9223a39299f3bf9ba97650276bf1275c79299b0088d2162f611fa65ebbc2a85688a0ef9
7
- data.tar.gz: 9f87ad03a87626b9560c01720c5937f4bb85494dfbf3252c8aa357603988ff70f52c3479a7c9ff0c2b77356e53139abea7a09e7ffc8a90c611d889bdf94c8370
6
+ metadata.gz: 941deaa4377e68d206081d46c99df0ee2eb35b3dd57d90f2f81518da97264d5c0173f9fa3ea15b4d5679ed698cd9defc18113afa73f4a1d272081d28c3f5cdaa
7
+ data.tar.gz: c3d3ba08d5f450ee06c5f0a0ea360e9128b7446974a5187e0dd6ed666c807ea7ba544635a1348777d954cbd866faff27daa720c552639f6c30f38ddb4bbf5f21
data/lib/almapi/almapi.rb CHANGED
@@ -95,7 +95,7 @@ module Almapi
95
95
  # Must not include "?" for it adds "?apikey" automatically.
96
96
  # @param data [String] : an XML string containing data to put.
97
97
  # @return [Response] : the resulting response. If error occurs, raises an AlmapiError
98
- def delete(resource, _data)
98
+ def delete(resource, data)
99
99
  url_api = "#{@uri_base}#{resource}"
100
100
  puts "[Almapi::Api.delete] INFO URL #{url_api}"
101
101
  handle_response(@conn.delete(url_api), "DELETE")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Almapi
4
- VERSION = "0.1.11"
4
+ VERSION = "0.1.12"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: almapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - jszenb