api_connector 0.1.4.2 → 0.1.4.3

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: ced916b5cc6eb12c92ce2e70f701c514618f153d
4
- data.tar.gz: 7d7497eb7cd112bea0bb62fff10260cea191452c
3
+ metadata.gz: 38467c74d15ca9ccf37ee645e4b38f6c008b44dd
4
+ data.tar.gz: eac962b71de91b28f52d039713c47fcd7ef4e518
5
5
  SHA512:
6
- metadata.gz: 6bd4bac3e8db943b0f08d3b60e680013329f1bea24ad4baf474cf7ea95a6a31e88d5713691325ecb2862219962186b4265660a1008e3ab0ca263ea0410b17f87
7
- data.tar.gz: 1dfb891a653c53289d1f2bbbbf4766d4822b35f039ebed65bd65dde96c7a3cfd319d150452d59090620dc416ca55cdddf2428bfcb1c6719b54f27f7020821f06
6
+ metadata.gz: df835b92ddbc96eec9b2b9d3acd81d115eb5b3c99bac8b65cfe3def664cebdc1ff3cb04aa975f16cb6c5082a02118f885fe46b20f7e735e44ccd52a1a653316f
7
+ data.tar.gz: c4624218ea021811a9133e6e90700bb137b4a6c0826cf0f1c3f1f5748018cd79311830da515fc8f57bf045d8138858a5047e1580c58591b50c29b463d795c1c6
@@ -120,7 +120,7 @@ module Connectors #:nodoc:
120
120
  end
121
121
 
122
122
  def url_constructor endpoint, hash
123
- url = "#{@connection_protocol}://#{format(@api_domain)}/#{format(@prefix)}" << "/#{format(endpoint)}"
123
+ url = "#{@connection_protocol}://#{format(@api_domain)}" << "/#{format(endpoint)}"
124
124
  url << ("?#{parametrize(hash)}") unless hash.empty?
125
125
  Addressable::URI.parse(url).normalize.to_str
126
126
  end
@@ -1,3 +1,3 @@
1
1
  module ApiConnector
2
- VERSION = "0.1.4.2"
2
+ VERSION = "0.1.4.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_connector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.2
4
+ version: 0.1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Manuel Rodulfo