pdfmd 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/pdfmd.rb +5 -0
  3. metadata +4 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e9a319bb39e3972119dabeda67a88918e1662a9
4
- data.tar.gz: 2ddb7e4e715fe65192685c19bcdb560b36f3708b
3
+ metadata.gz: 5a5ab1dff5f87a928f6b899de89d5affa383207f
4
+ data.tar.gz: 899565d6ddfcc56a6eff230621ff52198b219b08
5
5
  SHA512:
6
- metadata.gz: e88256a30ab208960bf09071e88ec291c98349fc8b5dd66077867182b1a467bef916e2e6524e3371f95237863dd8e7e957462f52dcb9dc3a05b6bc172326d7ec
7
- data.tar.gz: 0ae519f568c6409c249e5a154365c70a4c06dcfac3288ba863d336d28c2b4daf0188a4d07d0fa7c7fbf5b34bcfd16e5fe930b28759aa9c9f36db914abfe556ec
6
+ metadata.gz: cb5b419e81686488498da1f94c55efc903b2169cd16ed8e6e54099c2f24b39983b6ab9216cd4aea9b4000705c1a80d4577fcca69d2925abbf73ed2dd25486bb8
7
+ data.tar.gz: 699c7c37a5d88c8dcd1c0e935262905ef7eebb3bcf8df80687c4a8f354e8deedf051847e0f01f1a5891b57906cb6cb7541bd63a4cc3c9cb6319a73a8477cea26
data/lib/pdfmd.rb CHANGED
@@ -30,6 +30,11 @@
30
30
  #
31
31
  # === Changelog
32
32
  #
33
+ # Version 1.3.1
34
+ # - Corrected Email address (Gemspec)
35
+ # - Corrected website address (Gemspec)
36
+ # - No changes to script
37
+ #
33
38
  # Version 1.3
34
39
  # - Small bugfix about special characters in filenames (author).
35
40
  # - Bugfix for the tag 'createdate' written as 'CreateDate' which did not
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfmd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Roos
@@ -10,15 +10,14 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-03-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Managing the commong pdf metadata settings and renaming the pdf file
14
- accordingly.
15
- email: daniel@micronerd.org
13
+ description: Managing the common pdf metadata settings and renaming the pdf file accordingly.
14
+ email: daniel@micronerds.org
16
15
  executables: []
17
16
  extensions: []
18
17
  extra_rdoc_files: []
19
18
  files:
20
19
  - lib/pdfmd.rb
21
- homepage: http://rubygems.org/gems/pdfmd
20
+ homepage: https://github.com/Micronarrativ/ruby-pmd
22
21
  licenses:
23
22
  - MIT
24
23
  metadata: {}