Sha256: fc08a4564a3c2ae528b8fd0f7782160800fd7a4c5868f7aa9f308cc8a3faa198
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'vagrant-librarian-puppet/version' Gem::Specification.new do |spec| spec.name = "vagrant-librarian-puppet" spec.version = VagrantPlugins::LibrarianPuppet::VERSION spec.authors = ["Michael Hahn"] spec.email = ["mwhahn@gmail.com"] spec.description = %q{A Vagrant plugin to install Puppet modules using Librarian-Puppet.} spec.summary = %q{A Vagrant plugin to install Puppet modules using Librarian-Puppet.} spec.homepage = "https://github.com/mhahn/vagrant-librarian-puppet" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency "librarian-puppet-maestrodev" spec.add_runtime_dependency "librarian" spec.add_runtime_dependency "puppet" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-librarian-puppet-0.4.0 | vagrant-librarian-puppet.gemspec |