Skip to content

Commit

Permalink
Release 0.0.42.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Sep 17, 2009
1 parent 0c0a1f1 commit 1b6e36f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions VERSION.yml
5 changes: 3 additions & 2 deletions rvm.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rvm} s.name = %q{rvm}
s.version = "0.0.41" s.version = "0.0.42"


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 = ["Wayne E. Seguin"] s.authors = ["Wayne E. Seguin"]
s.date = %q{2009-09-16} s.date = %q{2009-09-17}
s.default_executable = %q{rvm-install} s.default_executable = %q{rvm-install}
s.description = %q{Manages Ruby interpreter installations and switching between them.} s.description = %q{Manages Ruby interpreter installations and switching between them.}
s.email = %q{wayneeseguin@gmail.com} s.email = %q{wayneeseguin@gmail.com}
Expand All @@ -23,6 +23,7 @@ Gem::Specification.new do |s|
"README", "README",
"config/db", "config/db",
"examples/rvmrc", "examples/rvmrc",
"lib/VERSION.yml",
"lib/rvm.rb", "lib/rvm.rb",
"rvm.gemspec", "rvm.gemspec",
"scripts/rvm", "scripts/rvm",
Expand Down

0 comments on commit 1b6e36f

Please sign in to comment.