Sha256: a63a84bc87db7b36b37445667eabd0fe6a097a2035f2acca178b85d66fd362e7

Contents?: true

Size: 899 Bytes

Versions: 2

Compression:

Stored size: 899 Bytes

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "appbundle_updater/version"

Gem::Specification.new do |spec|
  spec.name          = "appbundle-updater"
  spec.version       = AppbundleUpdater::VERSION
  spec.authors       = ["lamont-granquist"]
  spec.email         = ["lamont@chef.io"]
  spec.description   = %q{Updates appbundled apps in Chef's omnibus packages}
  spec.summary       = spec.description
  spec.license       = "Apache-2.0"
  spec.homepage      = "https://github.com/chef/appbundle-updater"

  spec.files         = `git ls-files`.split($/).select { |x| !/^\./.match(x) }
  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"]

  # This Gem DELIBERATELY has no dependencies other than the ruby stdlib
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appbundle-updater-1.0.8 appbundle-updater.gemspec
appbundle-updater-1.0.7 appbundle-updater.gemspec