Sha256: df55570ccec4f82a7acbfd317a447000231a7a35f76b1ba653a9409ec6492c7e

Contents?: true

Size: 931 Bytes

Versions: 13

Compression:

Stored size: 931 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'build/environment/version'

Gem::Specification.new do |spec|
	spec.name          = "build-environment"
	spec.version       = Build::Environment::VERSION
	spec.authors       = ["Samuel Williams"]
	spec.email         = ["samuel.williams@oriontransfer.co.nz"]
	spec.summary       = %q{A nested hash data structure for controlling build environments.}
	spec.homepage      = ""
	spec.license       = "MIT"

	spec.files         = `git ls-files -z`.split("\x0")
	spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
	spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
	spec.require_paths = ["lib"]

	spec.add_development_dependency "covered"
	spec.add_development_dependency "bundler"
	spec.add_development_dependency "rspec", "~> 3.4"
	spec.add_development_dependency "rake"
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
build-environment-1.13.0 build-environment.gemspec
build-environment-1.12.1 build-environment.gemspec
build-environment-1.12.0 build-environment.gemspec
build-environment-1.11.0 build-environment.gemspec
build-environment-1.10.1 build-environment.gemspec
build-environment-1.9.0 build-environment.gemspec
build-environment-1.8.0 build-environment.gemspec
build-environment-1.7.0 build-environment.gemspec
build-environment-1.6.0 build-environment.gemspec
build-environment-1.5.0 build-environment.gemspec
build-environment-1.4.0 build-environment.gemspec
build-environment-1.3.0 build-environment.gemspec
build-environment-1.2.0 build-environment.gemspec