gotransverse-tract-api 0.0.14 → 0.0.15

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: ad0f7cec69fccec1d2df075d6c64fc61bd6c899d
4
- data.tar.gz: 44f090c15f57dcdf69a9e5eac0427256f8b4cd17
3
+ metadata.gz: 1b50facab2275c19cd2a308bd13c2970b57a952d
4
+ data.tar.gz: fe2b8745a55f4b2da6f334c0d62c5f6821359ab1
5
5
  SHA512:
6
- metadata.gz: 58c48ef6e75d0e4cd5899d6975a4e970764d5f93753a7cdf638cff9c5a4e8044fa7fd7fa50b9a4ccbfc0e4a31c0d6ef091546af4f19b1d5de7de176d900ab1e4
7
- data.tar.gz: 7e4039550c112ffb7505323da12e43fbd8d7ff4e92730ea0c60f94f7341cf50888e004d06093d7b65070a980a8c6316e530d1a3ffbfacf70b0f45fdda5fd39c2
6
+ metadata.gz: 1e725f5c0003ce1cc9119aaf09d6414fac8a42df8ec88dfa7fd0dd5a3547b1b6f06ed62009aa9cfc074b19c060303d9284441efff5301a244a286f9a3fd05065
7
+ data.tar.gz: f2f2b31617001d8e0f7c39f02bf1f065d68bdc5395cb12a81f09e5bfce15bd9cecf367a5686d48d3ef6774db0230b7ddfb666adf9667f3bd18b8762f1075e30d
data/README.md CHANGED
@@ -2,12 +2,11 @@
2
2
 
3
3
  A ruby gem allowing developers to integrate with GoTransverse's TRACT API.
4
4
 
5
- Current supported version is 1.19 REST API (XML)
6
- http://devdoc.gotransverse.com.php53-14.ord1-1.websitetestlink.com/Developer-Guides/TRACT-API-1.19/API-1.19-REST-Mount-Points
5
+ Current supported version is 1.28 REST API (XML)
6
+ https://documentation.gotransverse.com/Content/Archive/site/tract.gotransverse.com/Developer-Guides/TRACT-API-1.28/REST-Endpoints.html
7
7
 
8
8
  For more details, please refer to GoTransverse's TRACT API Documentation available at:
9
- http://devdoc.gotransverse.com.php53-14.ord1-1.websitetestlink.com/Developer-Guide
10
-
9
+ https://documentation.gotransverse.com/Content/Archive/site/tract.gotransverse.com/User-%26-Administrator-Guides/Understanding-TRACT.html
11
10
 
12
11
  ## Disclaimer
13
12
 
@@ -1,6 +1,6 @@
1
1
  module GoTransverseTractApi
2
2
 
3
- VERSION = "0.0.14"
4
- TARGET_API_VERSION = "1.19"
3
+ VERSION = "0.0.15"
4
+ TARGET_API_VERSION = "1.28"
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.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien DeFrance