ssh_config_to_vuls_config 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d5b32bfb56f8547e818da9a18914ba38b0822c0
4
- data.tar.gz: 33f4315c36ef51374b45a0d3cf7acdf23aec34b0
3
+ metadata.gz: 289df8bbd5bbd020baf208c5b2b6be1fe84d0b23
4
+ data.tar.gz: 968b70d7861484634fd8c22716679522865dbc36
5
5
  SHA512:
6
- metadata.gz: 7a30cc340776c8d10509cb69f1c2a2a300db07298c354f7808d65d792a80d1ed6bf1e5c00c0c95bb9961f05e414d4a73fb854bd25c52b882519c18d8f1de50f0
7
- data.tar.gz: 28d0fa06588cd5471e5ef41f61fc5cf3cdef87b5b066cd220bf056e54150b7b890f2e700270106a5520ef6e14054b9454f926537e936c1477b68c13bb43dbca1
6
+ metadata.gz: a8393d1461923ae23fcfbb71f709544ad5a05bb78cbe756d0ebf184689e28f56a538ae3fb272ed4349ef31fc5e0ec102a33345d545074b11b677e63fc040a149
7
+ data.tar.gz: 21e0d2e964958bd47d289fbdbd53388a54f15bbbd8085e166aeddb302d59c6e9d76cc44f7a82b2cbcfb2a3db0fc0f4318fd76eb460061ef91883aed2056c18f9
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # sc2vc: ssh_config to vuls config TOML format
1
+ # sc2vc: ssh_config to vuls config TOML format [![Gem](https://img.shields.io/gem/v/ssh_config_to_vuls_config.svg)](https://rubygems.org/gems/ssh_config_to_vuls_config)
2
2
 
3
3
  ssh_config to [vuls](https://github.com/future-architect/vuls) config TOML format
4
4
 
@@ -36,10 +36,9 @@ Use [sconb](https://github.com/k1LoW/sconb) to filter ~/.ssh/config.
36
36
  $ sconb dump example_* | sconb restore | sc2vc > filtered_config.toml
37
37
  ```
38
38
 
39
-
40
39
  ## Contributing
41
40
 
42
- 1. Fork it ( https://github.com/[my-github-username]/ssh_config_to_vuls_config/fork )
41
+ 1. Fork it ( https://github.com/k1LoW/ssh_config_to_vuls_config/fork )
43
42
  2. Create your feature branch (`git checkout -b my-new-feature`)
44
43
  3. Commit your changes (`git commit -am 'Add some feature'`)
45
44
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,6 +1,7 @@
1
1
  require 'thor'
2
2
  require 'sconb'
3
3
  require 'toml'
4
+ require 'timeout'
4
5
 
5
6
  module SshConfigToVulsConfig
6
7
  class CLI < Thor
@@ -1,3 +1,3 @@
1
1
  module SshConfigToVulsConfig
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssh_config_to_vuls_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - k1LoW
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-13 00:00:00.000000000 Z
11
+ date: 2016-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor