Update gemspec

This commit is contained in:
Fabio Rehm 2013-03-02 20:40:25 -03:00
parent 76ec1326b6
commit db0239440c

View file

@ -6,11 +6,11 @@ require 'vagrant-lxc/version'
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.name = "vagrant-lxc" gem.name = "vagrant-lxc"
gem.version = Vagrant::LXC::VERSION gem.version = Vagrant::LXC::VERSION
gem.authors = ["TODO: Write your name"] gem.authors = ["Fabio Rehm"]
gem.email = ["TODO: Write your email address"] gem.email = ["fgrehm@gmail.com"]
gem.description = %q{TODO: Write a gem description} gem.description = %q{Linux Containers provider for Vagrant}
gem.summary = %q{TODO: Write a gem summary} gem.summary = gem.description
gem.homepage = "" gem.homepage = "https://github.com/fgrehm/vagrant-lxc"
gem.files = `git ls-files`.split($/) gem.files = `git ls-files`.split($/)
gem.files << `cd vendor/vagrant && git ls-files`.split($/).map{|file| "vendor/vagrant/#{file}"} gem.files << `cd vendor/vagrant && git ls-files`.split($/).map{|file| "vendor/vagrant/#{file}"}