eeepub_ext 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -0
  3. data/eeepub.gemspec +8 -5
  4. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e81b6072e23bfd9103aa3f55ebba557ee8550cf4
4
- data.tar.gz: af36680b189627d88e5430907a7240f4f8705b3d
3
+ metadata.gz: e3ac6e610d8a21b64cd16c3b6f7a909aa9fc453c
4
+ data.tar.gz: 6722b01dcc35cf8aec238a52f2fa37a191f3e9ae
5
5
  SHA512:
6
- metadata.gz: 726c78f2e94268d1643a4efb140b57daf00bc7ee48c54e9a10eea68e18fca12d2d117b2e8206a54825b487372ddb1c7ad5b6f07548807fd972782884bb1d6246
7
- data.tar.gz: 59678e2008c29c8d320c05406630ad533b433bcf72ea08fd2e308b468a5a2f3e91a4b50b3e5f862a1d9d9ac6df42abcb9e6e04f84a38ea7bea9f62f52e5c75a6
6
+ metadata.gz: 537891429ef5cbf7cd8e2cc6602a39fbe259b9458be236d1f46e92849f58e5c6e25972efc7124cffb881dcb701d4cffc02ce625666ae427035b35949960a7e1b
7
+ data.tar.gz: 48a7309bf507d1331c704e25f9f78e21753b9ec706095adcb197c1768ab05a2cc24927ece9c65f916e96a1292008778fb65cf73b4ecc9aaf3ee3761085329f31
data/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ ### Changelog
2
+
3
+ ### 0.8.3
4
+
5
+ - Provide link to the right location for the source
6
+
7
+ #### 0.8.2
8
+
9
+ - First release with the fix to rubyzip code
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.2"
4
+ s.version = "0.8.3"
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ["jugyo"]
7
- s.email = ["jugyo.org@gmail.com"]
8
- s.homepage = "http://github.com/jugyo/eeepub"
9
- s.summary = %q{ePub generator with rubyzip bug fix (unofficial version)}
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 based on the original eeepub version 0.8.1.
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.2
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 based on the original eeepub version 0.8.1.
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
- - jugyo.org@gmail.com
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: http://github.com/jugyo/eeepub
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