Sha256: c659f1c0533d9be3a93d1502f93c765b53647724cd1b2f46fb3ea2cb65313640
Contents?: true
Size: 1019 Bytes
Versions: 2
Compression:
Stored size: 1019 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'vagrant-alpine/version' Gem::Specification.new do |spec| spec.name = 'vagrant-alpine' spec.version = VagrantPlugins::GuestAlpine::VERSION spec.license = 'MIT' spec.authors = ['matt maier'] spec.email = ['maier@users.noreply.github.com'] spec.summary = 'Enables Vagrant to manage Alpine Linux Guests.' spec.description = 'Enables Vagrant to manage Alpine Linux Guests.' spec.homepage = 'https://github.com/maier/vagrant-alpine' spec.add_development_dependency 'rake', '~> 10.4.2' spec.add_development_dependency 'rspec-core', '~> 2.14' spec.add_development_dependency 'rspec-expectations', '~> 2.14' spec.add_development_dependency 'rspec-mocks', '~> 2.14' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_path = 'lib' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-alpine-0.1.3 | vagrant-alpine.gemspec |
vagrant-alpine-0.1.1 | vagrant-alpine.gemspec |