epom 0.9.8 → 0.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e997d0419bd172d815844300d43e565492aab1cf
4
- data.tar.gz: fd3eb04de119bc6632edb72ac0b973ef4669d6a3
3
+ metadata.gz: cca35b3bdfcefbee41cae6fe8be73bca2ffc4873
4
+ data.tar.gz: db9d34f82330407deec3a85efc3da5468371d38f
5
5
  SHA512:
6
- metadata.gz: cb9e40d080beb954c666782408e9ba18c297d387bbf131f2fb20c1083c90191442c479473545817395d2fbd72ab03dc8c985233d2cdf1974d5b58d317250771d
7
- data.tar.gz: 8ed96714df53ce2c06916b4a51e7cbe86d2fe2143ead722cd262391d66f6a8a46cb9ad679426216d25f43879b510c7b08db3bd524f0815a38710ae37a029bdd9
6
+ metadata.gz: 03827630732ad2b954c01f7ff83b039c0215e9beee0a546b0f59f51f331fb40c32b2f606ad96673da90f17bd55ec4928459683c879686b14292e70295b32aac3
7
+ data.tar.gz: 47283d4f713a21cf80d2f4ed184fef2dbf6751eb60b659b5dffc50dd606a216ca98999d61b9d91ba375227f2513af4a49185f7e18c00ce36f9243a0be07dda99
@@ -59,6 +59,7 @@ module Epom
59
59
  if params_validation(url_params, url_params_signature) and params_validation(body_params, body_params_signature)
60
60
  http_proxy Epom.config.proxy_address, Epom.config.proxy_port, Epom.config.proxy_user, Epom.config.proxy_password
61
61
  base_uri Epom.config.epom_server
62
+ puts method_name
62
63
  response = send(method, url, :query => body_params)
63
64
  if response.success?
64
65
  return response.parsed_response
@@ -1,3 +1,3 @@
1
1
  module Epom
2
- VERSION = '0.9.8'
2
+ VERSION = '0.9.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8
4
+ version: 0.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Quintero