Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
v0.3.1 - Small bug fixes, very minor enhancements.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Apr 22, 2010
1 parent 83ca0b5 commit e6c1483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant.gemspec
Expand Up @@ -5,9 +5,9 @@

Gem::Specification.new do |s|
s.name = %q{vagrant}
s.version = "0.3.1.pre"
s.version = "0.3.1"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") 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.date = %q{2010-04-21}
s.default_executable = %q{vagrant}
Expand Down

0 comments on commit e6c1483

Please sign in to comment.