pdfdprint 0.1.0 → 0.1.3

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: f1fb62933ed041d79b563fed3c4af730eef30c9326926941616add8dd8cf9ae0
4
- data.tar.gz: 33ab6d26981e7050c1d7f843de5a31ac8eb83bf2530cb7a8f7471bb03a4990f1
3
+ metadata.gz: 02732c9d3fcb3874766634528963c1e7a9e3b2ce3b880c20e5fc3f2be985168d
4
+ data.tar.gz: bcb6dbb350d408bb20b3b8d2336040589f40fe0bcd4338193dcc7524c8545189
5
5
  SHA512:
6
- metadata.gz: e6bc5a16f7011c891f2aea14f3067bf77951c7cb6f818e22e7bf2b890f4491ae0967a14446a1a19b6c1ac1e35e43fe598b1233442638fb2ec43e76e8345b823e
7
- data.tar.gz: 30bac19c1e7896045a9f2f398dc28119407dd8752bfd45a9e00be46c3f8221088805ff12daa9f410611286611f65962a9f2b175bca5b7c88eb0a7a75c7d50e9a
6
+ metadata.gz: 6387bde2a26cf9a9f7c55fc1a7e9e9e5fa5e77264c44eef0e3449976a83a28496c0c7aa8c820ceda3eaaabac45cf05f97485e56c3afad1e89dad5fae645e3633
7
+ data.tar.gz: 5500b9c9511e2e2b5a63a150590c21ca72d924c8348ad6cd577eac06db80b9ec825e55a7adbbee0cb841ab77239fa136d167072cfe8738469f9c907eaca146cf
data/CHANGELOG.md CHANGED
@@ -5,7 +5,32 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- ## 0.1.0 - 2019-09-07
8
+ ## [0.1.3] - 2022-05-20
9
+
10
+ ### Changed
11
+
12
+ - Update all dependencies
13
+ - Adapt rubocop configuration
14
+
15
+ ## [0.1.2] - 2020-03-06
16
+
17
+ ### Changed
18
+
19
+ - Version dependency of rake and rubocop
20
+ - Rubocop configuration to enable new cops of major release
21
+
22
+ ## [0.1.1] - 2019-09-08
23
+
24
+ ### Added
25
+
26
+ - More metadata information to gem specification
27
+ - Prerequisites and installation instructions in README
28
+
29
+ ### Changed
30
+
31
+ - Corrected minor typo in README
32
+
33
+ ## [0.1.0] - 2019-09-07
9
34
 
10
35
  ### Added
11
36
 
data/README.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  Allows you to print PDF files directly to a modern network-enabled printer supporting raw PDF printing on TCP port 9100 from the command line.
4
4
 
5
+ ## Prerequisites
6
+
7
+ - Ruby
8
+ - Network-enabled printer supporting direct PDF printing
9
+
10
+ ## Installation
11
+
12
+ ```shell
13
+ gem install pdfdprint
14
+ ```
15
+
5
16
  ## Usage
6
17
 
7
18
  ```
@@ -37,7 +48,11 @@ $ pdfdprint -p myprinter /home/me/Documents
37
48
 
38
49
  ### Unsupported Personality: UNKNOWN
39
50
 
40
- If you printer only prints out the `Unsupported Personality: UNKNOWN` text this means that your printer does not support PDF direct printing.
51
+ If your printer only prints out the `Unsupported Personality: UNKNOWN` text this means that your printer does not support direct PDF printing.
52
+
53
+ ## Authors
54
+
55
+ - Marc - [towards | Ruby & Web Development](https://towards.ch)
41
56
 
42
57
  ## License
43
58
 
data/exe/pdfdprint CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  require 'pdfdprint'
4
4
 
5
- puts "\n### PDF Direct Print Copyright (c) 2019 towards GmbH - v#{PDFDirectPrint::VERSION} ###\n\n"
5
+ puts "\n### PDF Direct Print Copyright (c) 2019-2022 towards GmbH - v#{PDFDirectPrint::VERSION} ###\n\n"
6
6
 
7
7
  PDFDirectPrint.run
@@ -1,3 +1,3 @@
1
1
  module PDFDirectPrint
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfdprint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
- - Marc Bigler
8
- autorequire:
7
+ - Marc
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-07 00:00:00.000000000 Z
11
+ date: 2022-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,42 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.17'
19
+ version: '2.3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.17'
26
+ version: '2.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '13.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '13.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rubocop
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.74.0
47
+ version: '1.29'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: 0.74.0
54
+ version: '1.29'
55
55
  description: Use raw printing functionality of network-enabled printer to print PDF
56
56
  files on port 9100/tcp.
57
57
  email:
@@ -76,10 +76,13 @@ licenses:
76
76
  - GPL-3.0
77
77
  metadata:
78
78
  allowed_push_host: https://rubygems.org
79
+ bug_tracker_uri: https://github.com/towards/pdfdprint/issues
79
80
  changelog_uri: https://github.com/towards/pdfdprint/blob/master/CHANGELOG.md
81
+ documentation_uri: https://www.rubydoc.info/gems/pdfdprint
80
82
  homepage_uri: https://towards.ch
83
+ rubygems_mfa_required: 'true'
81
84
  source_code_uri: https://github.com/towards/pdfdprint
82
- post_install_message:
85
+ post_install_message:
83
86
  rdoc_options: []
84
87
  require_paths:
85
88
  - lib
@@ -87,15 +90,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
87
90
  requirements:
88
91
  - - ">="
89
92
  - !ruby/object:Gem::Version
90
- version: '2.5'
93
+ version: '2.6'
91
94
  required_rubygems_version: !ruby/object:Gem::Requirement
92
95
  requirements:
93
96
  - - ">="
94
97
  - !ruby/object:Gem::Version
95
98
  version: '0'
96
99
  requirements: []
97
- rubygems_version: 3.0.3
98
- signing_key:
100
+ rubygems_version: 3.3.7
101
+ signing_key:
99
102
  specification_version: 4
100
103
  summary: Print PDF document directly to network-enabled printer
101
104
  test_files: []