Use the gem version for the omnibus package version.

This commit is contained in:
Yvonne Lam 2016-09-21 10:58:54 -07:00 committed by Christoph Hartmann
parent 568938cbac
commit 6481c0a7a1

View file

@ -16,6 +16,8 @@
# limitations under the License.
#
require_relative '../../../lib/inspec/version.rb'
name 'inspec'
friendly_name 'InSpec'
maintainer 'Chef Software, Inc <maintainers@chef.io>'
@ -32,7 +34,7 @@ else
install_dir "#{default_root}/#{name}"
end
build_version Omnibus::BuildVersion.semver
build_version Inspec::VERSION
build_iteration 1
dependency 'preparation'