mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 11:08:40 -05:00
(MAINT) Add version file and constant
This commit is contained in:
parent
d1f0a7b7ea
commit
eab14d4316
2 changed files with 5 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
|
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
|
||||||
|
require 'beaker-vmpooler/version'
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "beaker-vmpooler"
|
s.name = "beaker-vmpooler"
|
||||||
s.version = '0.0.1'
|
s.version = BeakerVmpooler::VERSION
|
||||||
s.authors = ["Rishi Javia, Kevin Imber, Tony Vu"]
|
s.authors = ["Rishi Javia, Kevin Imber, Tony Vu"]
|
||||||
s.email = ["rishi.javia@puppet.com, kevin.imber@puppet.com, tony.vu@puppet.com"]
|
s.email = ["rishi.javia@puppet.com, kevin.imber@puppet.com, tony.vu@puppet.com"]
|
||||||
s.homepage = "https://github.com/puppetlabs/beaker-vmpooler"
|
s.homepage = "https://github.com/puppetlabs/beaker-vmpooler"
|
||||||
|
|
|
||||||
3
lib/beaker-vmpooler/version.rb
Normal file
3
lib/beaker-vmpooler/version.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
module BeakerVmpooler
|
||||||
|
VERSION = '0.0.1'
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue