eeepub_ext 0.8.2 → 0.8.3
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 +4 -4
- data/CHANGELOG.md +9 -0
- data/eeepub.gemspec +8 -5
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3ac6e610d8a21b64cd16c3b6f7a909aa9fc453c
|
|
4
|
+
data.tar.gz: 6722b01dcc35cf8aec238a52f2fa37a191f3e9ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 537891429ef5cbf7cd8e2cc6602a39fbe259b9458be236d1f46e92849f58e5c6e25972efc7124cffb881dcb701d4cffc02ce625666ae427035b35949960a7e1b
|
|
7
|
+
data.tar.gz: 48a7309bf507d1331c704e25f9f78e21753b9ec706095adcb197c1768ab05a2cc24927ece9c65f916e96a1292008778fb65cf73b4ecc9aaf3ee3761085329f31
|
data/CHANGELOG.md
ADDED
data/eeepub.gemspec
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.name = "eeepub_ext"
|
|
4
|
-
s.version = "0.8.
|
|
4
|
+
s.version = "0.8.3"
|
|
5
5
|
s.platform = Gem::Platform::RUBY
|
|
6
6
|
s.authors = ["jugyo"]
|
|
7
|
-
s.email = ["
|
|
8
|
-
|
|
9
|
-
s.
|
|
7
|
+
s.email = ["agilecreativity@gmail.com"]
|
|
8
|
+
# NOTE: the original location of the gem
|
|
9
|
+
# s.homepage = "http://github.com/jugyo/eeepub"
|
|
10
|
+
# NOTE: the current location of the modified gem
|
|
11
|
+
s.homepage = "https://github.com/agilecreativity/eeepub"
|
|
12
|
+
s.summary = %q{ePub generator - with rubyzip bug fix (unofficial fork version)}
|
|
10
13
|
s.description = %q{EeePub is a Ruby ePub generator.
|
|
11
|
-
This is
|
|
14
|
+
This code is baded on the original eeepub version 0.8.1.
|
|
12
15
|
I added the bug fix to rubyzip to make it work with my own gem (source2epub).
|
|
13
16
|
This gem will be deprecated as soon as the original author (jugyo) merge
|
|
14
17
|
the pull request from the community with this change and many others fixes.}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eeepub_ext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jugyo
|
|
@@ -124,17 +124,18 @@ dependencies:
|
|
|
124
124
|
version: 2.0.0
|
|
125
125
|
description: |-
|
|
126
126
|
EeePub is a Ruby ePub generator.
|
|
127
|
-
This is
|
|
127
|
+
This code is baded on the original eeepub version 0.8.1.
|
|
128
128
|
I added the bug fix to rubyzip to make it work with my own gem (source2epub).
|
|
129
129
|
This gem will be deprecated as soon as the original author (jugyo) merge
|
|
130
130
|
the pull request from the community with this change and many others fixes.
|
|
131
131
|
email:
|
|
132
|
-
-
|
|
132
|
+
- agilecreativity@gmail.com
|
|
133
133
|
executables: []
|
|
134
134
|
extensions: []
|
|
135
135
|
extra_rdoc_files: []
|
|
136
136
|
files:
|
|
137
137
|
- ".gitignore"
|
|
138
|
+
- CHANGELOG.md
|
|
138
139
|
- Gemfile
|
|
139
140
|
- LICENSE
|
|
140
141
|
- README.md
|
|
@@ -158,7 +159,7 @@ files:
|
|
|
158
159
|
- spec/eeepub/opf_spec.rb
|
|
159
160
|
- spec/eeepub_spec.rb
|
|
160
161
|
- spec/spec_helper.rb
|
|
161
|
-
homepage:
|
|
162
|
+
homepage: https://github.com/agilecreativity/eeepub
|
|
162
163
|
licenses: []
|
|
163
164
|
metadata: {}
|
|
164
165
|
post_install_message:
|
|
@@ -180,7 +181,7 @@ rubyforge_project:
|
|
|
180
181
|
rubygems_version: 2.2.2
|
|
181
182
|
signing_key:
|
|
182
183
|
specification_version: 4
|
|
183
|
-
summary: ePub generator with rubyzip bug fix (unofficial version)
|
|
184
|
+
summary: ePub generator - with rubyzip bug fix (unofficial fork version)
|
|
184
185
|
test_files:
|
|
185
186
|
- spec/eeepub/container_item_spec.rb
|
|
186
187
|
- spec/eeepub/easy_spec.rb
|