pdf2html_docker 0.1.0 → 0.1.1

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: 931fa433f7b966dc59370642ef16138994246830d2affdf886f2f97492f115c8
4
- data.tar.gz: fed7004c40a8dd55633615a52ff707a7f2724d4143eaf492cb8a883ffec776c4
3
+ metadata.gz: 9168eae9169f3b1b21d301ca4682a1268a28e3fcf556f8679bd0a88116db90a7
4
+ data.tar.gz: 676ba7025f6053309f9d8f2085c39619de40438086c96f5dd84566146885309c
5
5
  SHA512:
6
- metadata.gz: 17b87413d5bf94a52bc59fd0602df49a6d1283347870da17b93871c95e6f9788fd8eb8b8216601f7bf1218868f5c17037ad694417da80d00975bcbfe38c0532d
7
- data.tar.gz: ec906f3910ec5fe1bf02e6f6d199a42c9daa88fd105209279120d2b01adfe983fcf4ebe432a144b9468aa2630ac451cfebb53723afd48b4507c3b60e0c58659d
6
+ metadata.gz: a0cebfb128c1bfd075228f33d0aa02bb3fcb49eae4249ae42083f5356e3e570a0abd8b50a8ad6cf48a9a9bd392a1dc837df064b7b9a78bc1a4225ca0393afc70
7
+ data.tar.gz: b125d2c5233a0e923941cc4eb1b056691e79607dc96433ebb6297c0c6c9dab82d2f45f633af54c9612b708fa2860309ea592204c63650c120c71d5cfccb35513
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Pdf2htmlDocker
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/pdf2html_docker`. To experiment with that code, run `bin/console` for an interactive prompt. This gem is the same as [pdf2html](https://github.com/oshchyhol/pdf2html) but instead of requiring the library **Pdf2HtmlEX** library installed in the OS host, just need **docker**.
3
+ This gem is the same as [pdf2html](https://github.com/oshchyhol/pdf2html) but instead of requiring the library **Pdf2HtmlEX** library installed in the OS host, just need **docker**.
4
4
 
5
5
  ## Installation
6
6
 
@@ -2,7 +2,7 @@ require 'terrapin'
2
2
  require 'pdf2html_docker/option_builder'
3
3
 
4
4
  module Pdf2htmlDocker
5
- DOCKER_COMMAND = 'docker run -ti -v'.freeze
5
+ DOCKER_COMMAND = 'docker run -v'.freeze
6
6
  DOCKER_IMAGE = 'bwits/pdf2htmlex'.freeze
7
7
  BASE_COMMAND = 'pdf2htmlEX'.freeze
8
8
  DOCKER_VOLUME = ':/pdf'.freeze
@@ -1,3 +1,3 @@
1
1
  module Pdf2htmlDocker
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdf2html_docker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Enmanuel
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-23 00:00:00.000000000 Z
11
+ date: 2019-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: terrapin
@@ -126,7 +126,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0'
128
128
  requirements: []
129
- rubygems_version: 3.0.3
129
+ rubyforge_project:
130
+ rubygems_version: 2.7.8
130
131
  signing_key:
131
132
  specification_version: 4
132
133
  summary: PDF to HTML converter that use containerised pdf2HtmlEX library