pludoni_pdfutils 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2d234dcf736cf33aab2fe4a858f41e35c25c62648cdddb73b8e25fe1f81a805
4
- data.tar.gz: 6a76b1a8a6bda7e02fea6860f4efcce96c72174a1efcdfca8db3caf237a14d6a
3
+ metadata.gz: c5e7d468305c410e8f8f695110f38775daa2fef7af07d9bc4e0a5f97510fb8b1
4
+ data.tar.gz: fa005b2369e0c10da01c7dced6e97fe99303bceaa5a676033b01c2664a102208
5
5
  SHA512:
6
- metadata.gz: 2f31fd04e951b53a70f0e44f18bfc24aeaf5b80385fe83a8faf219a55c34bd6bfa81868c7ecf2d2f75928364504588e9a1e1669811e3cd34f117c9fe8d6d2305
7
- data.tar.gz: 9842f36bb4db2b57781a9445ec4da3fcceb2dd861e15c08d4e5f07f09613d82d2566e87feeb8417368a2f2ef30d7a68f365b9361ae119bdf43be0ae9cfecfa7b
6
+ metadata.gz: d5cd8e9a78961acafeb93e1528c33adfbcfec271c8c6e3a819ba9c68662068a1e9b5831fe717cadcb9d9f09711c7ad2dd4e3e968219d555a44c9b6abdbc39ae3
7
+ data.tar.gz: b1454820999b261d8d0045dc0847a0ad0adbc3d0564242d392c58d744d603c4c983a2e8aba0c45bce5eb05f598d36723e3db546bc4939132783c808a923906f6
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Pludoni::Pdfutils
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/pludoni_pdfutils.svg)](https://badge.fury.io/rb/pludoni_pdfutils)
4
+
5
+
3
6
  ## Installation
4
7
 
5
8
  Add this line to your application's Gemfile:
@@ -1,11 +1,7 @@
1
1
 
2
- lib = File.expand_path("../lib", __FILE__)
3
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require "pludoni/pdfutils/version"
5
-
6
2
  Gem::Specification.new do |spec|
7
3
  spec.name = "pludoni_pdfutils"
8
- spec.version = Pludoni::Pdfutils::VERSION
4
+ spec.version = "0.1.1"
9
5
  spec.authors = ["Stefan Wienert"]
10
6
  spec.email = ["info@stefanwienert.de"]
11
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pludoni_pdfutils
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
  - Stefan Wienert
@@ -103,7 +103,6 @@ files:
103
103
  - lib/pludoni/pdfutils/file_wrapper.rb
104
104
  - lib/pludoni/pdfutils/joiner.rb
105
105
  - lib/pludoni/pdfutils/local_file_wrapper.rb
106
- - lib/pludoni/pdfutils/version.rb
107
106
  - lib/pludoni_pdfutils.rb
108
107
  - pludoni_pdfutils.gemspec
109
108
  homepage: https://github.com/pludoni/pdfutils
@@ -1,5 +0,0 @@
1
- module Pludoni
2
- module Pdfutils
3
- VERSION = "0.1.0"
4
- end
5
- end