buildvu 3.1.3 → 3.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2736428d3a17ab25da60ecb457f7c12bc082f7abeb76c90a3a5f2916a6456913
4
- data.tar.gz: 4ff8b3bbe028c40134d1be7193f84fea2a9b63ad06ed20b2bc652ba08081e6df
3
+ metadata.gz: 0a050414fcce6b74e5c134a4fabc5c87cd319961b029f67813abedd4bad30dd8
4
+ data.tar.gz: 0572ce858a12304777d2823e1b9e982dea4a11b44eec1a3b20bd51874bbcb4cb
5
5
  SHA512:
6
- metadata.gz: 83a0521c1003437e9fb0c42150f0087a00d37ea88b37e64a524a63c8a22f55b71758762daaa0dd108aec6a74e3e9fb129cb23f4154f7a9ae0ca6fd00021b51be
7
- data.tar.gz: ea0ff7ecb21520422121b935cee631f05815482502175224d94c72ea627192663752dec81c3d3b795a20fb144c852f1cde425b6c00eb13ae012a9d8a78c6e1f4
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).
@@ -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 = "Convert PDF to HTML5 or SVG with Ruby, using the BuildVu Ruby Client to interact with
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. "
@@ -1,3 +1,3 @@
1
1
  class BuildVu
2
- VERSION = "3.1.3"
2
+ VERSION = "3.1.4"
3
3
  end
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.3
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: 2019-12-18 00:00:00.000000000 Z
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: "Convert PDF to HTML5 or SVG with Ruby, using the BuildVu Ruby Client
49
- to interact with\n IDRsolutions' BuildVu Microservice Example.
50
- The BuildVu Microservice Example is an open source\n project
51
- that allows you to convert PDF to HTML5 or SVG by running BuildVu as a web service
52
- in\n the cloud or on-premise. For documentation and usage
53
- examples, check out our GitHub page. "
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: []