update stuffe

This commit is contained in:
John Bintz 2011-07-12 20:14:33 -04:00
parent 2d3b8ca064
commit e43480ba36
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Opening all the necessary terminals, starting the right processes in each, and m
is a long, slow process when done by hand. But guess what -- computers can be used to automate processes that
otherwise would be laborious when done manually!
Enter *iTermWindow*, a terminal window/tab multiplexer and command runner for Mac OS X and iTerm, the really
Enter *iTermWindow*, a terminal window/tab multiplexer and command runner for Mac OS X and [iTerm](http://www.iterm2.com/), the really
awesome Terminal.app replacement. iTerm's scriptability and customization allows one to create complex
project configurations for one's terminal setups.

View File

@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.date = Time.now
s.homepage = 'http://github.com/johnbintz/iterm_window'
s.email = [ 'chrisjpowers@gmail.com', 'john@coswellproductions.com' ]
s.summary = 'The ItermWindow class models an iTerm terminal window and allows for full control via Ruby commands.'
s.summary = 'Easily start up new windows and tabs for your projects in iTerm.'
s.files = ['README.md', 'LICENSE', 'CHANGELOG.md', 'lib/iterm_window.rb']
s.require_paths = ["lib"]
s.has_rdoc = true