Sha256: 022609cc8c828a5b106f65ec1b38891711cbae2df1862af8716eba92516ba817

Contents?: true

Size: 789 Bytes

Versions: 1

Compression:

Stored size: 789 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.authors       = ["Justin S. Leitgeb"]
  gem.email         = ["justin@stackbuilders.com"]
  gem.summary       = %q{Tools to automate builds for Stack Builders CI server}
  gem.description   = <<-EOS
    Contains tools to automate the build for the Stack Builders CI server.
    Includes
  EOS

  gem.homepage      = "http://github.com/stackbuilders/railblazer"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "railblazer"
  gem.require_paths = ["lib"]
  gem.version       = Railblazer::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
railblazer-0.0.3 railblazer.gemspec