itamae-plugin-recipe-datadog 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: 9ef9a99a2c6b9a9fee9f47a5c72d47e52f776dfa
4
- data.tar.gz: 4fd840dd4200d60c93c2549efb108584080bd39d
3
+ metadata.gz: a46b30385e139078a8376799851e15fcab2b5af0
4
+ data.tar.gz: 8676d78c039fafc3b1b5da515a407e54da6fdbb2
5
5
  SHA512:
6
- metadata.gz: dcee3fbd297421fce4f9774448b00c6200840ccc1a90075618fbd08e23c72bb6c8bc0d10e971f49f4d4611af08eb0a9d2ca06d0700f59d46b23762439330d7e0
7
- data.tar.gz: d7f0eb182ec47503ff790fe33470f9c25da3dc05a70c496091d4b1e51d93cc7b0a30ea99a25b51abaa3d1156237b129737aa8115b5de5981de7dabe200b68147
6
+ metadata.gz: bbd5900cb32f38789e3fa82044cb4d6f1992d7586bdd09d8616d5660b8687553f2284e1c94e670c6dba88a32d131aee045d44481cbc79fcea95530e86c517989
7
+ data.tar.gz: 73ac0faa935432ee5e784c6b458d813212075390d0d61e947d9a06f879505c275130de2132e6f443d72089a6fb1e3b2ade3f732b683d79cd85ca1be33a80e2b5
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016 takanamito
3
+ Copyright (c) 2016 takanamito and Speee, Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -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/takanamito/itamae-plugin-recipe-datadog"
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|
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Datadog
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
8
8
  end
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.0
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/takanamito/itamae-plugin-recipe-datadog
75
+ homepage: https://github.com/speee/itamae-plugin-recipe-datadog
75
76
  licenses:
76
77
  - MIT
77
78
  metadata: {}