Sha256: 872d3ae7e4c1140889dc39b5d074a370f6cb9e6172f3a0d14579bfb7d5ba8ebe
Contents?: true
Size: 1004 Bytes
Versions: 1
Compression:
Stored size: 1004 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/veewee/version", __FILE__) Gem::Specification.new do |s| s.name = "veewee" s.version = Veewee::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Patrick Debois", "Ringo De Smet"] s.email = ["patrick.debois@jedi.be", "ringo.desmet@gmail.com"] s.homepage = "http://github.com/jedi4ever/veewee/" s.summary = %q{Vagrant box creation} s.description = %q{Expand the 'vagrant box' command to support the creation of base boxes from scratch} s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "veewee" s.add_dependency "vagrant", "~> 0.7.0" s.add_dependency "net-ssh", "~> 2.1.0" s.add_dependency "popen4", "~> 0.1.2" s.add_dependency "thor", "~> 0.14.6" s.add_dependency "highline", "~> 1.6.1" s.files = `git ls-files`.split("\n") s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veewee-0.1.0a | veewee.gemspec |