Sha256: 2b73e693f7c5f8a9ab26ab165f82dfec77b7f0806e7041c927978e7f54971bca

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

require File.expand_path(File.dirname(__FILE__) + '/lib/buildr/jaxb_xjc/version')

Gem::Specification.new do |spec|
  spec.name           = 'buildr-jaxb-xjc'
  spec.version        = Buildr::JaxbXjc::Version::STRING
  spec.authors        = ['Mark Petrovic', 'Peter Donald']
  spec.email          = ["mspetrovic@gmail.com","peter@realityforge.org"]
  spec.homepage       = "http://github.com/realityforge/buildr-jaxb-xjc"
  spec.summary        = "Buildr extension to execute the XJC binding compiler"
  spec.description    = <<-TEXT
This is a buildr extension that tasks to execute the XJC binding compiler. 
  TEXT

  spec.files          = Dir['{lib,spec}/**/*', '*.gemspec'] +
                        ['LICENSE', 'NOTICE', 'README.rdoc', 'CHANGELOG', 'Rakefile']
  spec.require_paths  = ['lib']

  spec.has_rdoc         = true
  spec.extra_rdoc_files = 'README.rdoc', 'LICENSE', 'NOTICE', 'CHANGELOG'
  spec.rdoc_options     = '--title', "#{spec.name} #{spec.version}", '--main', 'README.rdoc'

  spec.post_install_message = "Thanks for installing the JAXB XJC extension for Buildr"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildr-jaxb-xjc-0.0.1 buildr-jaxb-xjc.gemspec