Removed references to previous employer

This commit is contained in:
Chris Powers 2010-03-27 10:29:57 -05:00
parent acc47516ef
commit be468caa7b
4 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,5 @@
Copyright (c) 2009 Chris Powers, The Killswitch Collective
http://killswitchcollective.com
Copyright (c) 2009 Chris Powers
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including

View File

@ -1,6 +1,6 @@
= iTermWindow
<em>Developed March 17, 2008 by Chris Powers, Killswitch Collective http://killswitchcollective.com</em>
<em>Developed March 17, 2008 by Chris Powers</em>
The ItermWindow class models an iTerm terminal window and allows for full control via Ruby commands.
Under the hood, this class is a wrapper of iTerm's Applescript scripting API. Methods are used to

View File

@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = 'iterm_window'
s.version = '0.3.2'
s.version = '0.3.3'
s.author = 'Chris Powers'
s.date = "2009-02-20"
s.homepage = 'http://killswitchcollective.com'
s.email = 'chris@killswitchcollective.com'
s.homepage = 'http://github.com/chrisjpowers/iterm_window'
s.email = 'chrisjpowers@gmail.com'
s.summary = 'The ItermWindow class models an iTerm terminal window and allows for full control via Ruby commands.'
s.files = ['README.rdoc', 'LICENSE', 'lib/iterm_window.rb']
s.require_paths = ["lib"]

View File

@ -1,4 +1,4 @@
# Developed March 17, 2008 by Chris Powers, Killswitch Collective http://killswitchcollective.com
# Developed March 17, 2008 by Chris Powers
#
# The ItermWindow class models an iTerm terminal window and allows for full control via Ruby commands.
# Under the hood, this class is a wrapper of iTerm's Applescript scripting API. Methods are used to