seiso-import_chef 0.0.4 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/.gitignore +1 -0
- data/bin/seiso-import-chef +2 -2
- data/seiso-import_chef.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzA2Mjk0MTZiOThkNWYzNzk3NTM5OThhMTI1ZGFkM2JlYTE1ODMzMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
N2UzNzc0MDJkMDE4ODA5NzdhMWMzNzAzOTFiYzFiM2Q4MmNiZThmMQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YmE2N2NhOTIxMTk1MmNkYmUwOWUwODNkZGNlM2ZiNDkyMDcyZGM0YzA4Y2Vk
|
10
|
+
MDA1ZDcyN2Q3MWQ4MWI0MjEwNDE4MTIwNzNlNGZmOTQzNjExYWIzYTk3OTUx
|
11
|
+
Mjg0MWU4OGZlOWZiMGM2NTA4M2Y0M2NkNmZmZGYwZDA5YzJjZDg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NjViZDk2NmU0OGZkM2U5OGM5MjFiNTA0NzQ3ODQzZDg2NzlkYjJjMzk5OTAx
|
14
|
+
MTRiZmFmY2QyYmFkNTk2ZGQ4Zjk4YmMxNzYxNDk1ODJhM2JlZGUxZTUxYWI5
|
15
|
+
MTcyMzJhMTAyNjE5ZTA2YTE4ZmIxYjVlNDgxMzI3YTUyNmIyMTA=
|
data/.gitignore
CHANGED
data/bin/seiso-import-chef
CHANGED
@@ -19,12 +19,12 @@ option_parser = OptionParser.new do |opts|
|
|
19
19
|
|
20
20
|
Usage: #{executable_name} [options]"
|
21
21
|
options[:chef_settings_path] = "#{Dir.home}/.seiso-importers/chef.yml"
|
22
|
-
opts.on("--chef
|
22
|
+
opts.on("--chef=CHEF_SETTINGS_PATH", "Path to Chef server settings file") do |path|
|
23
23
|
options[:chef_settings_path] = path
|
24
24
|
end
|
25
25
|
|
26
26
|
options[:seiso_settings_path] = "#{Dir.home}/.seiso-importers/seiso.yml"
|
27
|
-
opts.on("--seiso
|
27
|
+
opts.on("--seiso=SEISO_SETTINGS_PATH", "Path to Seiso API settings file") do |path|
|
28
28
|
options[:seiso_settings_path] = path
|
29
29
|
end
|
30
30
|
|
data/seiso-import_chef.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "seiso-import_chef"
|
7
|
-
spec.version = "0.0
|
7
|
+
spec.version = "0.11.0"
|
8
8
|
spec.authors = ["Willie Wheeler"]
|
9
9
|
spec.email = ["wwheeler@expedia.com"]
|
10
10
|
spec.summary = "Imports Chef data into Seiso."
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: seiso-import_chef
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Willie Wheeler
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01
|
11
|
+
date: 2015-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
version: '0'
|
109
109
|
requirements: []
|
110
110
|
rubyforge_project:
|
111
|
-
rubygems_version: 2.4.
|
111
|
+
rubygems_version: 2.4.6
|
112
112
|
signing_key:
|
113
113
|
specification_version: 4
|
114
114
|
summary: Imports Chef data into Seiso.
|