itamae-plugin-recipe-datadog 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/itamae-plugin-recipe-datadog.gemspec +2 -2
- data/lib/itamae/plugin/recipe/datadog/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a46b30385e139078a8376799851e15fcab2b5af0
|
4
|
+
data.tar.gz: 8676d78c039fafc3b1b5da515a407e54da6fdbb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbd5900cb32f38789e3fa82044cb4d6f1992d7586bdd09d8616d5660b8687553f2284e1c94e670c6dba88a32d131aee045d44481cbc79fcea95530e86c517989
|
7
|
+
data.tar.gz: 73ac0faa935432ee5e784c6b458d813212075390d0d61e947d9a06f879505c275130de2132e6f443d72089a6fb1e3b2ade3f732b683d79cd85ca1be33a80e2b5
|
data/LICENSE.txt
CHANGED
@@ -6,12 +6,12 @@ require 'itamae/plugin/recipe/datadog/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "itamae-plugin-recipe-datadog"
|
8
8
|
spec.version = Itamae::Plugin::Recipe::Datadog::VERSION
|
9
|
-
spec.authors = ["Takahiro Kiso (takanamito)"]
|
9
|
+
spec.authors = ["Takahiro Kiso (takanamito)", "Speee, Inc."]
|
10
10
|
spec.email = ["t.kiso0928@gmail.com"]
|
11
11
|
|
12
12
|
spec.summary = %q{Itamae plugin to install datadog-agent.}
|
13
13
|
spec.description = %q{Itamae plugin to install datadog-agent.}
|
14
|
-
spec.homepage = "https://github.com/
|
14
|
+
spec.homepage = "https://github.com/speee/itamae-plugin-recipe-datadog"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
metadata
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itamae-plugin-recipe-datadog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takahiro Kiso (takanamito)
|
8
|
+
- Speee, Inc.
|
8
9
|
autorequire:
|
9
10
|
bindir: exe
|
10
11
|
cert_chain: []
|
@@ -71,7 +72,7 @@ files:
|
|
71
72
|
- lib/itamae/plugin/recipe/datadog.rb
|
72
73
|
- lib/itamae/plugin/recipe/datadog/install.rb
|
73
74
|
- lib/itamae/plugin/recipe/datadog/version.rb
|
74
|
-
homepage: https://github.com/
|
75
|
+
homepage: https://github.com/speee/itamae-plugin-recipe-datadog
|
75
76
|
licenses:
|
76
77
|
- MIT
|
77
78
|
metadata: {}
|