seiso-import_chef 0.0.2 → 0.0.3
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 +8 -8
- data/.gitignore +1 -0
- data/bin/seiso-import-chef +1 -1
- data/seiso-import_chef.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YmU2Yzk3YmYyZDA2NmIxZjA5ZDBjYjE1NmU0ODczZGVlOTFkODY5MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ODY2ZjVjOTRiNmY0MTAxNDhjMDM3M2ZlOWNiYzc3NDcxNTkxN2U1MQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MWFmNTA4ODgzMGJlZmQwZjg5NWNlZmRlNmM3YWE4YzVjNDljZjIyNzFjNjcw
|
|
10
|
+
N2IwM2UwOWJmMTA4OWY5M2ViMzI4ZTM4NTNhMmYxYTdlMjhjNWFjNDRiNzlk
|
|
11
|
+
ZmZjMjM4NjgyMDQ4MmFjZGEyYzU0Y2Q4OTBlM2ZkZjkxMmY4Nzc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZTM3NDVkZTg0NzcwMGZmN2U1NGYyNWJiNDRlOGM0MGMyN2MwNDQ0ODI4MTE5
|
|
14
|
+
N2JkOTBjZjBhNWI1OGM0NjNkZWJmYTlkNjgxMzdlOTU0ZDYwYWE0YjA3NDI0
|
|
15
|
+
ZDBhNTE2NzRmYzMyZTIzOTRjZDEwYjBiOTZiMDI4N2MyZDdmYTI=
|
data/.gitignore
CHANGED
data/bin/seiso-import-chef
CHANGED
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.0.3"
|
|
8
8
|
spec.authors = ["Willie Wheeler"]
|
|
9
9
|
spec.email = ["wwheeler@expedia.com"]
|
|
10
10
|
spec.summary = "Imports Chef data into Seiso."
|