Sha256: 838c0634479259ffcf6c9724ef960dbbe2044ed5e9d6f944ee5beab18b42281c

Contents?: true

Size: 915 Bytes

Versions: 18

Compression:

Stored size: 915 Bytes

Contents

# coding: utf-8
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

18 entries across 18 versions & 1 rubygems

Version Path
appbundle-updater-1.0.6 appbundle-updater.gemspec
appbundle-updater-1.0.5 appbundle-updater.gemspec
appbundle-updater-1.0.4 appbundle-updater.gemspec
appbundle-updater-1.0.3 appbundle-updater.gemspec
appbundle-updater-1.0.2 appbundle-updater.gemspec
appbundle-updater-1.0.1 appbundle-updater.gemspec
appbundle-updater-1.0.0 appbundle-updater.gemspec
appbundle-updater-0.6.18 appbundle-updater.gemspec
appbundle-updater-0.6.17 appbundle-updater.gemspec
appbundle-updater-0.6.16 appbundle-updater.gemspec
appbundle-updater-0.6.15 appbundle-updater.gemspec
appbundle-updater-0.6.11 appbundle-updater.gemspec
appbundle-updater-0.6.10 appbundle-updater.gemspec
appbundle-updater-0.6.7 appbundle-updater.gemspec
appbundle-updater-0.6.6 appbundle-updater.gemspec
appbundle-updater-0.6.4 appbundle-updater.gemspec
appbundle-updater-0.6.3 appbundle-updater.gemspec
appbundle-updater-0.6.2 appbundle-updater.gemspec