epubinfo_with_toc 0.5.5 → 0.5.6

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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/lib/epubinfo/parser.rb +1 -1
  3. metadata +15 -21
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmQyMmEzZTVlNmQ1OTNkZTVjZjY3YTUyOWM2NWZlOGE2YmI4ZTExNw==
4
+ NjM4ZGRhYzk1YWZhZjE5YWY1YzRkMTBiMDg4YWRjZTkxZmVjOWEwMg==
5
5
  data.tar.gz: !binary |-
6
- ZjQ5ZjBmYWIxY2EyNjIyOGVmYWI3MGRiYzYzN2I3YWY0M2ZkYmI4YQ==
6
+ NzM2YjY0OTdlMDM3YWY5ZjE2M2JjOWQyM2NlYjA2NmQ1YjI2Yzc4Yw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Y2Y2MWY5MTE1NmNkZDk3NDU3NTQ3Mjc3NjY4NzJlZDkwMjFmZjg5ZGFmMDE0
10
- MjNjNmQ5ZmJlNjQ0YjBhYWE3ZTdmMjc4ZTAzN2ZmZTA5NDFhZGE1ZTY5ZDI5
11
- NDdiYjcwZjJlNDI1MDhkNzljNzk5NmFkODBmZTVlYTk3MjM2NDA=
9
+ Zjg5YzhmYTM5ZWZkZDRjNGVlNWI0NDE4NWRjNWVmMWFkNDVlNjI1NmYwMDBm
10
+ MmFhOWE1ZTI3YjVmMGZmNjIyMDU3OGUzYTZmODA3ZjBlMWI1ZGQ2MGY5ZjEz
11
+ Nzg1MTU2ZjdhY2Y2YTE5NWVmOGRmZTUyOWFiNmQzMmZiM2ZlNGM=
12
12
  data.tar.gz: !binary |-
13
- NTEwZDAzNWUxYTMyYWU4ZTczMWQ5NzE3MWEzOWI0ZDg4NDA3MzMzNjg2NjMx
14
- MzAzMzBhOTMxOGQ2NzdhMGM1MjRiZGJlOGRhYWU1YmQ2NjZiMWYwZTBjNDk3
15
- ODI5ZTdlM2FhM2Q5NTg4MjEzNWFhZGY5NjhjN2JiNDliZDdhMjA=
13
+ M2YwYzJmMmJjMmQwMDg5NGY1OTM0ODVlNmNiMzcwNmRjNDM4MzFkMzk1Njcw
14
+ YmEwM2YwMjVkNzU3YjczZjI4OWM2Y2YyMzQxZmJjZDVlOTQxOTQxOWQ1YjU2
15
+ OTllYzQ3ZjMyZDFlMzM4YWEwYjM3YzcxYTI2MDc4NDRiZTYzMWQ=
@@ -19,7 +19,7 @@ module EPUBInfo
19
19
  def zip_file
20
20
  begin
21
21
  @zip_file ||= Zip::File.open(@path)
22
- rescue Zip::ZipError => e
22
+ rescue Zip::Error => e
23
23
  raise NotAnEPUBFileError.new(e)
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epubinfo_with_toc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christof Dorner
@@ -9,38 +9,36 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-22 00:00:00.000000000 Z
12
+ date: 2014-04-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubyzip
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ! '>'
18
+ - - ~>
19
19
  - !ruby/object:Gem::Version
20
- version: 1.0.0
20
+ version: 1.1.3
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ! '>'
25
+ - - ~>
26
26
  - !ruby/object:Gem::Version
27
- version: 1.0.0
27
+ version: 1.1.3
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: nokogiri
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - ! '>='
33
33
  - !ruby/object:Gem::Version
34
- version: !binary |-
35
- MS40LjI=
34
+ version: 1.4.2
36
35
  type: :runtime
37
36
  prerelease: false
38
37
  version_requirements: !ruby/object:Gem::Requirement
39
38
  requirements:
40
39
  - - ! '>='
41
40
  - !ruby/object:Gem::Version
42
- version: !binary |-
43
- MS40LjI=
41
+ version: 1.4.2
44
42
  - !ruby/object:Gem::Dependency
45
43
  name: rspec
46
44
  requirement: !ruby/object:Gem::Requirement
@@ -61,32 +59,28 @@ dependencies:
61
59
  requirements:
62
60
  - - ~>
63
61
  - !ruby/object:Gem::Version
64
- version: !binary |-
65
- MC44Ljc=
62
+ version: 0.8.7
66
63
  type: :development
67
64
  prerelease: false
68
65
  version_requirements: !ruby/object:Gem::Requirement
69
66
  requirements:
70
67
  - - ~>
71
68
  - !ruby/object:Gem::Version
72
- version: !binary |-
73
- MC44Ljc=
69
+ version: 0.8.7
74
70
  - !ruby/object:Gem::Dependency
75
71
  name: jeweler
76
72
  requirement: !ruby/object:Gem::Requirement
77
73
  requirements:
78
74
  - - ~>
79
75
  - !ruby/object:Gem::Version
80
- version: !binary |-
81
- MS44LjM=
76
+ version: 1.8.3
82
77
  type: :development
83
78
  prerelease: false
84
79
  version_requirements: !ruby/object:Gem::Requirement
85
80
  requirements:
86
81
  - - ~>
87
82
  - !ruby/object:Gem::Version
88
- version: !binary |-
89
- MS44LjM=
83
+ version: 1.8.3
90
84
  - !ruby/object:Gem::Dependency
91
85
  name: redcarpet
92
86
  requirement: !ruby/object:Gem::Requirement
@@ -109,6 +103,8 @@ extra_rdoc_files:
109
103
  - LICENSE.txt
110
104
  - README.md
111
105
  files:
106
+ - LICENSE.txt
107
+ - README.md
112
108
  - lib/epubinfo.rb
113
109
  - lib/epubinfo/models/book.rb
114
110
  - lib/epubinfo/models/cover.rb
@@ -120,8 +116,6 @@ files:
120
116
  - lib/epubinfo/models/table_of_contents/resource.rb
121
117
  - lib/epubinfo/parser.rb
122
118
  - lib/epubinfo/utils.rb
123
- - LICENSE.txt
124
- - README.md
125
119
  homepage: https://github.com/mehmetc/epubinfo/tree/table_of_contents
126
120
  licenses:
127
121
  - MIT
@@ -142,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
136
  version: '0'
143
137
  requirements: []
144
138
  rubyforge_project:
145
- rubygems_version: 2.1.10
139
+ rubygems_version: 2.2.2
146
140
  signing_key:
147
141
  specification_version: 4
148
142
  summary: Extracts metadata information from EPUB files