Skip to content
Snippets Groups Projects
Commit 58c1594f authored by Mathieu Sauve-Frankel's avatar Mathieu Sauve-Frankel
Browse files

Use VERSION from the sources directly

parent 7c42f16f
No related branches found
No related tags found
No related merge requests found
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)
require 'chef/handler/mail/version'
Gem::Specification.new do |s|
s.name = 'chef-handler-mail'
s.version = '0.1'
s.version = MailHandler::VERSION
s.platform = Gem::Platform::RUBY
s.summary = "Chef report handler that uses pony to send an email"
s.description = s.summary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment