EPUBChop 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: af66209bba7f425f7e95980d708fb2c04925d081
4
- data.tar.gz: 5c62f5ca92e06e1e6b6d3f5bb6448e5194325825
3
+ metadata.gz: 19d400c6d9f22648b1f223d5fe9799393c103322
4
+ data.tar.gz: 516b27b910ed7c15e3623dda00096e27e83b9a91
5
5
  SHA512:
6
- metadata.gz: a6740ed4f801ec53552869bc2ceb52e5c6ffe73ba16acac548f37778cf15ba6e62ee50be9629e3948e16fb67455d188ce693578a5d91bc33a042879683f9b8a4
7
- data.tar.gz: fd0e96e1c9468bde9dd8014ebfe6aa71cb0addb8f20903165a24f3a3bca9fda4fff48b95337476841e7354c4a5d18134a9f2c385f6799c06304dce87ac8e568c
6
+ metadata.gz: cd1aff3b4b9301d596ede96e347880e46b9f8b803a04208d809500e270b7dee4ed2a6c30248255ba70494ce1c0eda433355c47d3ee930b234de24e32febf531f
7
+ data.tar.gz: 4a32c8f8ef30654a113ce44c4482a3db370d1e1eb3ea1cf4bd2c409b04147152fc3923630a29653922a6751132710c29c24a5954bd1a6a085acc271283a65832
data/lib/EPUBChop/chop.rb CHANGED
@@ -293,7 +293,7 @@ module EPUBChop
293
293
 
294
294
  <div style="margin-top:20px;">
295
295
  <div style="float:left;margin-right:30px;max-height: 190px; min-height: 120px; width: 125px;">
296
- <img src="#{cover_path}" alt="" style="width:100%" />
296
+ <img id="epubchop_coverimg" src="#{cover_path}" alt="" style="width:100%" />
297
297
  </div>
298
298
 
299
299
  <div style='padding-top:10px;'>
@@ -1,3 +1,3 @@
1
1
  module EPUBChop
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: EPUBChop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mehmet Celik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-28 00:00:00.000000000 Z
11
+ date: 2014-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler