ruby-epub 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/ruby-epub.rb +1 -1
  2. metadata +1 -1
@@ -3,7 +3,7 @@ require 'nokogiri'
3
3
 
4
4
  class Epub
5
5
 
6
- BANNED_META = ['office', 'amanuensis']
6
+ BANNED_META = ['office', 'amanuensis', 'calibre:user_metadata']
7
7
 
8
8
  def initialize(filename)
9
9
  @zip = Zip::ZipFile.open(filename)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-epub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: