sakura2ssh 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
@@ -20,7 +20,7 @@ user:
20
20
 
21
21
  ### 2. run sakura2ssh
22
22
  ```
23
- $ sakukra2ssh --config <config_file>
23
+ $ sakukra2ssh update --config <config_file>
24
24
  ```
25
25
 
26
26
  # License
@@ -56,7 +56,7 @@ module Sakura2ssh
56
56
  comment = server['Zone']['Description'] + " " + server['Zone']['Region']['Name']
57
57
  server = server['Interfaces'].first['UserIPAddress'] # FIXME: Error Handling #.map{|net| net['UserIPAddress']}
58
58
  if server == nil
59
- server = ""
59
+ next # FIXME:
60
60
  end
61
61
  # Display
62
62
  result += <<-"EOS" # .split("\n").map{|a|a.lstrip}.join('')
@@ -1,3 +1,3 @@
1
1
  module Sakura2ssh
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sakura2ssh
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: