Sha256: 7891ad08c684040208a916547bfe84ddb407677865714c74c07934d58f63a76c

Contents?: true

Size: 867 Bytes

Versions: 3

Compression:

Stored size: 867 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "build_promotion_tool"
  spec.version       = BuildPromotionTool::VERSION
  spec.authors       = ["Emily Woods"]
  spec.email         = ["emily.woods@theappbusiness.com"]

  spec.summary       = %q{Build promotion tool for updating and applying git tags}
  spec.homepage      = "https://github.com/KITSTABEmilyWoods/build-promotion-gem"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.executables   = ["deploy"]
  spec.require_paths = ["."]

  spec.add_development_dependency "bundler", "~> 1.14"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.license       = 'MIT'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
build_promotion_tool-0.1.3 build_promotion_tool.gemspec
build_promotion_tool-0.1.2 build_promotion_tool.gemspec
build_promotion_tool-0.1.1 build_promotion_tool.gemspec