v0.1.1 - Typos and License file. (a.k.a. obligatory dot release after minor release)

This commit is contained in:
Mitchell Hashimoto 2010-03-07 16:59:06 -08:00
parent 7dfe5e085c
commit 93d3b00fa9
1 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,7 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{vagrant} s.name = %q{vagrant}
s.version = "0.1.0" s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mitchell Hashimoto", "John Bender"] s.authors = ["Mitchell Hashimoto", "John Bender"]
@ -14,11 +14,13 @@ Gem::Specification.new do |s|
s.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"] s.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"]
s.executables = ["vagrant", "vagrant-box", "vagrant-down", "vagrant-halt", "vagrant-init", "vagrant-package", "vagrant-reload", "vagrant-resume", "vagrant-ssh", "vagrant-suspend", "vagrant-up"] s.executables = ["vagrant", "vagrant-box", "vagrant-down", "vagrant-halt", "vagrant-init", "vagrant-package", "vagrant-reload", "vagrant-resume", "vagrant-ssh", "vagrant-suspend", "vagrant-up"]
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.md" "LICENSE",
"README.md"
] ]
s.files = [ s.files = [
".gitignore", ".gitignore",
"Gemfile", "Gemfile",
"LICENSE",
"README.md", "README.md",
"Rakefile", "Rakefile",
"VERSION", "VERSION",
@ -102,7 +104,8 @@ Gem::Specification.new do |s|
"test/vagrant/env_test.rb", "test/vagrant/env_test.rb",
"test/vagrant/ssh_test.rb", "test/vagrant/ssh_test.rb",
"test/vagrant/util_test.rb", "test/vagrant/util_test.rb",
"test/vagrant/vm_test.rb" "test/vagrant/vm_test.rb",
"vagrant.gemspec"
] ]
s.homepage = %q{http://github.com/mitchellh/vagrant} s.homepage = %q{http://github.com/mitchellh/vagrant}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]