microbilt 0.3.2 → 0.3.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: ae7078abd0caa1a6c8344542a3e8ee6dbafe6613
4
- data.tar.gz: 9604d9edc4d6f881bdfcf73b44f7751367f9e50c
3
+ metadata.gz: a2438d5e2bb7bd9c3e504a20d5b01f32c50d1bae
4
+ data.tar.gz: e0389be872c6aea865adc9a468d5d6e9af75bc92
5
5
  SHA512:
6
- metadata.gz: 279cf6226b8bf21e722add1ac03a0eb9102719c87db915b12b9fd3656b70ba6f78c59ab340463544159512842aab08b20f0bfebf14518c35d8eb9affc19a105e
7
- data.tar.gz: 8f306470a392a921b804052a544a84208a5a9efd7b8a12d6275f70f738c99c0b24e4520ce86853e4eeb67800743a58014ef2fb004e25e3195b2e5823b741733c
6
+ metadata.gz: 967cfb49e0f70ee26e13c0c29aeb6d45b47923c0f546c817430e237878f3fac8f4b7e883e64d9abb95e7fe02b4e4a6fab437e5b81b4da1887000114897589752
7
+ data.tar.gz: 158a51cd0aead850ea50a200969521b6f443bb393c64b7a93705d6e909d2233a01ce61f2209ddab708b9bbf715669b7fbf2a641330c6d5444b6e5e7162d93730
@@ -84,7 +84,7 @@ module Microbilt
84
84
  end
85
85
 
86
86
  def get_html_data_url(token)
87
- "#{Microbilt.configuration.server_url}#{Microbilt::Configuration::GET_HTML_DATA_URI}?guid=#{token}"
87
+ "#{Microbilt.configuration.server_url}#{Microbilt::Configuration::GET_HTML_DATA_URI}?guid={#{token}}"
88
88
  end
89
89
 
90
90
  def all_params(customer)
@@ -1,3 +1,3 @@
1
1
  module Microbilt
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: microbilt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Mercier
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-24 00:00:00.000000000 Z
11
+ date: 2017-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday