Sha256: 9865024919cc6d5324a1126a7b7ef3e39994685f11706705036f1bd6cd802070

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path("../lib/bookshop/version", __FILE__)

Gem::Specification.new do |s|
  s.name        = "bookshop"
  s.version     = Bookshop::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['D.A. "Dave" Thompson']
  s.email       = ['da@blueheadpublishing.com']
  s.homepage    = "http://rubygems.org/gems/bookshop"
  s.summary     = "A framework for DocBook toolchain happiness and sustainable productivity."
  s.description = "bookShop is an open-source ruby-based development framework for working 
                    with DocBook/XSL tool-chain flows. The framework is optimized to help 
                    developers quickly ramp-up, allowing them to more rapidly jump in and 
                    develop their DocBook-to-Output flows, by favoring convention over 
                    configuration, setting them up with best practices, standards and
                    tools from the get-go."

  s.required_rubygems_version = ">= 1.3.6"
  s.rubyforge_project         = "bookshop"
  s.has_rdoc = true

  
  s.add_dependency "thor", ">= 0.14.6"
  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
  s.require_path = 'lib'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bookshop-0.0.3 bookshop.gemspec