pdf_cover 0.1.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 121dae8a49997f32af545bffb534d921f77ff0cc
4
+ data.tar.gz: e583d27e90f8cabe123056530af5fcafdeb835dd
5
+ SHA512:
6
+ metadata.gz: 2d5597d5be8543762580e9cb36c13062256ad5dc950cb31eaf872dceeff77b1a253bd23b6abc62257da67849cf5b709c39b1a7b125597da0a54ab1dc977a90ea
7
+ data.tar.gz: 74481ca0bbacd20a37ed7e979f5f71d2afa003b4ed7ae03cd6117c0556671ef506cb970967e513c1d668d4a20516fc0765887b53d057544029f16a371998a768
data/.gitignore ADDED
@@ -0,0 +1,17 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/dummy/db/*.sqlite3
9
+ /spec/dummy/log/*
10
+ /spec/dummy/public/system/
11
+ /spec/reports/
12
+ /spec/test_pdfs/*.jpg
13
+ /tmp/
14
+ /vendor/bundle
15
+ /uploads
16
+ .byebug_history
17
+ .DS_Store
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --color