Removed references to previous employer
This commit is contained in:
parent
acc47516ef
commit
be468caa7b
5
LICENSE
5
LICENSE
@ -1,6 +1,5 @@
|
|||||||
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
|
||||||
"Software"), to deal in the Software without restriction, including
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
@ -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
|
||||||
|
@ -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"]
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user