Sha256: cfaf22c9088a2c063e604c8f8e8dff57033a55a2105fb93cc7bae404d90cd097

Contents?: true

Size: 837 Bytes

Versions: 1

Compression:

Stored size: 837 Bytes

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. Thompson']
  s.email       = ['da@blueheadpublishing.com']
  s.homepage    = "http://rubygems.org/gems/bookshop"
  s.summary     = "A framework for DocBook happiness and sustainable productivity."
  s.description = "A framework for DocBook happiness and sustainable productivity."

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

  s.add_development_dependency "bundler", ">= 1.0.0"

  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.1 bookshop.gemspec