fluent-plugin-amplitude 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fluent-plugin-amplitude.gemspec +1 -1
- data/lib/fluent/plugin/out_amplitude.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 151e2c0afc12d5647faa456efe7e679050d5a251
|
4
|
+
data.tar.gz: abdda1c6803826eb6df78d8283d9ef1ea7004f4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c07e35b6e4fd5147796bee6dc3270ff0bbf486e26bc405f71675dee9972f807a6a4773c5983baadd7643c559155f9e04ada15d81c506e523df460ea0cd048558
|
7
|
+
data.tar.gz: 51b777c6ea536b11e7a5d1d704346a4cca5261946e462e08c3672cabe6d72025a4d0b19dcb6da1ffedcd362562bd17999030637300a2c4bd8c517286731dbdf2
|
@@ -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 = 'fluent-plugin-amplitude'
|
7
|
-
spec.version = '0.0.
|
7
|
+
spec.version = '0.0.4'
|
8
8
|
spec.authors = ['Vijay Ramesh']
|
9
9
|
spec.email = ['vijay@change.org']
|
10
10
|
spec.summary = 'Fluentd plugin to output event data to Amplitude'
|