Sha256: 3cfc30d5b5759bd138f87c47eff9427282644c5902e1aefeeed37c5f96289eaa
Contents?: true
Size: 749 Bytes
Versions: 6
Compression:
Stored size: 749 Bytes
Contents
$:.push File.expand_path("lib", __dir__) require "omnibus-software/version" Gem::Specification.new do |s| s.name = "omnibus-software" s.version = OmnibusSoftware::VERSION s.authors = ["Chef Software, Inc."] s.email = ["info@chef.io"] s.license = "Apache-2.0" s.homepage = "https://github.com/chef/omnibus-software" s.summary = "Open Source software for use with Omnibus" s.description = "Open Source software build descriptions for use with Omnibus" # Software definitions in this bundle require at least this version of # omnibus because of the dsl methods they are using. s.add_dependency "omnibus", ">= 9.0.0" s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] end
Version data entries
6 entries across 6 versions & 1 rubygems