epubinfo.gemspec in epubinfo-0.2.1 vs epubinfo.gemspec in epubinfo-0.2.2
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "epubinfo"
- s.version = "0.2.1"
+ s.version = "0.2.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christof Dorner"]
- s.date = "2012-04-01"
+ s.date = "2012-04-04"
s.description = "Currently only supports EPUB 3 specification."
s.email = "christof@chdorner.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
@@ -32,12 +32,12 @@
"lib/epubinfo/models/date.rb",
"lib/epubinfo/models/identifier.rb",
"lib/epubinfo/models/person.rb",
"lib/epubinfo/parser.rb",
"lib/epubinfo/utils.rb",
- "spec/lib/epubinfo/identifier_spec.rb",
"spec/lib/epubinfo/models/book_spec.rb",
"spec/lib/epubinfo/models/date_spec.rb",
+ "spec/lib/epubinfo/models/identifier_spec.rb",
"spec/lib/epubinfo/models/person_spec.rb",
"spec/lib/epubinfo/parser_spec.rb",
"spec/lib/epubinfo_spec.rb",
"spec/spec_helper.rb",
"spec/support/binary/metamorphosis_epub2.epub",