repub 0.3.0 → 0.3.1
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/History.txt +5 -1
- data/lib/repub.rb +1 -1
- data/lib/repub/app.rb +3 -1
- data/repub.gemspec +3 -3
- metadata +1 -1
data/History.txt
CHANGED
data/lib/repub.rb
CHANGED
data/lib/repub/app.rb
CHANGED
data/repub.gemspec
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{repub}
|
|
5
|
-
s.version = "0.3.
|
|
5
|
+
s.version = "0.3.1"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Dmitri Goutnik"]
|
|
9
9
|
s.date = %q{2009-06-28}
|
|
10
10
|
s.default_executable = %q{repub}
|
|
11
|
-
s.description = %q{}
|
|
11
|
+
s.description = %q{Simple HTML to ePub converter.}
|
|
12
12
|
s.email = %q{dg@invisiblellama.net}
|
|
13
13
|
s.executables = ["repub"]
|
|
14
14
|
s.extra_rdoc_files = ["History.txt", "README.txt", "SAMPLES.txt", "bin/repub"]
|
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
s.require_paths = ["lib"]
|
|
19
19
|
s.rubyforge_project = %q{repub}
|
|
20
20
|
s.rubygems_version = %q{1.3.4}
|
|
21
|
-
s.summary =
|
|
21
|
+
s.summary = %q{Simple HTML to ePub converter}
|
|
22
22
|
s.test_files = ["test/epub/test_container.rb", "test/epub/test_content.rb", "test/epub/test_toc.rb", "test/test_builder.rb", "test/test_fetcher.rb", "test/test_logger.rb", "test/test_parser.rb"]
|
|
23
23
|
|
|
24
24
|
if s.respond_to? :specification_version then
|