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,5 +1,4 @@
Copyright (c) 2009 Chris Powers, The Killswitch Collective Copyright (c) 2009 Chris Powers
http://killswitchcollective.com
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the

View File

@ -1,6 +1,6 @@
= iTermWindow = 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. 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 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| Gem::Specification.new do |s|
s.name = 'iterm_window' s.name = 'iterm_window'
s.version = '0.3.2' s.version = '0.3.3'
s.author = 'Chris Powers' s.author = 'Chris Powers'
s.date = "2009-02-20" s.date = "2009-02-20"
s.homepage = 'http://killswitchcollective.com' s.homepage = 'http://github.com/chrisjpowers/iterm_window'
s.email = 'chris@killswitchcollective.com' s.email = 'chrisjpowers@gmail.com'
s.summary = 'The ItermWindow class models an iTerm terminal window and allows for full control via Ruby commands.' 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.files = ['README.rdoc', 'LICENSE', 'lib/iterm_window.rb']
s.require_paths = ["lib"] 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. # 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 # Under the hood, this class is a wrapper of iTerm's Applescript scripting API. Methods are used to