Sha256: 287f8fda76088de99884cb6c2ac3c76268dcf37427ba9d01edc4a6d2b97cd316
Contents?: true
Size: 875 Bytes
Versions: 2
Compression:
Stored size: 875 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.homepage = "" spec.license = "Apache2" spec.homepage = "https://github.com/chef/appbundle-updater" spec.files = `git ls-files`.split($/) 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 "rake" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
appbundle-updater-0.1.0 | appbundler.gemspec |
appbundle-updater-0.0.2 | appbundler.gemspec |