ebook_tools 0.0.2 → 0.0.3
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.
- data/CHANGELOG +3 -0
- data/ebook_tools.gemspec +2 -2
- data/lib/extract_book_struct.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
data/ebook_tools.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{ebook_tools}
|
|
5
|
-
s.version = '0.0.
|
|
5
|
+
s.version = '0.0.3'
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Aaron"]
|
|
9
|
-
s.date = %q{2013-04-
|
|
9
|
+
s.date = %q{2013-04-03}
|
|
10
10
|
s.description = %q{电子书工具集.}
|
|
11
11
|
s.email = %q{aaron@nonobo.com}
|
|
12
12
|
s.require_paths = ["lib"]
|
data/lib/extract_book_struct.rb
CHANGED
|
@@ -223,7 +223,7 @@ module ExtractBookStruct
|
|
|
223
223
|
|
|
224
224
|
<<-EOS
|
|
225
225
|
<?xml version="1.0" encoding="utf-8"?>
|
|
226
|
-
<book xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
226
|
+
<book xmlns="http://docbook.org/ns/docbook" version="5.0" id="#{UUID.generate}">
|
|
227
227
|
<info>
|
|
228
228
|
<title>#{options[:title]}</title>
|
|
229
229
|
<authorgroup>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ebook_tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-04-
|
|
12
|
+
date: 2013-04-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: uuid
|