idr_cloud_client 1.0.3 → 1.0.4

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
  SHA256:
3
- metadata.gz: 80d1b5f3eaddb31231b46d44e91b64eb658f5b496133e1b000e838c5158aa549
4
- data.tar.gz: 87992fdac6eb6bad76187cc9fbfb529932994020f5f280d746a0c952b3e0c696
3
+ metadata.gz: dc7a2f65f7ad56e98f0ef88222095217a80e2678754e4264c25926fe4b0a7b18
4
+ data.tar.gz: caee79c107d23325678c072b17f9d8db37f74480caa1091716c53aa616b86744
5
5
  SHA512:
6
- metadata.gz: 50b27ae8b6b0f8b21cc0b1173ddd3e87cc7b96eff44848f4bd46437274ae501fa1296cc1edf3fe0210a01ef2644774e6eec5145706b653f638098bc3718fa35a
7
- data.tar.gz: fb12b668f58e88ec0b57e9837cb426867e3cf4d661037d2220c4892321bcd8cfd1a8701c6907bbd35d3e1821524f12d0be1677cf5aee2c5fbc2ad77614fda72e
6
+ metadata.gz: 923f7bb118035b7fc873d31cc2c3225397c72e86988b37898ac63c328a53bfaec04f6fa348fe9812933e9ae496824c35076651b37d06d6748b9ffcf311a18c63
7
+ data.tar.gz: 11c107b21f757fb74fe786df536411e26a3dc1e8e772d55c809c35640b8ec11ff0b234e71465de524e114c2e76df499ec6d9088c866647dd59ba93ea903ea466
data/README.md CHANGED
@@ -2,9 +2,17 @@
2
2
 
3
3
  Interact with any [IDRsolutions' Microservice Examples](https://github.com/idrsolutions/) using the IDRSolutions Ruby Client.
4
4
 
5
- The BuildVu Microservice Example is an open source project that allows you to convert PDFs using various softwares from [IDRSolutions](https://www.idrsolutions.com) as an online service.
5
+ The IDRsolutions Microservice Examples are open source projects that allows you to
6
+ convert PDFs using various softwares from [IDRSolutions](https://www.idrsolutions.com/) as an online service.
6
7
 
7
- IDRsolutions offer a free trial service for running these libraries with Ruby. You can find information at the following links for [JPedal](https://www.idrsolutions.com/jpedal/) and [BuildVU](https://www.idrsolutions.com/buildvu/).
8
+ JPedal Microservice Example - Convert pages to images
9
+
10
+ BuildVu Microservice Example - Convert PDFs to HTML or SVG
11
+
12
+ FormVu Microservice Example - Convert PDF Forms to HTML
13
+
14
+ IDR Solutions offer a free trial service for running these libraries with NodeJS. You can
15
+ find information at the following links for [JPedal](https://www.idrsolutions.com/jpedal/), [BuildVu](https://www.idrsolutions.com/buildvu/), and [FormVu](https://www.idrsolutions.com/formvu/).
8
16
 
9
17
  -----
10
18
 
@@ -48,6 +56,10 @@ Full usage for connecting to BuildVu can be found [here](https://support.idrsolu
48
56
 
49
57
  Full usage for connecting to JPedal can be found [here](https://support.idrsolutions.com/jpedal/tutorials/cloud/).
50
58
 
59
+ ## FormVu: ##
60
+
61
+ Full usage for connecting to FormVu can be found [here](https://support.idrsolutions.com/formvu/tutorials/cloud/).
62
+
51
63
  -----
52
64
 
53
65
  # Who do I talk to? #
@@ -1,3 +1,3 @@
1
1
  class IDRCloudClient
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idr_cloud_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - IDRsolutions
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-12-10 00:00:00.000000000 Z
11
+ date: 2020-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday