gepub 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/gepub.gemspec +1 -1
  3. data/lib/gepub/gepuber.rb +1 -1
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
data/gepub.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gepub}
8
- s.version = "0.4.0"
8
+ s.version = "0.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["KOJIMA Satoshi"]
data/lib/gepub/gepuber.rb CHANGED
@@ -40,7 +40,7 @@ module GEPUB
40
40
  |f, fio|
41
41
  item = add_item(f, fio)
42
42
  @spine << item
43
- add_nav(item, @toc[f]) if !@toc[f].nil?
43
+ add_nav(item, @table_of_contents[f]) if !@table_of_contents[f].nil?
44
44
  }
45
45
 
46
46
  @provider.new(@resources).each {
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gepub
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.0
5
+ version: 0.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - KOJIMA Satoshi