lib/jeweler/commands.rb in jeweler-1.5.0.pre2 vs lib/jeweler/commands.rb in jeweler-1.5.0.pre3
- old
+ new
@@ -2,10 +2,10 @@
module Commands
autoload :BuildGem, 'jeweler/commands/build_gem'
autoload :InstallGem, 'jeweler/commands/install_gem'
autoload :CheckDependencies, 'jeweler/commands/check_dependencies'
autoload :ReleaseToGit, 'jeweler/commands/release_to_git'
- autoload :ReleaseToGithub, 'jeweler/commands/release_to_github'
+ autoload :ReleaseGemspec, 'jeweler/commands/release_gemspec'
autoload :ReleaseToRubygems, 'jeweler/commands/release_to_rubygems'
autoload :ValidateGemspec, 'jeweler/commands/validate_gemspec'
autoload :WriteGemspec, 'jeweler/commands/write_gemspec'
module Version