Sha256: 1cdd5ff27b400599ec3a6da3de75beecbfb6b25c5a5e7b244766fc4acce00889
Contents?: true
Size: 867 Bytes
Versions: 1
Compression:
Stored size: 867 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "vagrant-gs/version" Gem::Specification.new do |spec| spec.name = "vagrant-gs" spec.version = VagrantPlugins::Gs::VERSION spec.authors = ["Justin Downing"] spec.email = ["justin@downing.us"] spec.description = %q{Vagrant global-status alias} spec.summary = spec.description spec.homepage = "https://github.com/justindowning/vagrant-gs" 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_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-gs-0.0.1 | vagrant-gs.gemspec |