conoha 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/exe/conoharant +2 -0
- data/lib/conoha/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8138e24b52ed1c5a4023775b0684fe795f06aa92
|
4
|
+
data.tar.gz: 20f742039466b4821723a56fa79fa8ad22ac0d99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1ef16539ecbd2ec8a3ef33c8b1e0eab1e44936b110529cae743e45e2d8abf77e4100cafc1e8a536cb7790c471f3fa0b5f31e94bf995c331a2b254348640cf4f
|
7
|
+
data.tar.gz: 6c72c0488c04caa126ddc0b2f0165f8747f058e6cc7e6cba5f6302dd096972d8a887f5302e0577108a1436c9ad58b57ad6b970a46bd8b32b9246185d342acc52
|
data/README.md
CHANGED
@@ -138,8 +138,13 @@ ram: g-1gb
|
|
138
138
|
tagprefix: tagnameprefixasyoulike
|
139
139
|
```
|
140
140
|
|
141
|
+
You should ignore `.conoharant` directory if you manage `Conoharantfile` with VCS.
|
142
|
+
|
143
|
+
### Simple usage
|
144
|
+
|
141
145
|
```sh
|
142
|
-
|
146
|
+
conoharant up
|
147
|
+
conoharant status
|
143
148
|
conoharant ssh
|
144
149
|
conoharant ssh root
|
145
150
|
conoharant mosh
|
data/exe/conoharant
CHANGED
data/lib/conoha/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: conoha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ka
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-11-
|
11
|
+
date: 2015-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|