awssh 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/README.md +12 -0
- data/lib/awssh/command.rb +1 -1
- data/lib/awssh/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b1df7dd4b57331d524151ed4088dee8981a79ff
|
4
|
+
data.tar.gz: e5739363cca8f3d63827d24d0b9408faf1f27612
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edd6f9cea522561a58121fea896dc4cc91c0cf512221b7c7963b3e14836bcd3f8aa135fea4ba85f5176bae43d154173aa87a9211a7ca799677060f398244523d
|
7
|
+
data.tar.gz: b08f4e8de93d2616879a5c8a4ba057d8dea2fc86708bebaa48119b8fb1c6932e473d9c135b2b9c22e9e2728048154b3e520c6e8e1b9bd352c9b363cc004bba34
|
data/README.md
CHANGED
@@ -41,6 +41,18 @@ Options:
|
|
41
41
|
-i, --init initialize config
|
42
42
|
```
|
43
43
|
|
44
|
+
## Shell Alias
|
45
|
+
|
46
|
+
To get around using multiple RVM's and still have access to awssh command
|
47
|
+
|
48
|
+
alias awssh='rvm <rvm version> do awssh'
|
49
|
+
|
50
|
+
When you install awssh into your default ruby, then change to a project ruby,
|
51
|
+
the awssh gem is not longer available. This allows you to use the awssh gem
|
52
|
+
from ruby. Just specify the default rvm version in <rvm verison> above.
|
53
|
+
|
54
|
+
alias awssh='rvm 2.1.2 do awssh'
|
55
|
+
|
44
56
|
## Contributing
|
45
57
|
|
46
58
|
1. Fork it ( https://github.com/[my-github-username]/awssh/fork )
|
data/lib/awssh/command.rb
CHANGED
data/lib/awssh/version.rb
CHANGED