Sha256: aefc9cf50661a412df561f6e33ac81ce9442baceb37a5b7ad4c52d31a7c1132e
Contents?: true
Size: 815 Bytes
Versions: 1
Compression:
Stored size: 815 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require 'librarian/puppet/vagrant/version' Gem::Specification.new do |gem| gem.name = "vagrant-librarian-puppet" gem.version = Librarian::Puppet::Vagrant::VERSION gem.authors = ["Gareth Rushgrove"] gem.email = ["gareth@morethanseven.net"] gem.description = "A middleware for vagrant to run librarian-puppet before up" gem.summary = "Vagrant middleware for people working with librarian-puppet" gem.homepage = "https://github.com/garethr/vagrant-librarian-puppet" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-librarian-puppet-0.0.1 | vagrant-librarian-puppet.gemspec |