fluent-plugin-stats-notifier 0.0.1 → 0.0.2

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: 6a10e45fed39a4a597b00a14d2cf9d9889351042
4
- data.tar.gz: 87eb183f4e82343ccfcc0b30a23c668b962a9d4e
3
+ metadata.gz: 7d2cfc5f24520dc1e1e27a516f2e9546de7eaf74
4
+ data.tar.gz: b3dbf5efeb2ce58932e2d1519e4b95010985f39a
5
5
  SHA512:
6
- metadata.gz: b8f08b98979b725ba89c26577814572d0fed6ea7d89765435b38da82e853974746e9faf7843d198c0307767f83ad92eada13fc87b42b8e20aa093abd50bda331
7
- data.tar.gz: c83b295784a032e281a1ac39cf58cb9bbb8c34670d625f4dd80c14bc7c37ae8f29f4ab0f4296783e9e63c8fde4fa9e1fa83013b1f8c60f6454037338308de260
6
+ metadata.gz: 1496c8c85cf8ea9c720aa9405aaf8cfb668b4368fab424da0d5e67661657622e2cebc910b69b382923a8f8b442ac578ada134c75f29f7f6eb1eb38b5b1f6e210
7
+ data.tar.gz: ac5fc0fb7203ab2674a090e424501b441a71b948fb86b3a94b754f96ba7acd5c07dfa27163be7f8de9d19a94bb0a9a7f58ee970dff4d6ca12763bf0d49f26ba9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.0.2
2
+
3
+ Changes
4
+
5
+ * rename to fluent-plugin-stats-notifier
6
+
1
7
  ## 0.0.1
2
8
 
3
9
  First version
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "fluent-plugin-stats-notifier"
6
- s.version = "0.0.1"
6
+ s.version = "0.0.2"
7
7
  s.authors = ["Naotoshi Seo"]
8
8
  s.email = ["sonots@gmail.com"]
9
9
  s.homepage = "https://github.com/sonots/fluent-plugin-stats-notifier"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-stats-notifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naotoshi Seo