trustvox 0.1.0 → 0.2.0

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: c5601ab2d9f8aee9f51484e788027dea65eedaf9
4
- data.tar.gz: 4bbe76cd281c9d059f52efba9183ea07323ff300
3
+ metadata.gz: 1c20adca3a70b0dfe7a69aef0ef0973561386ec2
4
+ data.tar.gz: ad5c28c699bf38e0092a2ff31194b0e5f24f8b2e
5
5
  SHA512:
6
- metadata.gz: 46b4f5cf632b3dd0bd2368f73bd7246ce4494dfc105c6f7970b5eded82de541e11c966a1b7ca2ce71da9b3c237a92772da83f841538c5d6748d6bc85ae906665
7
- data.tar.gz: 74fa242dde0cedcb3879d8b608857c336acb9ebbb9a7ca04e928d6c992716eab7a994e47f2c0b84bd45fbf3fb610eaf752bb7fe4e177582ab94b1841cc6a73e1
6
+ metadata.gz: 7d1e421ed421936e809d3e10296c168c739e6e08cb370e135fc81c4df18b1b9367c420786259f72622ae2b9b669b4f0283112d02ad27ae76414b211d583d8a98
7
+ data.tar.gz: 184936a77f12d243c756551f2ecdcc6d5f3414029da508d79938dbed1eb7a5beebda9af4f50faf944747b48632db505af3d624b6b9b9819e6f3ed0c6a973fa9f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trustvox (0.1.0)
4
+ trustvox (0.2.0)
5
5
  httparty (~> 0.16)
6
6
 
7
7
  GEM
data/lib/trustvox/base.rb CHANGED
@@ -7,7 +7,7 @@ module Trustvox
7
7
 
8
8
  headers 'Accept': 'application/vnd.trustvox.com; version=1',
9
9
  'Content-Type': 'application/json'
10
- debug_output $stdout
10
+
11
11
  def initialize
12
12
  if Config.is_on_staging?
13
13
  self.class.base_uri 'http://staging.trustvox.com.br/api'
@@ -1,3 +1,3 @@
1
1
  module Trustvox
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trustvox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Frank