mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 02:58:42 -05:00
Merge pull request #2 from rishijavia/version
(MAINT) Add version file and constant
This commit is contained in:
commit
92b07a950e
2 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue