tweemux 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gemspec +1 -1
- data/lib/tweemux/version.rb +1 -1
- metadata +2 -5
data/.gemspec
CHANGED
@@ -7,7 +7,7 @@ Working.gemspec(
|
|
7
7
|
:name => 'tweemux',
|
8
8
|
:summary => Working.third_line_of_readme,
|
9
9
|
#:description => Working.readme_snippet(/== Usage/, /== TODO/),
|
10
|
-
:description =>
|
10
|
+
:description => 'tweemux host; tweemux at some_machine; plus some more stuff',
|
11
11
|
:version => Tweemux::VERSION,
|
12
12
|
:authors => %w(☈king),
|
13
13
|
:email => 'rking-tweemux@sharpsaw.org',
|
data/lib/tweemux/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tweemux
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -15,10 +15,7 @@ description: ! 'For Remote Pair Programming: A handy script to create-or-join a
|
|
15
15
|
tmux session (smaller than wemux)
|
16
16
|
|
17
17
|
|
18
|
-
|
19
|
-
session (smaller than wemux)
|
20
|
-
|
21
|
-
'
|
18
|
+
tweemux host; tweemux at some_machine; plus some more stuff'
|
22
19
|
email: rking-tweemux@sharpsaw.org
|
23
20
|
executables:
|
24
21
|
- tweemux
|