pludoni_pdfutils 0.1.0 → 0.1.2

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: e2d234dcf736cf33aab2fe4a858f41e35c25c62648cdddb73b8e25fe1f81a805
4
- data.tar.gz: 6a76b1a8a6bda7e02fea6860f4efcce96c72174a1efcdfca8db3caf237a14d6a
3
+ metadata.gz: ce474c026e729b7967ef861003ab2d646e965dac9424a87992f4f99d710905ad
4
+ data.tar.gz: e9acb01ef78eb8f0b182d8fc5489dfdac2e189930cd82af794ec4147ad7da806
5
5
  SHA512:
6
- metadata.gz: 2f31fd04e951b53a70f0e44f18bfc24aeaf5b80385fe83a8faf219a55c34bd6bfa81868c7ecf2d2f75928364504588e9a1e1669811e3cd34f117c9fe8d6d2305
7
- data.tar.gz: 9842f36bb4db2b57781a9445ec4da3fcceb2dd861e15c08d4e5f07f09613d82d2566e87feeb8417368a2f2ef30d7a68f365b9361ae119bdf43be0ae9cfecfa7b
6
+ metadata.gz: f139faefe7be6a3bc2a8b327a89e26b4186c025258cc137c9a1a8d220fa924eb6cb8c389cec885d0e7814bb1e7113371e2eb88039d37df67fd45c75d8cc23ba7
7
+ data.tar.gz: 3deb99960c6171363944c4bcd9af2a553d9f52dbc4c8995032a448ec75bd85c2eed0ed49a30491e16b33dc91145d5c680b6e4e675b92c94681e54557fde87a0d
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,4 +1,3 @@
1
- require "pludoni/pdfutils/version"
2
1
  require 'mimemagic'
3
2
 
4
3
  module Pludoni
@@ -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.2"
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.2
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