booky.gemspec in booky-0.0.2 vs booky.gemspec in booky-0.0.3

- old
+ new

@@ -6,11 +6,11 @@ s.name = "booky" s.version = Booky::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Thomas Fankhauser"] s.email = ["tommylefunk@googlemail.com"] - s.homepage = "" + s.homepage = "http://www.southdesign.de" s.summary = %q{Create a pdf book from a textile} s.description = %q{Create a full blown book pdf from a textile file using docbook and xsl fo in the background} s.rubyforge_project = "booky" @@ -18,7 +18,7 @@ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency "RedCloth", "~> 4.2.8" - s.add_dependency "redcloth-formatters-docbook", "~> 0.0.1" + s.add_dependency "redcloth-formatters-docbook", "~> 0.0.3" end