Merge pull request #2 from rishijavia/version

(MAINT) Add version file and constant
This commit is contained in:
Kevin Imber 2017-07-07 13:10:41 -07:00 committed by GitHub
commit 92b07a950e
2 changed files with 5 additions and 1 deletions

View file

@ -1,9 +1,10 @@
# -*- encoding: utf-8 -*-
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
require 'beaker-vmpooler/version'
Gem::Specification.new do |s|
s.name = "beaker-vmpooler"
s.version = '0.0.1'
s.version = BeakerVmpooler::VERSION
s.authors = ["Rishi Javia, Kevin Imber, Tony Vu"]
s.email = ["rishi.javia@puppet.com, kevin.imber@puppet.com, tony.vu@puppet.com"]
s.homepage = "https://github.com/puppetlabs/beaker-vmpooler"