Skip to content

Commit

Permalink
Release 0.0.25. 'Major Nerdon'
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Aug 31, 2009
1 parent 0eaebf9 commit e9fa68a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ begin
gemspec.date = Time.now.strftime("%Y-%m-%d")
gemspec.description = "Manages Ruby interpreter installations and switching between them."
gemspec.platform = Gem::Platform::RUBY
gemspec.files = ["INSTALL", "README", "LICENCE", "rvm.gemspec", "bash/*", Dir::glob("lib/**/**")].flatten
gemspec.files = ["INSTALL", "README", "LICENCE", "rvm.gemspec", "bash/*", "scripts/*", "examples/*", "config/*", Dir::glob("lib/**/**")].flatten
gemspec.executables = Dir::glob("bin/rvm-*").map{ |script| File::basename script }
gemspec.require_path = "lib"
gemspec.has_rdoc = File::exist?("doc")
Expand Down
15 changes: 8 additions & 7 deletions rvm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wayne E. Seguin"]
s.date = %q{2009-08-27}
s.date = %q{2009-08-30}
s.description = %q{Manages Ruby interpreter installations and switching between them.}
s.email = %q{[email protected]}
s.executables = ["rvm-install", "rvm-update"]
Expand All @@ -20,12 +20,13 @@ Gem::Specification.new do |s|
"INSTALL",
"LICENCE",
"README",
"bash/rvm",
"bash/rvm-install",
"bash/rvm-update",
"bash/rvmrc.sample",
"config/cache",
"examples/rvmrc",
"lib/rvm.rb",
"rvm.gemspec"
"rvm.gemspec",
"scripts/rvm",
"scripts/rvm-install",
"scripts/rvm-update"
]
s.homepage = %q{http://github.com/wayneeseguin/rvm}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
Expand Down

0 comments on commit e9fa68a

Please sign in to comment.