bookshop.gemspec in bookshop-0.0.13 vs bookshop.gemspec in bookshop-0.0.14
- old
+ new
@@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = "bookshop"
s.version = Bookshop::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['D.a. Thompson']
- s.email = ['git@worlduniting.org']
+ s.email = ['da@blueheadpublishing.com']
s.homepage = "http://rubygems.org/gems/bookshop"
s.summary = "A publishing framework for html-to-(e)book toolchain happiness and sustainable productivity."
s.description = "bookShop is a publishing framework for html-to-(e)book toolchain happiness and sustainable productivity.
The framework is optimized to help developers quickly ramp-up, allowing them to more rapidly
jump in and develop their html-to-(e)book (print-pdf, epub, mobi, etc.) flows, by favoring convention over
@@ -20,9 +20,10 @@
s.rubyforge_project = "bookshop"
s.has_rdoc = true
s.add_dependency "thor", ">= 0.14.6"
+ s.add_dependency "nokogiri"
s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "rspec"
s.files = `git ls-files`.split("\n")
s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
\ No newline at end of file