buildvu 3.1.3 → 3.1.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 +4 -4
- data/README.md +3 -0
- data/buildvu.gemspec +4 -2
- data/lib/buildvu/version.rb +1 -1
- metadata +11 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a050414fcce6b74e5c134a4fabc5c87cd319961b029f67813abedd4bad30dd8
|
|
4
|
+
data.tar.gz: 0572ce858a12304777d2823e1b9e982dea4a11b44eec1a3b20bd51874bbcb4cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9177aa5d193e0388a3f1eab60796ba99e9e97a52748671beb0f1560a660797cc10a3069837f83bf744ed5b5eded748821717143abf4dec90fd457fb869574a6
|
|
7
|
+
data.tar.gz: ed96b17b340123e3ab4fc5695b864570f31da9a6df582064da68124c4b01bd0805f97e88834d153c255c55d21dc0a07de0e67a507395c6593d5ef9639947f78f
|
data/README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
# THIS PACKAGE HAS BEEN DEPRECATED #
|
|
2
|
+
Future development has been directed to the [idrsolutuions client](https://github.com/idrsolutions/idrsolutions-ruby-client), which can be used for the same purpose. This package will receive no more updates.
|
|
3
|
+
|
|
1
4
|
# BuildVu Ruby Client #
|
|
2
5
|
|
|
3
6
|
Convert PDF to HTML5 or SVG with Ruby using the BuildVu Ruby Client to interact with IDRsolutions' [BuildVu Microservice Example](https://github.com/idrsolutions/buildvu-microservice-example).
|
data/buildvu.gemspec
CHANGED
|
@@ -9,8 +9,10 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ['support@idrsolutions.zendesk.com']
|
|
10
10
|
spec.date = Time.now.strftime('%Y-%m-%d')
|
|
11
11
|
|
|
12
|
-
spec.summary = 'Ruby API for IDRSolutions BuildVu Microservice'
|
|
13
|
-
spec.description = "
|
|
12
|
+
spec.summary = '[DEPRECATED] Ruby API for IDRSolutions BuildVu Microservice'
|
|
13
|
+
spec.description = "Future development has been directed to idrsolutions-ruby-client, which can be used for the same purpose.
|
|
14
|
+
This package will receive no more updates.
|
|
15
|
+
Convert PDF to HTML5 or SVG with Ruby, using the BuildVu Ruby Client to interact with
|
|
14
16
|
IDRsolutions' BuildVu Microservice Example. The BuildVu Microservice Example is an open source
|
|
15
17
|
project that allows you to convert PDF to HTML5 or SVG by running BuildVu as a web service in
|
|
16
18
|
the cloud or on-premise. For documentation and usage examples, check out our GitHub page. "
|
data/lib/buildvu/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: buildvu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Foley
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2020-08-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: faraday
|
|
@@ -45,12 +45,14 @@ dependencies:
|
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: '2.1'
|
|
48
|
-
description: "
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
48
|
+
description: "Future development has been directed to idrsolutions-ruby-client, which
|
|
49
|
+
can be used for the same purpose. \n This package will receive
|
|
50
|
+
no more updates. \n Convert PDF to HTML5 or SVG with Ruby,
|
|
51
|
+
using the BuildVu Ruby Client to interact with\n IDRsolutions'
|
|
52
|
+
BuildVu Microservice Example. The BuildVu Microservice Example is an open source\n
|
|
53
|
+
\ project that allows you to convert PDF to HTML5 or SVG by
|
|
54
|
+
running BuildVu as a web service in\n the cloud or on-premise.
|
|
55
|
+
For documentation and usage examples, check out our GitHub page. "
|
|
54
56
|
email:
|
|
55
57
|
- support@idrsolutions.zendesk.com
|
|
56
58
|
executables: []
|
|
@@ -91,5 +93,5 @@ requirements: []
|
|
|
91
93
|
rubygems_version: 3.0.3
|
|
92
94
|
signing_key:
|
|
93
95
|
specification_version: 4
|
|
94
|
-
summary: Ruby API for IDRSolutions BuildVu Microservice
|
|
96
|
+
summary: "[DEPRECATED] Ruby API for IDRSolutions BuildVu Microservice"
|
|
95
97
|
test_files: []
|