epom 0.8.4 → 0.8.5

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: 92d38dc31f571024a3ad628f9c85ca5f3e3f4bc7
4
- data.tar.gz: d22147b87bb9b239023b878fd07a6adf579ea4b6
3
+ metadata.gz: 48d70eceeb6af7f147e126872b515530f8f92965
4
+ data.tar.gz: 411f5af5df623efb9441922fbe5fbf0e77ef42e5
5
5
  SHA512:
6
- metadata.gz: 5688523b045f57beee6bf6d310c70bcad8fa323545db9d05ccdc16ad75f18450d92d03af8b1908e57050cae320a9dd80f5cdc803655b824b1c0f4aaec497f2a2
7
- data.tar.gz: 1b920dd1528f642d7a3b5db08fea81898e25ba673e7d102e2e8b1a0993e2958cda21993ef195ef1ba98545a8bed24e50e98ab26813156ee65d91a0fd59acf153
6
+ metadata.gz: 2e425d08441227c6726223680ffe8523529f3a948934e64bb40e81c43ad17cde8fc6b8feff4875ef9a8b33344e05fdc7f904be44c06791f8c96addca8f98de9d
7
+ data.tar.gz: a97e1e7fe209f8c61cf2bf186bafaa390fd00d9062c177239b3af0776df087caef8faf77193f5ecef1493bad5f2959063e440e9f633d6fe27a006c56fac5cb8d
@@ -500,9 +500,9 @@ module Epom
500
500
  end
501
501
 
502
502
  def self.replace_params_in_url(url, url_params)
503
- url.gsub!('CAMPAIGN_ID', url_params[:campaignId]) if url.include?('CAMPAIGN_ID')
503
+ url.gsub!('CAMPAIGN_ID', url_params[:campaignId].to_s) if url.include?('CAMPAIGN_ID')
504
504
  url.gsub!('OS_NAME', url_params[:osName]) if url.include?('OS_NAME')
505
- url.gsub!('TARGET_ID', url_params[:targetId]) if url.include?('TARGET_ID')
505
+ url.gsub!('TARGET_ID', url_params[:targetId].to_s) if url.include?('TARGET_ID')
506
506
  url.gsub!('ACTION_KEY', url_params[:actionKey]) if url.include?('ACTION_KEY')
507
507
  url.gsub!('COUNTRY_CODE', url_params[:countryCode]) if url.include?('COUNTRY_CODE')
508
508
  url
@@ -1,3 +1,3 @@
1
1
  module Epom
2
- VERSION = '0.8.4'
2
+ VERSION = '0.8.5'
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.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pedro Quintero