fluent-plugin-heroku-postgres 0.0.4 → 0.0.5
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 +4 -4
- data/fluent-plugin-heroku-postgres.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bdcec706b1a756ba42bf464108902aea0210b8c
|
|
4
|
+
data.tar.gz: 31ffc8205db142d531bcad6b4636b18a60dfd12a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab146540a0aa5c3da84f89dd7fc4a11ffce27ffb4d889d8f6d36121bbf105f2816fe0b4ba20e4e7997e8729a30f77b0982e06ec8948ac595be4c78f239f9a9a4
|
|
7
|
+
data.tar.gz: cb662cfc8f4b1920b14000916ed9aedd2c9e35e72caed42fcc0f8fae342ce13686da5d85612d5bf9ede6a7538870ab15ee8cbe51b1dc74a9062f83e19d16a7a3
|
|
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "fluent-plugin-heroku-postgres"
|
|
7
|
-
spec.version = '0.0.
|
|
7
|
+
spec.version = '0.0.5'
|
|
8
8
|
spec.authors = ["Naohiro Sakuma"]
|
|
9
9
|
spec.email = ["nao.bear@gmail.com"]
|
|
10
10
|
spec.summary = %q{fluent plugin to insert on Heroku Postgre.}
|
|
11
11
|
spec.description = %q{This gem is fluent plugin to insert on Heroku Postgre.}
|
|
12
|
-
spec.homepage = "https://github.com/
|
|
12
|
+
spec.homepage = "https://github.com/sakuma/fluent-plugin-heroku-postgres"
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-heroku-postgres
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Naohiro Sakuma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-06-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -95,7 +95,7 @@ files:
|
|
|
95
95
|
- fluent-plugin-heroku-postgres.gemspec
|
|
96
96
|
- lib/fluent/plugin/in_basic_auth_http.rb
|
|
97
97
|
- lib/fluent/plugin/out_heroku_postgres.rb
|
|
98
|
-
homepage: https://github.com/
|
|
98
|
+
homepage: https://github.com/sakuma/fluent-plugin-heroku-postgres
|
|
99
99
|
licenses:
|
|
100
100
|
- MIT
|
|
101
101
|
metadata: {}
|
|
@@ -120,3 +120,4 @@ signing_key:
|
|
|
120
120
|
specification_version: 4
|
|
121
121
|
summary: fluent plugin to insert on Heroku Postgre.
|
|
122
122
|
test_files: []
|
|
123
|
+
has_rdoc:
|