pandexio 0.0.10 → 0.0.11

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.
@@ -1,4 +1,5 @@
1
1
  require_relative 'signer.rb'
2
+ require_relative 'http_client.rb'
2
3
 
3
4
  module Pandexio
4
5
 
@@ -6,8 +6,8 @@ require 'uuid'
6
6
  require "pandexio"
7
7
 
8
8
  SKIP_INTEGRATION_TESTS = true
9
- DOMAIN_ID = "<domain_id>"
10
- DOMAIN_KEY = "<domain_key>"
9
+ DOMAIN_ID = "domain_id"
10
+ DOMAIN_KEY = "domain_key"
11
11
 
12
12
  describe Pandexio::HttpClient do
13
13
  describe "#load_document" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pandexio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: