Sha256: bd799c84f14ab38b03167eabd2fba8037aa4d2802cb22ee55934d84f98161478
Contents?: true
Size: 731 Bytes
Versions: 1
Compression:
Stored size: 731 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__) require 'vagrant-s3auth/version' Gem::Specification.new do |spec| spec.name = 'vagrant-s3auth' spec.version = VagrantPlugins::S3Auth::VERSION spec.authors = ['Nikhil Benesch'] spec.email = ['benesch@whoop.com'] spec.summary = 'Private, versioned Vagrant boxes hosted on Amazon S3.' spec.homepage = 'https://github.com/WhoopInc/vagrant-s3auth' spec.license = 'All rights reserved' spec.files = `git ls-files -z`.split("\x0") spec.test_files = spec.files.grep(/spec/) spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.5' spec.add_development_dependency 'rake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-s3auth-0.0.1 | vagrant-s3auth.gemspec |