Sha256: 0f71c992de607b9fb1bc77e6030799d745bc51dbda2666bfcf2ea3a286e247da
Contents?: true
Size: 827 Bytes
Versions: 8
Compression:
Stored size: 827 Bytes
Contents
$LOAD_PATH.push File.expand_path('../lib', __FILE__) require 'vagrant-environments/version' Gem::Specification.new do |s| s.name = 'vagrant-environments' s.version = VagrantPlugins::Environments::VERSION s.platform = Gem::Platform::RUBY s.author = 'Igor Rodionov' s.email = 'goruha@gmail.com' s.homepage = 'http://github.com/goruha/vagrant-environments' s.summary = 'Allow to config Vagrant work with multiple environments' s.description = 'Vagrant plugin to config muiltiple environments (dev, test, stage, prod)' s.license = 'MIT' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.require_paths = %w(lib) end
Version data entries
8 entries across 8 versions & 1 rubygems