Skip to content

Commit

Permalink
fixed cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbarth committed Oct 24, 2012
1 parent 20718cb commit 2647e95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gemcd.gemspec
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |gem|
gem.name = 'gemcd'
gem.date = '2012-10-22'
gem.version = '0.0.6'
gem.version = '0.0.7'
gem.authors = ['Nick Barth']
gem.email = ['nick@nickbarth.ca']
gem.summary = 'A Ruby Gem for navigating your Gem directory.'
Expand Down
4 changes: 2 additions & 2 deletions lib/rubygems/commands/cd.rb
@@ -1,10 +1,10 @@
class Gem::Commands::OpenCommand < Gem::Command
class Gem::Commands::CdCommand < Gem::Command
def initialize
super 'cd', "Navigates to the gem's source directory."
end

def arguments
"GEM gem to open"
"GEM gem to cd too"
end

def execute
Expand Down
File renamed without changes.

0 comments on commit 2647e95

Please sign in to comment.