tweemux 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gemspec +1 -1
- data/lib/tweemux/version.rb +1 -1
- metadata +2 -1
data/.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Working.gemspec(
|
|
|
9
9
|
#:description => Working.readme_snippet(/== Usage/, /== TODO/),
|
|
10
10
|
:description => 'tweemux host; tweemux at some_machine; plus some more stuff',
|
|
11
11
|
:version => Tweemux::VERSION,
|
|
12
|
-
:authors => %w(☈king Ogredude Spaceghost),
|
|
12
|
+
:authors => %w(☈king Ogredude ryanf Spaceghost),
|
|
13
13
|
:email => 'muchmux@sharpsaw.org',
|
|
14
14
|
:github => 'PeopleAdmin/tweemux',
|
|
15
15
|
:deps => %w(),
|
data/lib/tweemux/version.rb
CHANGED
metadata
CHANGED