conoha 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e81891510ddcc9fdfc2b1027a3b65e9d2e6b2686
4
- data.tar.gz: 65355f39a13a484421d769b79413f732b1628e3d
3
+ metadata.gz: 46708908b6eeac4c70eebc88ad7a782c65e96661
4
+ data.tar.gz: 82416343bdaa05d7cb50153d1d487adc8372642a
5
5
  SHA512:
6
- metadata.gz: dd8d417d5dbdab50ff059a35c5eefef62a016408dab659ec11df5e291cb787b2c2c2df47c8d1637eda33e9a77d8ef6f3dd6fff7cad96ab5fecfa8916c27b1dcb
7
- data.tar.gz: bda8f6cb9d318238662adfb5b528e701b787c4d9632acb6db98c578686edb0d1f0c6937ca857966743fb365aaa55297b98d18c5b2d9ea8ec4b76ab9b3fda70b4
6
+ metadata.gz: 2ba59167c3c047cf5bf56bb4767069db39daf4c5f3df7dc08c917dd26a9a18bc7f3c5ab898cd9ce9e83498c0aa05fbbf9d0c143eadf9d269aaf481ffaaabd6c1
7
+ data.tar.gz: df0b514414319282a8e3fe6edd1f387d33307f5414f8d10a54d04de26a9925ede87fa8abceed7a15b6c4f9f4520cc903fd1f45a4d7aa2f146092ca2393e7c69d
data/README.md CHANGED
@@ -149,8 +149,9 @@ You should ignore `.conoharant` directory if you manage `Conoharantfile` with VC
149
149
  conoharant up
150
150
  conoharant status
151
151
  conoharant ssh
152
- conoharant ssh root
152
+ conoharant ssh username
153
153
  conoharant mosh
154
+ conoharant mosh username
154
155
  conoharant sftp
155
156
  conoharant dump
156
157
  conoharant restore
@@ -135,7 +135,7 @@ when 'ssh', 'mosh'
135
135
  when 'ssh'
136
136
  command = "ssh -oStrictHostKeyChecking=no #{user}#{ipaddress}"
137
137
  when 'mosh'
138
- command = "mosh #{ipaddress}"
138
+ command = "mosh #{user}#{ipaddress}"
139
139
  end
140
140
  puts command
141
141
  system command
@@ -1,3 +1,3 @@
1
1
  module ConohaVersion
2
- ITSELF = "0.5.0"
2
+ ITSELF = "0.5.1"
3
3
  end
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.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-17 00:00:00.000000000 Z
11
+ date: 2016-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler