Sha256: 9be6d5e29c8a2e10c23a868d61ce85a06bbbf59e874cfc893ca384429f614070
Contents?: true
Size: 895 Bytes
Versions: 3
Compression:
Stored size: 895 Bytes
Contents
lib = File.expand_path("lib", __dir__) $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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
appbundle-updater-1.0.36 | appbundle-updater.gemspec |
appbundle-updater-1.0.34 | appbundle-updater.gemspec |
appbundle-updater-1.0.23 | appbundle-updater.gemspec |