gotransverse-tract-api 0.0.2 → 0.0.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: a11f04c6acb97f078a9844b4d8e57fbfadaaa421
4
- data.tar.gz: 3d893e2e28da519e86984fc7f3b545267c7e519e
3
+ metadata.gz: f70a7d9a3a21595b24955cc8706dc35566287133
4
+ data.tar.gz: 72da6f479cca644c88229f5fe636d79ac96bd32a
5
5
  SHA512:
6
- metadata.gz: ceb66a6bf8ad4324fcf5a7e7fa114fd720ab455160b477325a388a3af01459d8fa29dba8ad31b733b5e1e9c9c97b82416820009c79fac9be2c693a235248b119
7
- data.tar.gz: 46283a93266671ee34dabc688d246787c04b6b5ece094507d8ffa5b80dca0986a62b128a64346617ab66b642eae16c15d7ca92f2d3189005d051960509e01d71
6
+ metadata.gz: 948d261f7b79020531c76c3bd569a0a9320f0d8ca2b31f6746b04d3e5d229271da4bff842100e089febd10d4e9507ab96eb465ab28ce36ea163989bc7e757cba
7
+ data.tar.gz: e9fe8a3f9e564f7e2979bd258fe9f5dab67790aa9e22b98e1e2dbfd71f4b617361927fa2f64d715243e63c8901c959f4130eb9ccd426b69eccf63d0b9c50ea69
@@ -11,7 +11,7 @@ class Configuration
11
11
  # initialize
12
12
  #
13
13
  def initialize
14
- @tract_api_url = "https://my.tractbilling.com/t/s/r/#{Version::TARGET_API_VERSION}/"
14
+ @tract_api_url = "https://my.tractbilling.com/t/s/r/#{GoTransverseTractApi::TARGET_API_VERSION}/"
15
15
  set_basic_credentials
16
16
  end
17
17
 
@@ -1,6 +1,6 @@
1
1
  module GoTransverseTractApi
2
2
 
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  TARGET_API_VERSION = "1.19"
5
5
 
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gotransverse-tract-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien DeFrance