sc_tmux 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -26,6 +26,10 @@ Installation is simple:
26
26
 
27
27
  $ gem install sc_tmux
28
28
 
29
+ You will also want to add this alias wherever you store your aliases:
30
+
31
+ alias fixssh='eval $(sc -f)'
32
+
29
33
  ## Usage
30
34
  sc is run both with arguments to interact with tmux & your shell as well
31
35
  as run as an ssh replacement.
@@ -1,3 +1,3 @@
1
1
  module ScTmux
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["anichols@trumped.org"]
11
11
  spec.description = %q{Make a remote tmux play well with ssh-agent}
12
12
  spec.summary = %q{Make a remote tmux play well with ssh-agent}
13
- spec.homepage = ""
13
+ spec.homepage = "http://github.com/adnichols/sc_tmux"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sc_tmux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -146,7 +146,7 @@ files:
146
146
  - lib/sc_tmux/version.rb
147
147
  - sc_tmux.gemspec
148
148
  - spec/something_spec.rb
149
- homepage: ''
149
+ homepage: http://github.com/adnichols/sc_tmux
150
150
  licenses:
151
151
  - MIT
152
152
  post_install_message: