Removed references to previous employer
This commit is contained in:
parent
acc47516ef
commit
be468caa7b
3
LICENSE
3
LICENSE
@ -1,5 +1,4 @@
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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"]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user