Skip to content

Commit

Permalink
termios => arika-ruby-termios
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerRick committed Sep 20, 2009
1 parent 46d7fa9 commit 7eeb50f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Rakefile
Expand Up @@ -18,7 +18,9 @@ specification = Gem::Specification.new do |s|
s.version = Project::Version
s.author = 'Tyler Rick'
s.description = <<-EOF
A debugging/tracing tool for Ruby. While it is enabled, it will watch every Ruby statement and method call that gets executed and will display the source code that is being executed in real time on your screen.
A debugging/tracing tool for Ruby. Can be used interactively or non-interactively. While it is enabled, it will watch every Ruby statement and method call that gets executed and will display the source code that is being executed in real time on your screen.
It is recommended that you also install arika-ruby-termios so that you don't have to press enter after each command.
EOF
#s.email = "#{Project::Name}-developer@rubyforge.org"
s.homepage = "http://#{Project::Name}.rubyforge.org"
Expand All @@ -27,8 +29,7 @@ specification = Gem::Specification.new do |s|
s.add_dependency("facets", '>=2.4.1')
s.add_dependency("quality_extensions", '>=1.1.2')
s.add_dependency("colored")
#s.add_dependency("termios")
#s.add_dependency("extensions")
#s.add_dependency("arika-ruby-termios")

# Documentation
s.has_rdoc = true
Expand Down

0 comments on commit 7eeb50f

Please sign in to comment.